| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index d69ee49c4282b5c055ca559d18605a65db215b5e..3d768457c2c9f6e104c84ba1f7615dc4e31ff110 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -639,12 +639,14 @@ source_set("app_mode_app_support") {
|
| mojom("mojo_bindings") {
|
| sources = [
|
| "image_decoder.mojom",
|
| + "network_diagnostics.mojom",
|
| "resource_usage_reporter.mojom",
|
| "shell_handler_win.mojom",
|
| ]
|
|
|
| public_deps = [
|
| "//skia/public/interfaces",
|
| + "//url/mojo:url_mojom_gurl",
|
| ]
|
|
|
| use_new_wrapper_types = false
|
|
|