| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 05d7ef9ee3976f8505c440324e3b9866eb12533a..039143033d059959b166d8157fc1c820ee4ee148 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -677,6 +677,7 @@ mojom("mojo_bindings") {
|
| "conflicts/module_database_win.mojom",
|
| "conflicts/module_event_win.mojom",
|
| "field_trial_recorder.mojom",
|
| + "file_patcher.mojom",
|
| "net_benchmarking.mojom",
|
| "network_diagnostics.mojom",
|
| "renderer_configuration.mojom",
|
| @@ -685,6 +686,7 @@ mojom("mojo_bindings") {
|
| ]
|
|
|
| public_deps = [
|
| + "//mojo/common:common_custom_types",
|
| "//url/mojo:url_mojom_gurl",
|
| ]
|
| }
|
|
|