| Index: components/filesystem/public/interfaces/BUILD.gn
|
| diff --git a/components/filesystem/public/interfaces/BUILD.gn b/components/filesystem/public/interfaces/BUILD.gn
|
| index a1ef7b675749b0e7cacc022f927549bcdd5a887f..b65d3a797ebd11134ea0f31d4d107646d61ce94f 100644
|
| --- a/components/filesystem/public/interfaces/BUILD.gn
|
| +++ b/components/filesystem/public/interfaces/BUILD.gn
|
| @@ -11,4 +11,7 @@ mojom("interfaces") {
|
| "file_system.mojom",
|
| "types.mojom",
|
| ]
|
| + public_deps = [
|
| + "//mojo/common:common_custom_types",
|
| + ]
|
| }
|
|
|