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

Unified Diff: libadblockplus.gyp

Issue 9846017: Make JavaScript sources compile into the library; convert JavaScript files on the fly (Closed)
Patch Set: Split various fake modules out of the large compat script Created March 14, 2013, 10:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/info.js ('K') | « lib/utils.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -19,27 +19,32 @@
'direct_dependent_settings': {
'include_dirs': ['include']
},
'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'],
'actions': [{
'action_name': 'convert_js',
'variables': {
'core_library_files': [
+ 'lib/info.js',
+ 'lib/io.js',
+ 'lib/prefs.js',
+ 'lib/utils.js',
+ 'lib/elemHideHitRegistration.js',
'adblockplus/lib/filterNotifier.js',
'adblockplus/lib/filterClasses.js',
'adblockplus/lib/subscriptionClasses.js',
'adblockplus/lib/filterStorage.js',
'adblockplus/lib/elemHide.js',
'adblockplus/lib/matcher.js',
'adblockplus/lib/filterListener.js',
'adblockplus/lib/synchronizer.js',
],
'additional_library_files': [
- 'lib/adblockplus_compat.js'
+ 'lib/compat.js'
],
},
'inputs': [
'convert_js.py',
'<@(core_library_files)',
'<@(additional_library_files)',
],
'outputs': [
« lib/info.js ('K') | « lib/utils.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld