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

Side by Side Diff: native_client_sdk/src/examples/demo/earth/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'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'earth', 5 'NAME' : 'earth',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'earth.cc' 8 'earth.cc'
9 ], 9 ],
10 'LIBS': ['ppapi_simple_cpp', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', ' pthread'] 10 'LIBS': ['ppapi_simple_cpp', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', ' pthread']
11 } 11 }
12 ], 12 ],
13 'DATA': [ 13 'DATA': [
14 'earth.jpg', 14 'earth.jpg',
15 'earthnight.jpg', 15 'earthnight.jpg',
16 'example.js', 16 'example.js',
17 ], 17 ],
18 'DEST': 'examples/demo', 18 'DEST': 'examples/demo',
19 'NAME': 'earth', 19 'NAME': 'earth',
20 'TITLE': 'Multi-Threaded Earth Demo', 20 'TITLE': 'Multi-Threaded Earth Demo',
21 'GROUP': 'Demo' 21 'GROUP': 'Demo'
22 } 22 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/demo/drive/example.dsc ('k') | native_client_sdk/src/examples/demo/flock/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698