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

Unified Diff: libadblockplus.gyp

Issue 29370876: Issue #4692, #3595 - Stop sleeping in the implementation of `SetTimeout`
Patch Set: Created Jan. 9, 2017, 1:22 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 | « no previous file | src/GlobalJsObject.h » ('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
@@ -73,6 +73,8 @@
'src/ReferrerMapping.cpp',
'src/Scheduler.cpp',
'src/Scheduler.h',
+ 'src/Timeout.cpp',
+ 'src/Timeout.h',
'src/Utils.cpp',
'src/Utils.h',
'src/Value.h',
@@ -204,9 +206,12 @@
'test/JsEngine.cpp',
'test/JsValue.cpp',
'test/Notification.cpp',
+ 'test/PausePoint.cpp',
+ 'test/PausePoint.h',
'test/Prefs.cpp',
'test/ReferrerMapping.cpp',
'test/SchedulerTest.cpp',
+ 'test/TimeoutTest.cpp',
'test/UpdateCheck.cpp',
'test/WebRequest.cpp'
],
« no previous file with comments | « no previous file | src/GlobalJsObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld