| Index: components/filesystem/BUILD.gn
|
| diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
|
| index 9744522d3935f1e6fb712eede32db8184366f986..0f587b30799862779956b4594825b9dadf205ff6 100644
|
| --- a/components/filesystem/BUILD.gn
|
| +++ b/components/filesystem/BUILD.gn
|
| @@ -61,9 +61,7 @@ mojo_application_manifest("manifest") {
|
| source = "manifest.json"
|
| }
|
|
|
| -test("unittests") {
|
| - output_name = "filesystem_service_unittests"
|
| -
|
| +test("filesystem_service_unittests") {
|
| sources = [
|
| "directory_impl_unittest.cc",
|
| "file_impl_unittest.cc",
|
|
|