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

Unified Diff: components/filesystem/BUILD.gn

Issue 1158253002: mandoline filesystem: Rewrite using base::File. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get the error from the right object. Created 5 years, 7 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 | components/filesystem/directory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/BUILD.gn
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
index 55dd7e7dea7e03a79683150fb1cf110f42f5819a..f022412503e150feda4a2c686513027dccc2e2ba 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -12,11 +12,7 @@ mojo_native_application("filesystem") {
"file_impl.h",
"file_system_impl.cc",
"file_system_impl.h",
- "futimens.h",
- "futimens_android.cc",
"main.cc",
- "shared_impl.cc",
- "shared_impl.h",
"util.cc",
"util.h",
]
@@ -33,7 +29,7 @@ mojo_native_application("filesystem") {
}
mojo_native_application("apptests") {
- output_name = "files_apptests"
+ output_name = "filesystem_apptests"
testonly = true
« no previous file with comments | « no previous file | components/filesystem/directory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698