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

Unified Diff: libadblockplus.gyp

Issue 11018003: Filter changed callback (Closed)
Patch Set: Created June 18, 2013, 11:42 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
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -45,11 +45,15 @@
'conditions': [
['OS=="android"', {
'link_settings': {
+ 'ldflags': [
Andrey Novikov 2013/06/18 11:48:28 This is not the part of callback staff but is a us
Wladimir Palant 2013/06/18 15:02:15 It should be android_arm.release however.
+ '-Landroid_arm.debug/obj.target/tools/gyp'
+ ],
'libraries': [
- 'android_arm.release/obj.target/tools/gyp/libv8_base.a',
- 'android_arm.release/obj.target/tools/gyp/libv8_snapshot.a',
+ '-lv8_base',
Felix Dahlke 2013/06/19 10:28:38 I'm surprised this works, it's not really common t
+ '-lv8_nosnapshot',
],
- }
+ },
+ '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 +108,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': [

Powered by Google App Engine
This is Rietveld