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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_simple_cpp/library.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': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib' ], 2 'TOOLS': ['bionic', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../ppapi_simple' 5 '../ppapi_simple'
6 ], 6 ],
7 'TARGETS': [ 7 'TARGETS': [
8 { 8 {
9 'NAME' : 'ppapi_simple_cpp', 9 'NAME' : 'ppapi_simple_cpp',
10 'TYPE' : 'lib', 10 'TYPE' : 'lib',
11 'SOURCES' : [ 11 'SOURCES' : [
12 "ps.c", 12 "ps.c",
13 "ps_context_2d.c", 13 "ps_context_2d.c",
14 "ps_event.c", 14 "ps_event.c",
15 "ps_instance.c", 15 "ps_instance.c",
16 "ps_interface.c", 16 "ps_interface.c",
17 "ps_main.c", 17 "ps_main.c",
18 "ps_entrypoints_cpp.cc" 18 "ps_entrypoints_cpp.cc"
19 ], 19 ],
20 }, 20 },
21 ], 21 ],
22 'DEST': 'src', 22 'DEST': 'src',
23 'NAME': 'ppapi_simple_cpp', 23 'NAME': 'ppapi_simple_cpp',
24 } 24 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_simple/library.dsc ('k') | native_client_sdk/src/libraries/xray/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698