| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index b1a7c4489742c63465cdc6454b118b1ed310f315..b1fd3554e3e905752fe93b551bf074263b8e9ff3 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -708,17 +708,6 @@ 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",
|
| @@ -745,7 +734,6 @@ 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",
|
|
|