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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'voronoi', 5 'NAME' : 'voronoi',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'voronoi.cc', 8 'voronoi.cc'
9 'threadpool.cc',
10 'threadpool.h'
11 ], 9 ],
12 10
13 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 11 'LIBS': ['sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
14 } 12 }
15 ], 13 ],
16 'DATA': [ 14 'DATA': [
17 'example.js', 15 'example.js',
18 ], 16 ],
19 'DEST': 'examples/demo', 17 'DEST': 'examples/demo',
20 'NAME': 'voronoi', 18 'NAME': 'voronoi',
21 'TITLE': 'Multi-Threaded Voronoi Demo', 19 'TITLE': 'Multi-Threaded Voronoi Demo',
22 'GROUP': 'Demo' 20 'GROUP': 'Demo'
23 } 21 }
OLDNEW
« 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