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

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

Issue 22462002: [NaCl SDK] Disable nacl_io for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/libraries/ppapi_simple/library.dsc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper', 5 'pepper',
6 '../third_party/newlib-extras', 6 '../third_party/newlib-extras',
7 ], 7 ],
8 'TARGETS': [ 8 'TARGETS': [
9 { 9 {
10 'NAME' : 'nacl_io', 10 'NAME' : 'nacl_io',
11 'TYPE' : 'lib', 11 'TYPE' : 'lib',
12 'SOURCES' : [ 12 'SOURCES' : [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "all_interfaces.h", 126 "all_interfaces.h",
127 "define_empty_macros.h", 127 "define_empty_macros.h",
128 "undef_macros.h", 128 "undef_macros.h",
129 ], 129 ],
130 'DEST': 'include/nacl_io/pepper', 130 'DEST': 'include/nacl_io/pepper',
131 } 131 }
132 ], 132 ],
133 'DEST': 'src', 133 'DEST': 'src',
134 'NAME': 'nacl_io', 134 'NAME': 'nacl_io',
135 } 135 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_simple/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698