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

Side by Side Diff: native_client_sdk/src/tests/sdk_util_test/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 4
5 'TARGETS': [ 5 'TARGETS': [
6 { 6 {
7 'NAME' : 'sdk_util_test', 7 'NAME' : 'sdk_util_test',
8 'TYPE' : 'main', 8 'TYPE' : 'main',
9 'SOURCES' : [ 9 'SOURCES' : [
10 'main.cc', 10 'main.cc',
11 'string_util_test.cc', 11 'string_util_test.cc',
12 ], 12 ],
13 'DEPS': ['ppapi_simple', 'sdk_util', 'nacl_io'], 13 'DEPS': ['ppapi_simple', 'sdk_util', 'nacl_io'],
14 # Order matters here: gtest has a "main" function that will be used if 14 # Order matters here: gtest has a "main" function that will be used if
15 # referenced before ppapi. 15 # referenced before ppapi.
16 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'nacl_io', 'ppapi', 'gt est', 'pthread'], 16 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'nacl_io', 'ppapi', 'gt est', 'pthread'],
17 'CXXFLAGS': ['-Wno-sign-compare'] 17 'CXXFLAGS': ['-Wno-sign-compare']
18 } 18 }
19 ], 19 ],
20 'DATA': [ 20 'DATA': [
21 'example.js' 21 'example.js'
22 ], 22 ],
23 'DEST': 'tests', 23 'DEST': 'tests',
24 'NAME': 'sdk_util_test', 24 'NAME': 'sdk_util_test',
25 'TITLE': 'SDK Util test', 25 'TITLE': 'SDK Util test',
26 } 26 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_test/example.dsc ('k') | native_client_sdk/src/tools/common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698