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

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

Issue 1493443002: Revert of [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': ['glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'], 2 'TOOLS': ['bionic', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'ppapi_simple', 5 'NAME' : 'ppapi_simple',
6 'TYPE' : 'linker-script', 6 'TYPE' : 'linker-script',
7 'SOURCES' : [ 7 'SOURCES' : [
8 "ppapi_simple.a.linkerscript", 8 "ppapi_simple.a.linkerscript",
9 "ppapi_simple.so.linkerscript", 9 "ppapi_simple.so.linkerscript",
10 ], 10 ],
11 }, 11 },
12 { 12 {
(...skipping 23 matching lines...) Expand all
36 "ps_interface.h", 36 "ps_interface.h",
37 "ps_internal.h", 37 "ps_internal.h",
38 "ps_main.h", 38 "ps_main.h",
39 ], 39 ],
40 'DEST': 'include/ppapi_simple', 40 'DEST': 'include/ppapi_simple',
41 }, 41 },
42 ], 42 ],
43 'DEST': 'src', 43 'DEST': 'src',
44 'NAME': 'ppapi_simple', 44 'NAME': 'ppapi_simple',
45 } 45 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_simple_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698