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

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

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'SEARCH': [
4 '.'
5 ],
6 'TARGETS': [ 3 'TARGETS': [
7 { 4 {
8 'NAME' : 'xray', 5 'NAME' : 'xray',
9 'TYPE' : 'lib', 6 'TYPE' : 'lib',
10 'SOURCES' : [ 7 'SOURCES' : [
11 'demangle.c', 8 'demangle.c',
12 'hashtable.c', 9 'hashtable.c',
13 'parsesymbols.c', 10 'parsesymbols.c',
14 'report.c', 11 'report.c',
15 'browser.c', 12 'browser.c',
(...skipping 12 matching lines...) Expand all
28 'xray.h', 25 'xray.h',
29 'xray_priv.h' 26 'xray_priv.h'
30 ], 27 ],
31 'DEST': 'include/xray', 28 'DEST': 'include/xray',
32 } 29 }
33 ], 30 ],
34 'DEST': 'src', 31 'DEST': 'src',
35 'NAME': 'xray', 32 'NAME': 'xray',
36 'EXPERIMENTAL': True, 33 'EXPERIMENTAL': True,
37 } 34 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/sdk_util/library.dsc ('k') | native_client_sdk/src/resources/Makefile.example.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698