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

Side by Side Diff: native_client_sdk/src/examples/demo/life/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' : 'life', 5 'NAME' : 'life',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'life.c', 8 'life.c',
9 ], 9 ],
10 'DEPS': ['ppapi_simple', 'nacl_io'], 10 'DEPS': ['ppapi_simple', 'nacl_io'],
11 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread'] 11 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread']
12 } 12 }
13 ], 13 ],
14 'DEST': 'examples/demo', 14 'DEST': 'examples/demo',
15 'NAME': 'life', 15 'NAME': 'life',
16 'TITLE': "Conway's Life", 16 'TITLE': "Conway's Life",
17 'GROUP': 'Demo' 17 'GROUP': 'Demo'
18 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698