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

Side by Side Diff: native_client_sdk/src/examples/tutorial/testing/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': ['glibc', 'newlib', 'pnacl', 'linux', 'mac', 'clang-newlib'], 2 'TOOLS': ['glibc', 'clang-newlib', 'pnacl', 'linux', 'mac'],
3 'SEL_LDR': True, 3 'SEL_LDR': True,
4 'TARGETS': [ 4 'TARGETS': [
5 { 5 {
6 'NAME' : 'testing', 6 'NAME' : 'testing',
7 'TYPE' : 'main', 7 'TYPE' : 'main',
8 'SOURCES' : ['testing.cc'], 8 'SOURCES' : ['testing.cc'],
9 'LIBS' : ['ppapi_simple_cpp', 'ppapi_cpp', 'ppapi', 'gtest', 'nacl_io', 'p thread'], 9 'LIBS' : ['ppapi_simple_cpp', 'ppapi_cpp', 'ppapi', 'gtest', 'nacl_io', 'p thread'],
10 'CXXFLAGS': ['-Wno-sign-compare'] 10 'CXXFLAGS': ['-Wno-sign-compare']
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': 'testing', 17 'NAME': 'testing',
18 'TITLE': 'Testing with gtest', 18 'TITLE': 'Testing with gtest',
19 'GROUP': 'Tutorial' 19 'GROUP': 'Tutorial'
20 } 20 }
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698