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

Side by Side Diff: native_client_sdk/src/examples/debugging/example.dsc

Issue 10548013: Fix break in SDK builders due to missing files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | native_client_sdk/src/examples/file_io/example.dsc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc'],
3 'TARGETS': [
4 {
5 'NAME' : 'debugging',
6 'TYPE' : 'main',
7 'SOURCES' : [
8 'hello_world.c',
9 'string_stream.c',
10 'string_stream.h',
11 'untrusted_crash_dump.c',
12 'untrusted_crash_dump.h'
13 ],
14 'CCFLAGS': ['$(NACL_CCFLAGS)', '-fno-omit-frame-pointer']
15 }
16 ],
17 'POST': 'include Makefile.inc\n',
18 'DATA': ['Makefile.inc'],
19 'DEST': 'examples',
20 'NAME': 'debugging'
21 }
22
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/examples/file_io/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698