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

Unified Diff: src/untrusted/nacl/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/untrusted/nacl/nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/BUILD.gn
diff --git a/src/untrusted/nacl/BUILD.gn b/src/untrusted/nacl/BUILD.gn
index 13e687769774a0fd1a9ff605106afc2aab80476f..d5b4d8ca4e4c43b059e5cd6afcde0be86e6ac04e 100644
--- a/src/untrusted/nacl/BUILD.gn
+++ b/src/untrusted/nacl/BUILD.gn
@@ -323,7 +323,6 @@ static_library("nacl") {
"stubs/ttyname.c",
"stubs/ttyname_r.c",
"stubs/umask.c",
- "stubs/utime.c",
"stubs/vfork.c",
"stubs/wait.c",
"stubs/waitpid.c",
@@ -332,6 +331,7 @@ static_library("nacl") {
"tls.c",
"truncate.c",
"unlink.c",
+ "utime.c",
"utimes.c",
"write.c",
]
« no previous file with comments | « no previous file | src/untrusted/nacl/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698