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

Side by Side Diff: src/untrusted/nacl/nacl.gyp

Issue 1065963002: Add utime implementation to libnacl (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « src/untrusted/nacl/BUILD.gn ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../build/common.gypi', 7 '../../../build/common.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'sources_for_standard_interfaces': [ 10 'sources_for_standard_interfaces': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'sigprocmask.c', 68 'sigprocmask.c',
69 'sigsetmask.c', 69 'sigsetmask.c',
70 'stacktrace.c', 70 'stacktrace.c',
71 'start.c', 71 'start.c',
72 'stat.c', 72 'stat.c',
73 'symlink.c', 73 'symlink.c',
74 'sysconf.c', 74 'sysconf.c',
75 'tls.c', 75 'tls.c',
76 'truncate.c', 76 'truncate.c',
77 'unlink.c', 77 'unlink.c',
78 'utime.c',
78 'utimes.c', 79 'utimes.c',
79 'write.c', 80 'write.c',
80 ], 81 ],
81 'sources_for_stubs': [ 82 'sources_for_stubs': [
82 'stubs/_execve.c', 83 'stubs/_execve.c',
83 'stubs/accept.c', 84 'stubs/accept.c',
84 'stubs/addmntent.c', 85 'stubs/addmntent.c',
85 'stubs/bind.c', 86 'stubs/bind.c',
86 'stubs/chown.c', 87 'stubs/chown.c',
87 'stubs/closelog.c', 88 'stubs/closelog.c',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'stubs/tcdrain.c', 191 'stubs/tcdrain.c',
191 'stubs/tcflow.c', 192 'stubs/tcflow.c',
192 'stubs/tcflush.c', 193 'stubs/tcflush.c',
193 'stubs/tcgetattr.c', 194 'stubs/tcgetattr.c',
194 'stubs/tcsendbreak.c', 195 'stubs/tcsendbreak.c',
195 'stubs/tcsetattr.c', 196 'stubs/tcsetattr.c',
196 'stubs/times.c', 197 'stubs/times.c',
197 'stubs/ttyname.c', 198 'stubs/ttyname.c',
198 'stubs/ttyname_r.c', 199 'stubs/ttyname_r.c',
199 'stubs/umask.c', 200 'stubs/umask.c',
200 'stubs/utime.c',
201 'stubs/vfork.c', 201 'stubs/vfork.c',
202 'stubs/wait.c', 202 'stubs/wait.c',
203 'stubs/waitpid.c', 203 'stubs/waitpid.c',
204 ], 204 ],
205 'sources_for_nacl_extensions': [ 205 'sources_for_nacl_extensions': [
206 'gc_hooks.c', 206 'gc_hooks.c',
207 'nacl_irt.c', 207 'nacl_irt.c',
208 'nacl_irt_init.c', 208 'nacl_irt_init.c',
209 'nacl_tls_get.c', 209 'nacl_tls_get.c',
210 'nacl_tls_init.c', 210 'nacl_tls_init.c',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'build_pnacl_newlib': 1, 377 'build_pnacl_newlib': 1,
378 'build_irt': 1, 378 'build_irt': 1,
379 }, 379 },
380 'sources': ['<@(imc_syscalls)'], 380 'sources': ['<@(imc_syscalls)'],
381 'dependencies': [ 381 'dependencies': [
382 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 382 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
383 ], 383 ],
384 }, 384 },
385 ], 385 ],
386 } 386 }
OLDNEW
« no previous file with comments | « src/untrusted/nacl/BUILD.gn ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698