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

Side by Side Diff: native_client_sdk/src/libraries/error_handling/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', 'clang-newlib'], 2 'TOOLS': ['clang-newlib'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'error_handling', 5 'NAME' : 'error_handling',
6 'TYPE' : 'lib', 6 'TYPE' : 'lib',
7 'SOURCES' : [ 7 'SOURCES' : [
8 "error_handling.c", 8 "error_handling.c",
9 "string_stream.c" 9 "string_stream.c"
10 ], 10 ],
11 } 11 }
12 ], 12 ],
13 'HEADERS': [ 13 'HEADERS': [
14 { 14 {
15 'FILES': [ 15 'FILES': [
16 "error_handling.h", 16 "error_handling.h",
17 "string_stream.h", 17 "string_stream.h",
18 ], 18 ],
19 'DEST': 'include/error_handling', 19 'DEST': 'include/error_handling',
20 }, 20 },
21 ], 21 ],
22 'DEST': 'src', 22 'DEST': 'src',
23 'NAME': 'error_handling', 23 'NAME': 'error_handling',
24 } 24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698