| Index: components/filesystem/BUILD.gn
|
| diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
|
| index 76e61ff54cfbcd0fab31b5f14383eeaa92677d28..9744522d3935f1e6fb712eede32db8184366f986 100644
|
| --- a/components/filesystem/BUILD.gn
|
| +++ b/components/filesystem/BUILD.gn
|
| @@ -47,8 +47,8 @@ mojo_native_application("filesystem") {
|
| "//mojo/platform_handle:for_shared_library",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| - "//mojo/services/tracing/public/cpp",
|
| "//services/shell/public/cpp",
|
| + "//services/tracing/public/cpp",
|
| ]
|
|
|
| data_deps = [
|
|
|