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

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

Issue 10539082: Add DSC files for the various examples. (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
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc'], 2 'TOOLS': ['newlib'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'file_io', 5 'NAME' : 'file_io',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['file_io.cc'], 7 'SOURCES' : ['file_io.cc'],
8 } 8 }
9 ], 9 ],
10 'DEST': 'examples', 10 'DEST': 'examples',
11 'NAME': 'file_io' 11 'NAME': 'file_io'
12 } 12 }
13 13
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/dlopen/dlopen.html ('k') | native_client_sdk/src/examples/file_io/file_io.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698