Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: native_client_sdk/src/examples/demo/voronoi/example.dsc

Issue 16325024: Move thread_pool.h into utils so it can be shared by more than one example. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/demo/voronoi/example.dsc
===================================================================
--- native_client_sdk/src/examples/demo/voronoi/example.dsc (revision 204979)
+++ native_client_sdk/src/examples/demo/voronoi/example.dsc (working copy)
@@ -5,12 +5,10 @@
'NAME' : 'voronoi',
'TYPE' : 'main',
'SOURCES' : [
- 'voronoi.cc',
- 'threadpool.cc',
- 'threadpool.h'
+ 'voronoi.cc'
],
- 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
+ 'LIBS': ['sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
}
],
'DATA': [
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/examples/demo/voronoi/threadpool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698