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

Side by Side Diff: libadblockplus.gyp

Issue 10405034: Add a method to check whether ABP is fully initialised (Closed)
Patch Set: Created May 15, 2013, 2:55 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/init.js ('k') | src/FilterEngine.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'conditions': [[ 2 'conditions': [[
3 # We don't want to use curl on Windows, skip the check there 3 # We don't want to use curl on Windows, skip the check there
4 'OS=="win"', 4 'OS=="win"',
5 { 5 {
6 'variables': { 6 'variables': {
7 'have_curl': 0 7 'have_curl': 0
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'actions': [{ 77 'actions': [{
78 'action_name': 'convert_js', 78 'action_name': 'convert_js',
79 'variables': { 79 'variables': {
80 'library_files': [ 80 'library_files': [
81 'lib/info.js', 81 'lib/info.js',
82 'lib/io.js', 82 'lib/io.js',
83 'lib/prefs.js', 83 'lib/prefs.js',
84 'lib/utils.js', 84 'lib/utils.js',
85 'lib/elemHideHitRegistration.js', 85 'lib/elemHideHitRegistration.js',
86 'adblockplus/lib/filterNotifier.js', 86 'adblockplus/lib/filterNotifier.js',
87 'lib/init.js',
87 'adblockplus/lib/filterClasses.js', 88 'adblockplus/lib/filterClasses.js',
88 'adblockplus/lib/subscriptionClasses.js', 89 'adblockplus/lib/subscriptionClasses.js',
89 'adblockplus/lib/filterStorage.js', 90 'adblockplus/lib/filterStorage.js',
90 'adblockplus/lib/elemHide.js', 91 'adblockplus/lib/elemHide.js',
91 'adblockplus/lib/matcher.js', 92 'adblockplus/lib/matcher.js',
92 'adblockplus/lib/filterListener.js', 93 'adblockplus/lib/filterListener.js',
93 'adblockplus/lib/synchronizer.js', 94 'adblockplus/lib/synchronizer.js',
94 'adblockplus/chrome/content/ui/subscriptions.xml', 95 'adblockplus/chrome/content/ui/subscriptions.xml',
95 ], 96 ],
96 'load_before_files': [ 97 'load_before_files': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'test/WebRequest.cpp' 143 'test/WebRequest.cpp'
143 ], 144 ],
144 'msvs_settings': { 145 'msvs_settings': {
145 'VCLinkerTool': { 146 'VCLinkerTool': {
146 'SubSystem': '1', # Console 147 'SubSystem': '1', # Console
147 'EntryPointSymbol': 'mainCRTStartup', 148 'EntryPointSymbol': 'mainCRTStartup',
148 }, 149 },
149 }, 150 },
150 }] 151 }]
151 } 152 }
OLDNEW
« no previous file with comments | « lib/init.js ('k') | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld