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

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

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 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' : 'life',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'voronoi.cc', 8 'life.c',
9 'threadpool.cc',
10 'threadpool.h'
11 ], 9 ],
12 10 'DEPS': ['ppapi_simple', 'nacl_io'],
13 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 11 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
14 } 12 }
15 ], 13 ],
16 'DATA': [
17 'example.js',
18 ],
19 'DEST': 'examples/demo', 14 'DEST': 'examples/demo',
20 'NAME': 'voronoi', 15 'NAME': 'life',
21 'TITLE': 'Multi-Threaded Voronoi Demo', 16 'TITLE': "Conway's Life",
22 'GROUP': 'Demo' 17 'GROUP': 'Demo'
23 } 18 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/examples/demo/life/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698