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

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

Issue 17234004: [NaCl SDK] Fix SDK waterfall: unistd.h does not exist on windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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', 'pnacl', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper' 5 'pepper'
6 ], 6 ],
7 'TARGETS': [ 7 'TARGETS': [
8 { 8 {
9 'NAME' : 'nacl_io', 9 'NAME' : 'nacl_io',
10 'TYPE' : 'lib', 10 'TYPE' : 'lib',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "mount_node_html5fs.h", 55 "mount_node_html5fs.h",
56 "mount_node_http.h", 56 "mount_node_http.h",
57 "mount_node_mem.h", 57 "mount_node_mem.h",
58 "mount_passthrough.h", 58 "mount_passthrough.h",
59 "nacl_io.h", 59 "nacl_io.h",
60 "osdirent.h", 60 "osdirent.h",
61 "osinttypes.h", 61 "osinttypes.h",
62 "osmman.h", 62 "osmman.h",
63 "osstat.h", 63 "osstat.h",
64 "ostypes.h", 64 "ostypes.h",
65 "osunistd.h",
65 "path.h", 66 "path.h",
66 "pepper_interface.h", 67 "pepper_interface.h",
67 "real_pepper_interface.h", 68 "real_pepper_interface.h",
68 ], 69 ],
69 'DEST': 'include/nacl_io', 70 'DEST': 'include/nacl_io',
70 }, 71 },
71 { 72 {
72 'FILES': [ 73 'FILES': [
73 "all_interfaces.h", 74 "all_interfaces.h",
74 "define_empty_macros.h", 75 "define_empty_macros.h",
75 "undef_macros.h", 76 "undef_macros.h",
76 ], 77 ],
77 'DEST': 'include/nacl_io/pepper', 78 'DEST': 'include/nacl_io/pepper',
78 } 79 }
79 ], 80 ],
80 'DEST': 'src', 81 'DEST': 'src',
81 'NAME': 'nacl_io', 82 'NAME': 'nacl_io',
82 } 83 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_handle.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698