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

Unified Diff: libadblockplus.gyp

Issue 29706560: Issue 5179 - Implement asynchronous executor with a controllable lifetime (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: address comments Created March 1, 2018, 11:14 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 | « include/AdblockPlus/SynchronizedCollection.h ('k') | src/ActiveObject.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 7fdba66d2b2faf5c4ab7ac2ec4a18befbdb7782f..1a6b5ba831a787d3f02adced0e86fbc26ce285fc 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -24,11 +24,16 @@
'<(libv8_include_dir)'
],
'sources': [
+ 'include/AdblockPlus/ActiveObject.h',
+ 'include/AdblockPlus/AsyncExecutor.h',
'include/AdblockPlus/ITimer.h',
'include/AdblockPlus/IWebRequest.h',
'include/AdblockPlus/IFileSystem.h',
'include/AdblockPlus/Scheduler.h',
'include/AdblockPlus/Platform.h',
+ 'include/AdblockPlus/SynchronizedCollection.h',
+ 'src/ActiveObject.cpp',
+ 'src/AsyncExecutor.cpp',
'src/AppInfoJsObject.cpp',
'src/ConsoleJsObject.cpp',
'src/DefaultLogSystem.cpp',
@@ -188,6 +193,7 @@
'libadblockplus'
],
'sources': [
+ 'test/AsyncExecutor.cpp',
'test/BaseJsTest.h',
'test/BaseJsTest.cpp',
'test/AppInfoJsObject.cpp',
« no previous file with comments | « include/AdblockPlus/SynchronizedCollection.h ('k') | src/ActiveObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld