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

Side by Side Diff: native_client_sdk/src/examples/demo/drive/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' : 'drive', 5 'NAME' : 'drive',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['drive.cc'], 7 'SOURCES' : ['drive.cc'],
8 'LIBS': ['jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS': ['jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DATA': [ 11 'DATA': [
12 'example.js', 12 'example.js',
13 ], 13 ],
14 'DEST': 'examples/demo', 14 'DEST': 'examples/demo',
15 'NAME': 'drive', 15 'NAME': 'drive',
16 'TITLE': 'Google Drive', 16 'TITLE': 'Google Drive',
17 'GROUP': 'Demo', 17 'GROUP': 'Demo',
18 'PERMISSIONS': [ 18 'PERMISSIONS': [
19 'identity', 19 'identity',
20 'https://www.googleapis.com/*/drive/*', 20 'https://www.googleapis.com/*/drive/*',
21 'https://*.googleusercontent.com/*' 21 'https://*.googleusercontent.com/*'
22 ] 22 ]
23 } 23 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/tests/parse_dsc_test.py ('k') | native_client_sdk/src/examples/demo/earth/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698