Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index b96fccca1ecefc60c8c3a87f00d43ee2b3662d62..dcc38d894abab95453f33ee3327fd44b3550b9fc 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -157,6 +157,7 @@ static_library("common") { |
| public_deps = [ |
| ":features", |
| ":mojo_bindings", |
| + ":mojo_bindings_no_new_wrapper_types", |
| "//base:base", |
| "//base:base_static", |
| "//base:i18n", |
| @@ -659,6 +660,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") { |
|
sky
2016/10/06 17:28:44
Why are you separating out the the mojo_bindings t
nigeltao1
2016/10/07 03:30:52
Because updating the existing interfaces for use_n
|
| + sources = [ |
| "image_decoder.mojom", |
| "network_diagnostics.mojom", |
| "resource_usage_reporter.mojom", |