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

Side by Side Diff: native_client_sdk/src/examples/tutorial/multi_platform/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'], 2 'TOOLS': ['clang-newlib', 'glibc'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME': 'multi_platform', 5 'NAME': 'multi_platform',
6 'TYPE': 'main', 6 'TYPE': 'main',
7 'SOURCES': ['multi_platform.cc'], 7 'SOURCES': ['multi_platform.cc'],
8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'], 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'],
9 } 9 }
10 ], 10 ],
11 'DATA': [ 11 'DATA': [
12 'example.js', 12 'example.js',
13 'README', 13 'README',
14 ], 14 ],
15 'DEST': 'examples/tutorial', 15 'DEST': 'examples/tutorial',
16 'NAME': 'multi_platform', 16 'NAME': 'multi_platform',
17 'TITLE': 'Multi-platform App', 17 'TITLE': 'Multi-platform App',
18 'GROUP': 'Tutorial', 18 'GROUP': 'Tutorial',
19 'MULTI_PLATFORM': True, 19 'MULTI_PLATFORM': True,
20 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698