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

Unified Diff: libadblockplus.gyp

Issue 10026001: Cross-platform thread primitives (Closed)
Patch Set: Created March 29, 2013, 5:26 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 | « no previous file | src/Thread.h » ('j') | src/Thread.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -14,7 +14,8 @@
'src/ErrorCallback.cpp',
'src/FileReader.cpp',
'src/FilterEngine.cpp',
- 'src/JsEngine.cpp'
+ 'src/JsEngine.cpp',
+ 'src/Thread.cpp'
],
'direct_dependent_settings': {
'include_dirs': ['include']
@@ -31,7 +32,8 @@
'sources': [
'test/ConsoleJsObject.cpp',
'test/FilterEngineStubs.cpp',
- 'test/JsEngine.cpp'
+ 'test/JsEngine.cpp',
+ 'test/Thread.cpp'
]
}]
}
« no previous file with comments | « no previous file | src/Thread.h » ('j') | src/Thread.h » ('J')

Powered by Google App Engine
This is Rietveld