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

Unified Diff: libadblockplus.gyp

Issue 10800079: Implemented update checking functionality (Closed)
Patch Set: Created June 5, 2013, 6:47 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
« no previous file with comments | « lib/updater.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
@@ -89,16 +89,17 @@
'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',
@@ -147,16 +148,17 @@
'test/DefaultFileSystem.cpp',
'test/FileSystemJsObject.cpp',
'test/FilterEngine.cpp',
'test/GlobalJsObject.cpp',
'test/JsEngine.cpp',
'test/JsValue.cpp',
'test/Prefs.cpp',
'test/Thread.cpp',
+ 'test/UpdateCheck.cpp',
'test/WebRequest.cpp'
],
'msvs_settings': {
'VCLinkerTool': {
'SubSystem': '1', # Console
'EntryPointSymbol': 'mainCRTStartup',
},
},
« no previous file with comments | « lib/updater.js ('k') | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld