Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: libadblockplus.gyp

Issue 6233220328718336: Issue #3593, #1197- fix isolate management (Closed)
Left Patch Set: address comments Created Jan. 27, 2016, 2:45 p.m.
Right Patch Set: rebase fix v8 initialization Created May 20, 2016, 3:22 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « include/AdblockPlus/JsEngine.h ('k') | src/JsContext.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 'conditions': [[ 2 'conditions': [[
3 # We don't want to use curl on Windows and Android, skip the check there 3 # We don't want to use curl on Windows and Android, skip the check there
4 'OS=="win" or OS=="android"', 4 'OS=="win" or OS=="android"',
5 { 5 {
6 'variables': { 6 'variables': {
7 'have_curl': 0 7 'have_curl': 0
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ], 102 ],
103 'actions': [{ 103 'actions': [{
104 'action_name': 'convert_js', 104 'action_name': 'convert_js',
105 'variables': { 105 'variables': {
106 'library_files': [ 106 'library_files': [
107 'lib/info.js', 107 'lib/info.js',
108 'lib/io.js', 108 'lib/io.js',
109 'lib/prefs.js', 109 'lib/prefs.js',
110 'lib/utils.js', 110 'lib/utils.js',
111 'lib/elemHideHitRegistration.js', 111 'lib/elemHideHitRegistration.js',
112 'adblockplus/lib/filterNotifier.js', 112 'adblockpluscore/lib/events.js',
113 'adblockpluscore/lib/filterNotifier.js',
113 'lib/init.js', 114 'lib/init.js',
114 'adblockplus/lib/filterClasses.js', 115 'adblockpluscore/lib/filterClasses.js',
115 'adblockplus/lib/subscriptionClasses.js', 116 'adblockpluscore/lib/subscriptionClasses.js',
116 'adblockplus/lib/filterStorage.js', 117 'adblockpluscore/lib/filterStorage.js',
117 'adblockplus/lib/elemHide.js', 118 'adblockpluscore/lib/elemHide.js',
118 'adblockplus/lib/matcher.js', 119 'adblockpluscore/lib/cssRules.js',
119 'adblockplus/lib/filterListener.js', 120 'adblockpluscore/lib/matcher.js',
120 'adblockplus/lib/downloader.js', 121 'adblockpluscore/lib/filterListener.js',
121 'adblockplus/lib/notification.js', 122 'adblockpluscore/lib/downloader.js',
123 'adblockpluscore/lib/notification.js',
122 'lib/notificationShowRegistration.js', 124 'lib/notificationShowRegistration.js',
123 'adblockplus/lib/synchronizer.js', 125 'adblockpluscore/lib/synchronizer.js',
124 'lib/filterUpdateRegistration.js', 126 'lib/filterUpdateRegistration.js',
125 'adblockplus/chrome/content/ui/subscriptions.xml', 127 'adblockpluscore/chrome/content/ui/subscriptions.xml',
126 'lib/updater.js', 128 'lib/updater.js',
127 ], 129 ],
128 'load_before_files': [ 130 'load_before_files': [
129 'lib/compat.js' 131 'lib/compat.js'
130 ], 132 ],
131 'load_after_files': [ 133 'load_after_files': [
132 'lib/api.js', 134 'lib/api.js',
133 'lib/publicSuffixList.js', 135 'lib/publicSuffixList.js',
134 'lib/punycode.js', 136 'lib/punycode.js',
135 'lib/basedomain.js', 137 'lib/basedomain.js',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'test/WebRequest.cpp' 182 'test/WebRequest.cpp'
181 ], 183 ],
182 'msvs_settings': { 184 'msvs_settings': {
183 'VCLinkerTool': { 185 'VCLinkerTool': {
184 'SubSystem': '1', # Console 186 'SubSystem': '1', # Console
185 'EntryPointSymbol': 'mainCRTStartup', 187 'EntryPointSymbol': 'mainCRTStartup',
186 }, 188 },
187 }, 189 },
188 }] 190 }]
189 } 191 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld