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

Unified 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.
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
@@ -68,16 +68,17 @@
'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',
+ 'adblockplus/chrome/content/ui/subscriptions.xml',
],
'load_before_files': [
'lib/compat.js'
],
'load_after_files': [
'lib/api.js'
],
},

Powered by Google App Engine
This is Rietveld