Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: chrome/common/BUILD.gn

Issue 2936773002: Move safe_browsing.mojom into components/safe_browsing. (Closed)
Patch Set: merge Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/safe_browsing/mojo_safe_browsing_impl.cc ('k') | chrome/common/safe_browsing.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 0be2d6cbc04329d499638eeb0299e6a80f55e8e2..24f35e6dc5f2ed7e81330ccd9fe48c5c4fd2cfe1 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -704,17 +704,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",
@@ -741,7 +730,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",
« no previous file with comments | « chrome/browser/safe_browsing/mojo_safe_browsing_impl.cc ('k') | chrome/common/safe_browsing.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698