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

Unified Diff: libadblockplus.gyp

Issue 29395640: Issue 3595 - Get rid of detached threads for setTimeout (Closed)
Patch Set: address comments Created March 28, 2017, 11:06 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/JsEngine.h ('k') | src/DefaultTimer.h » ('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 4ef986929faa320ae0762c0b9d50ba32a38dbb8e..dc9470ba2cf37f2965dc98bb99ccb90fd3dc3072 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -35,10 +35,13 @@
'third_party/v8/include',
],
'sources': [
+ 'include/AdblockPlus/ITimer.h',
'src/AppInfoJsObject.cpp',
'src/ConsoleJsObject.cpp',
'src/DefaultLogSystem.cpp',
'src/DefaultFileSystem.cpp',
+ 'src/DefaultTimer.cpp',
+ 'src/DefaultTimer.h',
'src/FileSystemJsObject.cpp',
'src/FilterEngine.cpp',
'src/GlobalJsObject.cpp',
« no previous file with comments | « include/AdblockPlus/JsEngine.h ('k') | src/DefaultTimer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld