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

Unified Diff: libadblockplus.gyp

Issue 29367003: Issue #4711 - Rewrite legacy thread facilities
Patch Set: Created Dec. 7, 2016, 4:44 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/FileSystemJsObject.cpp » ('j') | src/GlobalJsObject.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -48,7 +48,7 @@
'src/JsValue.cpp',
'src/Notification.cpp',
'src/ReferrerMapping.cpp',
- 'src/Thread.cpp',
+ 'src/Scheduler.cpp',
'src/Utils.cpp',
'src/WebRequestJsObject.cpp',
'<(INTERMEDIATE_DIR)/adblockplus.js.cpp'
@@ -178,7 +178,6 @@
'test/Notification.cpp',
'test/Prefs.cpp',
'test/ReferrerMapping.cpp',
- 'test/Thread.cpp',
'test/UpdateCheck.cpp',
'test/WebRequest.cpp'
],
« no previous file with comments | « no previous file | src/FileSystemJsObject.cpp » ('j') | src/GlobalJsObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld