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

Unified Diff: components/safe_browsing/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
Index: components/safe_browsing/common/BUILD.gn
diff --git a/components/safe_browsing/common/BUILD.gn b/components/safe_browsing/common/BUILD.gn
index 212b21df0d35826a7ca34be94d7c45b524907d96..51b05703a56306c5462da49a1cc99893060ddcc1 100644
--- a/components/safe_browsing/common/BUILD.gn
+++ b/components/safe_browsing/common/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/tools/bindings/mojom.gni")
+
source_set("common") {
sources = [
"safebrowsing_constants.cc",
@@ -45,3 +47,14 @@ source_set("unit_tests") {
"//testing/gtest",
]
}
+
+mojom("interfaces") {
+ sources = [
+ "safe_browsing.mojom",
+ ]
+
+ public_deps = [
+ "//content/public/common:resource_type_bindings",
+ "//url/mojo:url_mojom_gurl",
+ ]
+}
« no previous file with comments | « chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc ('k') | components/safe_browsing/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698