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

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

Issue 2518593002: [NaCl SDK] Refactor STATUSCODE_* (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc ('k') | no next file » | 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': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper', 5 'pepper',
6 '../third_party/newlib-extras', 6 '../third_party/newlib-extras',
7 'include', 7 'include',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "fuse.h", 167 "fuse.h",
168 "getdents_helper.h", 168 "getdents_helper.h",
169 "googledrivefs/googledrivefs.h", 169 "googledrivefs/googledrivefs.h",
170 "googledrivefs/googledrivefs_node.h", 170 "googledrivefs/googledrivefs_node.h",
171 "hash.h", 171 "hash.h",
172 "host_resolver.h", 172 "host_resolver.h",
173 "html5fs/html5_fs.h", 173 "html5fs/html5_fs.h",
174 "html5fs/html5_fs_node.h", 174 "html5fs/html5_fs_node.h",
175 "httpfs/http_fs.h", 175 "httpfs/http_fs.h",
176 "httpfs/http_fs_node.h", 176 "httpfs/http_fs_node.h",
177 "http_status_codes.h",
177 "inode_pool.h", 178 "inode_pool.h",
178 "ioctl.h", 179 "ioctl.h",
179 "jsfs/js_fs.h", 180 "jsfs/js_fs.h",
180 "jsfs/js_fs_node.h", 181 "jsfs/js_fs_node.h",
181 "nacl_abi_types.h", 182 "nacl_abi_types.h",
182 "kernel_handle.h", 183 "kernel_handle.h",
183 "kernel_intercept.h", 184 "kernel_intercept.h",
184 "kernel_object.h", 185 "kernel_object.h",
185 "kernel_proxy.h", 186 "kernel_proxy.h",
186 "kernel_wrap.h", 187 "kernel_wrap.h",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "all_interfaces.h", 295 "all_interfaces.h",
295 "define_empty_macros.h", 296 "define_empty_macros.h",
296 "undef_macros.h", 297 "undef_macros.h",
297 ], 298 ],
298 'DEST': 'include/nacl_io/pepper', 299 'DEST': 'include/nacl_io/pepper',
299 } 300 }
300 ], 301 ],
301 'DEST': 'src', 302 'DEST': 'src',
302 'NAME': 'nacl_io', 303 'NAME': 'nacl_io',
303 } 304 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698