| 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
|
|
|
|
|