| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index c6c3dec6b7f93b5425bbe32a396c66504a94d392..040641cd46b46cc78a9cab29b333f680f6df680c 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -156,6 +156,7 @@ static_library("common") {
|
| public_deps = [
|
| ":features",
|
| ":mojo_bindings",
|
| + ":mojo_bindings_no_new_wrapper_types",
|
| "//base:base",
|
| "//base:base_static",
|
| "//base:i18n",
|
| @@ -658,6 +659,16 @@ source_set("app_mode_app_support") {
|
|
|
| mojom("mojo_bindings") {
|
| sources = [
|
| + "rappor_recorder.mojom",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//url/mojo:url_mojom_gurl",
|
| + ]
|
| +}
|
| +
|
| +mojom("mojo_bindings_no_new_wrapper_types") {
|
| + sources = [
|
| "image_decoder.mojom",
|
| "network_diagnostics.mojom",
|
| "resource_usage_reporter.mojom",
|
|
|