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

Unified Diff: libadblockplus.gyp

Issue 11157034: Update info module and make updater use the new downloader module (Closed)
Patch Set: Created July 23, 2013, 10:03 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/updater.js ('k') | shell/src/Main.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
@@ -89,28 +89,28 @@
'action_name': 'convert_js',
'variables': {
'library_files': [
'lib/info.js',
'lib/io.js',
'lib/prefs.js',
'lib/utils.js',
'lib/elemHideHitRegistration.js',
- 'lib/updater.js',
'adblockplus/lib/filterNotifier.js',
'lib/init.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/downloader.js',
'adblockplus/lib/synchronizer.js',
'adblockplus/chrome/content/ui/subscriptions.xml',
+ 'lib/updater.js',
],
'load_before_files': [
'lib/compat.js'
],
'load_after_files': [
'lib/api.js',
'lib/publicSuffixList.js',
'lib/punycode.js',
« no previous file with comments | « lib/updater.js ('k') | shell/src/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld