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

Unified Diff: content/public/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
« no previous file with comments | « content/public/child/url_loader_throttle.h ('k') | content/public/common/resource_type.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 1539dfaf1c93fb7c27edd5b48527f7bcbd1281ce..18bdf6c0e2a08ae35b24d99b8a7f6eea677cee6f 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -349,3 +349,9 @@ mojom("service_names") {
"service_names.mojom",
]
}
+
+mojom("resource_type_bindings") {
+ sources = [
+ "resource_type.mojom",
+ ]
+}
« no previous file with comments | « content/public/child/url_loader_throttle.h ('k') | content/public/common/resource_type.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698