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

Side by Side Diff: native_client_sdk/src/examples/demo/voronoi/example.dsc

Issue 15732012: Revive voronoi multi-threaded demo. (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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'TARGETS': [
4 {
5 'NAME' : 'voronoi',
6 'TYPE' : 'main',
7 'SOURCES' : [
8 'voronoi.cc',
9 'threadpool.cc',
10 'threadpool.h'
11 ],
12
13 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
14 }
15 ],
16 'DATA': [
17 'example.js',
18 ],
19 'DEST': 'examples/demo',
20 'NAME': 'voronoi',
21 'TITLE': 'Multi-Threaded Voronoi Demo',
22 'GROUP': 'Demo'
23 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/examples/demo/voronoi/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698