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

Unified Diff: libadblockplus.gyp

Issue 11018003: Filter changed callback (Closed)
Patch Set: Filter changed callback Created July 22, 2013, 9:16 a.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
« no previous file with comments | « lib/filterUpdateRegistration.js ('k') | src/FilterEngine.cpp » ('j') | 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
@@ -49,7 +49,8 @@
'android_arm.release/obj.target/tools/gyp/libv8_base.a',
'android_arm.release/obj.target/tools/gyp/libv8_snapshot.a',
],
- }
+ },
+ 'standalone_static_library': 1, # disable thin archives
}, {
'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'],
'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'],
@@ -104,6 +105,7 @@
'adblockplus/lib/matcher.js',
'adblockplus/lib/filterListener.js',
'adblockplus/lib/synchronizer.js',
+ 'lib/filterUpdateRegistration.js',
'adblockplus/chrome/content/ui/subscriptions.xml',
],
'load_before_files': [
« no previous file with comments | « lib/filterUpdateRegistration.js ('k') | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld