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

Side by Side Diff: native_client_sdk/src/libraries/xray/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': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'xray', 5 'NAME' : 'xray',
6 'TYPE' : 'lib', 6 'TYPE' : 'lib',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'demangle.c', 8 'demangle.c',
9 'hashtable.c', 9 'hashtable.c',
10 'parsesymbols.c', 10 'parsesymbols.c',
11 'report.c', 11 'report.c',
12 'browser.c', 12 'browser.c',
(...skipping 10 matching lines...) Expand all
23 'xray.h', 23 'xray.h',
24 'xray_priv.h' 24 'xray_priv.h'
25 ], 25 ],
26 'DEST': 'include/xray', 26 'DEST': 'include/xray',
27 } 27 }
28 ], 28 ],
29 'DEST': 'src', 29 'DEST': 'src',
30 'NAME': 'xray', 30 'NAME': 'xray',
31 'EXPERIMENTAL': True, 31 'EXPERIMENTAL': True,
32 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698