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

Unified Diff: chrome/common/BUILD.gn

Issue 2900563002: Network service: Safe browsing check for sub-resources from renderer. (Closed)
Patch Set: . Created 3 years, 7 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index f38ce687eccfe747e224998efedf26f2502f90e0..c55341a39c5fa1b9e577c279c1feb94df221ef1d 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -711,6 +711,7 @@ mojom("mojo_bindings") {
"prerender.mojom",
"renderer_configuration.mojom",
"resource_usage_reporter.mojom",
+ "safe_browsing.mojom",
"shell_handler_win.mojom",
"thumbnail_capturer.mojom",
]
@@ -725,6 +726,7 @@ mojom("mojo_bindings") {
public_deps = [
"//components/content_settings/core/common:mojo_bindings",
+ "//content/public/common:resource_type_bindings",
"//mojo/common:common_custom_types",
"//ui/gfx/geometry/mojo",
"//url/mojo:url_mojom_gurl",

Powered by Google App Engine
This is Rietveld 408576698