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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_simple/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 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'ppapi_simple', 5 'NAME' : 'ppapi_simple',
6 'TYPE' : 'lib', 6 'TYPE' : 'lib',
7 'LIBS': ['nacl_io'], 7 'LIBS': ['nacl_io'],
8 'DEPS': ['nacl_io'], 8 'DEPS': ['nacl_io'],
9 'SOURCES' : [ 9 'SOURCES' : [
10 "ps.c", 10 "ps.c",
11 "ps_context_2d.c", 11 "ps_context_2d.c",
12 "ps_event.c", 12 "ps_event.c",
(...skipping 14 matching lines...) Expand all
27 "ps_interface.h", 27 "ps_interface.h",
28 "ps_internal.h", 28 "ps_internal.h",
29 "ps_main.h", 29 "ps_main.h",
30 ], 30 ],
31 'DEST': 'include/ppapi_simple', 31 'DEST': 'include/ppapi_simple',
32 }, 32 },
33 ], 33 ],
34 'DEST': 'src', 34 'DEST': 'src',
35 'NAME': 'ppapi_simple', 35 'NAME': 'ppapi_simple',
36 } 36 }
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