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

Side by Side Diff: libadblockplus.gyp

Issue 10171027: Compile subscriptions.xml into the libadblockplus build and make itusable (Closed)
Patch Set: Created April 19, 2013, 7:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'have_curl': '<!(python check_curl.py)' 3 'have_curl': '<!(python check_curl.py)'
4 }, 4 },
5 'includes': ['third_party/v8/build/common.gypi', 5 'includes': ['third_party/v8/build/common.gypi',
6 'shell/shell.gyp'], 6 'shell/shell.gyp'],
7 'targets': [{ 7 'targets': [{
8 'target_name': 'libadblockplus', 8 'target_name': 'libadblockplus',
9 'type': '<(library)', 9 'type': '<(library)',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'lib/utils.js', 66 'lib/utils.js',
67 'lib/elemHideHitRegistration.js', 67 'lib/elemHideHitRegistration.js',
68 'adblockplus/lib/filterNotifier.js', 68 'adblockplus/lib/filterNotifier.js',
69 'adblockplus/lib/filterClasses.js', 69 'adblockplus/lib/filterClasses.js',
70 'adblockplus/lib/subscriptionClasses.js', 70 'adblockplus/lib/subscriptionClasses.js',
71 'adblockplus/lib/filterStorage.js', 71 'adblockplus/lib/filterStorage.js',
72 'adblockplus/lib/elemHide.js', 72 'adblockplus/lib/elemHide.js',
73 'adblockplus/lib/matcher.js', 73 'adblockplus/lib/matcher.js',
74 'adblockplus/lib/filterListener.js', 74 'adblockplus/lib/filterListener.js',
75 'adblockplus/lib/synchronizer.js', 75 'adblockplus/lib/synchronizer.js',
76 'adblockplus/chrome/content/ui/subscriptions.xml',
76 ], 77 ],
77 'load_before_files': [ 78 'load_before_files': [
78 'lib/compat.js' 79 'lib/compat.js'
79 ], 80 ],
80 'load_after_files': [ 81 'load_after_files': [
81 'lib/api.js' 82 'lib/api.js'
82 ], 83 ],
83 }, 84 },
84 'inputs': [ 85 'inputs': [
85 'convert_js.py', 86 'convert_js.py',
(...skipping 28 matching lines...) Expand all
114 'test/FileSystemJsObject.cpp', 115 'test/FileSystemJsObject.cpp',
115 'test/FilterEngineStubs.cpp', 116 'test/FilterEngineStubs.cpp',
116 'test/GlobalJsObject.cpp', 117 'test/GlobalJsObject.cpp',
117 'test/JsEngine.cpp', 118 'test/JsEngine.cpp',
118 'test/JsValue.cpp', 119 'test/JsValue.cpp',
119 'test/Thread.cpp', 120 'test/Thread.cpp',
120 'test/WebRequest.cpp' 121 'test/WebRequest.cpp'
121 ] 122 ]
122 }] 123 }]
123 } 124 }
OLDNEW

Powered by Google App Engine
This is Rietveld