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

Side by Side Diff: native_client_sdk/src/examples/tutorial/using_ppapi_simple/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 'SEL_LDR': True, 3 'SEL_LDR': True,
4 'TARGETS': [ 4 'TARGETS': [
5 { 5 {
6 'NAME' : 'using_ppapi_simple', 6 'NAME' : 'using_ppapi_simple',
7 'TYPE' : 'main', 7 'TYPE' : 'main',
8 'SOURCES' : ['hello_world.c'], 8 'SOURCES' : ['hello_world.c'],
9 'DEPS': ['ppapi_simple', 'nacl_io'], 9 'DEPS': ['ppapi_simple', 'nacl_io'],
10 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread'] 10 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread']
11 } 11 }
12 ], 12 ],
13 'DATA': [ 13 'DATA': [
14 'example.js', 14 'example.js',
15 ], 15 ],
16 'DEST': 'examples/tutorial', 16 'DEST': 'examples/tutorial',
17 'NAME': 'using_ppapi_simple', 17 'NAME': 'using_ppapi_simple',
18 'TITLE': 'Using the ppapi_simple library', 18 'TITLE': 'Using the ppapi_simple library',
19 'GROUP': 'Tutorial' 19 'GROUP': 'Tutorial'
20 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698