| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 47d8aff0eaa4d0e2b1bc92936e135c477214bbd8..020cd71843bfe8ae3a78251465ad71e3eae25231 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -702,6 +702,17 @@ source_set("app_mode_app_support") {
|
| ]
|
| }
|
|
|
| +mojom("once_callback_mojo_bindings") {
|
| + sources = [
|
| + "safe_browsing.mojom",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//content/public/common:resource_type_bindings",
|
| + "//url/mojo:url_mojom_gurl",
|
| + ]
|
| +}
|
| +
|
| mojom("mojo_bindings") {
|
| sources = [
|
| "cache_stats_recorder.mojom",
|
| @@ -728,6 +739,7 @@ mojom("mojo_bindings") {
|
| }
|
|
|
| public_deps = [
|
| + ":once_callback_mojo_bindings",
|
| "//components/content_settings/core/common:mojo_bindings",
|
| "//mojo/common:common_custom_types",
|
| "//ui/gfx/geometry/mojo",
|
|
|