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

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

Issue 18120003: Update XRay to support x86-64 (RDTSC), use dladdr() as an optional way to (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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'], 2 'TOOLS': ['newlib', 'glibc'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.' 4 '.'
5 ], 5 ],
6 'TARGETS': [ 6 'TARGETS': [
7 { 7 {
8 'NAME' : 'xray', 8 'NAME' : 'xray',
9 'TYPE' : 'lib', 9 'TYPE' : 'lib',
10 'SOURCES' : [ 10 'SOURCES' : [
11 'hashtable.c', 11 'hashtable.c',
12 'stringpool.c', 12 'stringpool.c',
13 'symtable.c', 13 'symtable.c',
14 'xray.c' 14 'xray.c'
15 ], 15 ],
16 'CCFLAGS': [ 16 'CCFLAGS': [
17 '-DXRAY -O2'» 17 '-DXRAY -DXRAY_ANNOTATE -O2'»
bradn 2013/06/27 23:01:24 Why there's a tab here? (Or it that just code revi
nfullagar1 2013/06/27 23:41:55 good catch, removed
18 ] 18 ]
19 } 19 }
20 ], 20 ],
21 'HEADERS': [ 21 'HEADERS': [
22 { 22 {
23 'FILES': [ 23 'FILES': [
24 'xray.h', 24 'xray.h',
25 'xray_priv.h' 25 'xray_priv.h'
26 ], 26 ],
27 'DEST': 'include/xray', 27 'DEST': 'include/xray',
28 } 28 }
29 ], 29 ],
30 'DEST': 'src', 30 'DEST': 'src',
31 'NAME': 'xray', 31 'NAME': 'xray',
32 'EXPERIMENTAL': True, 32 'EXPERIMENTAL': True,
33 } 33 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/xray/symtable.c » ('j') | native_client_sdk/src/libraries/xray/symtable.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698