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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_simple_cpp/library.dsc

Issue 1269623004: [NaCl SDK] Remove support for bionic toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'], 2 'TOOLS': ['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' : 'linker-script', 10 'TYPE' : 'linker-script',
11 'SOURCES' : [ 11 'SOURCES' : [
12 "ppapi_simple_cpp.a.linkerscript", 12 "ppapi_simple_cpp.a.linkerscript",
(...skipping 11 matching lines...) Expand all
24 "ps_interface.c", 24 "ps_interface.c",
25 "ps_main.c", 25 "ps_main.c",
26 "ps_main_default.c", 26 "ps_main_default.c",
27 "ps_entrypoints_cpp.cc" 27 "ps_entrypoints_cpp.cc"
28 ], 28 ],
29 }, 29 },
30 ], 30 ],
31 'DEST': 'src', 31 'DEST': 'src',
32 'NAME': 'ppapi_simple_cpp', 32 'NAME': 'ppapi_simple_cpp',
33 } 33 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_simple/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_stub/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698