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

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

Issue 1388503003: [NaCl SDK] Remove newlib toolchain from the SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'pi_generator', 5 'NAME' : 'pi_generator',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['pi_generator.cc'], 7 'SOURCES' : ['pi_generator.cc'],
8 'DEPS': ['ppapi_simple', 'nacl_io'], 8 'DEPS': ['ppapi_simple', 'nacl_io'],
9 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread'] 9 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread']
10 } 10 }
11 ], 11 ],
12 'DATA': [ 12 'DATA': [
13 'example.js', 13 'example.js',
14 ], 14 ],
15 'DEST': 'examples/demo', 15 'DEST': 'examples/demo',
16 'NAME': 'pi_generator', 16 'NAME': 'pi_generator',
17 'TITLE': 'Monte Carlo Estimate for Pi', 17 'TITLE': 'Monte Carlo Estimate for Pi',
18 'GROUP': 'Demo' 18 'GROUP': 'Demo'
19 } 19 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc ('k') | native_client_sdk/src/examples/demo/voronoi/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698