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

Unified Diff: libadblockplus.gyp

Issue 5797488346791936: Issue 1107 - Support notifications (Closed)
Patch Set: fix comment Created Jan. 23, 2015, 3:56 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/prefs.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
diff --git a/libadblockplus.gyp b/libadblockplus.gyp
index 4876727006c8271da73d8f02cf56d3d175996e4f..e0ee14dcd888021703ca5ead31caff79d78b867b 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -35,6 +35,7 @@
'src/JsEngine.cpp',
'src/JsError.cpp',
'src/JsValue.cpp',
+ 'src/Notification.cpp',
'src/ReferrerMapping.cpp',
'src/Thread.cpp',
'src/Utils.cpp',
@@ -106,6 +107,7 @@
'adblockplus/lib/matcher.js',
'adblockplus/lib/filterListener.js',
'adblockplus/lib/downloader.js',
+ 'adblockplus/lib/notification.js',
'adblockplus/lib/synchronizer.js',
'lib/filterUpdateRegistration.js',
'adblockplus/chrome/content/ui/subscriptions.xml',
@@ -156,6 +158,7 @@
'test/GlobalJsObject.cpp',
'test/JsEngine.cpp',
'test/JsValue.cpp',
+ 'test/Notification.cpp',
'test/Prefs.cpp',
'test/ReferrerMapping.cpp',
'test/Thread.cpp',
« no previous file with comments | « lib/prefs.js ('k') | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld