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

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

Issue 451883002: Update SIMD version of life demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove commented out js Created 6 years, 4 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
« no previous file with comments | « no previous file | native_client_sdk/src/examples/demo/life_simd/example.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['pnacl'], 2 'TOOLS': ['pnacl'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'life_simd', 5 'NAME' : 'life',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'life.c', 8 'life.cc',
9 ], 9 ],
10 'DEPS': ['ppapi_simple', 'nacl_io'], 10 'DEPS': ['ppapi_simple', 'nacl_io'],
11 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi_cpp', 'ppapi', 'pthread'] 11 'LIBS': ['ppapi_simple', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pth read']
12 } 12 }
13 ], 13 ],
14 'DATA': [
15 'example.js'
16 ],
14 'DEST': 'examples/demo', 17 'DEST': 'examples/demo',
15 'NAME': 'life_simd', 18 'NAME': 'life_simd',
16 'TITLE': "Conway's Life (SIMD version)", 19 'TITLE': "Conway's Life",
17 'GROUP': 'Demo' 20 'GROUP': 'Demo'
18 } 21 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/examples/demo/life_simd/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698