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

Unified Diff: libadblockplus.gyp

Issue 29372702: Issue #4826 - Use latch to replace thread-sleeping in tests
Patch Set: stray comments Created Jan. 20, 2017, 1:29 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/Latch.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
@@ -49,6 +49,8 @@
'src/JsEngineTransition.h',
'src/JsError.cpp',
'src/JsValue.cpp',
+ 'src/Latch.cpp',
+ 'src/Latch.h',
'src/Notification.cpp',
'src/ReferrerMapping.cpp',
'src/Scheduler.cpp',
@@ -182,6 +184,9 @@
'test/GlobalJsObject.cpp',
'test/JsEngine.cpp',
'test/JsValue.cpp',
+ 'test/JsLatch.cpp',
+ 'test/JsLatch.h',
+ 'test/LatchTest.cpp',
'test/Notification.cpp',
'test/PausePoint.cpp',
'test/PausePoint.h',
« no previous file with comments | « no previous file | src/Latch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld