| 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",
|
| + ]
|
| +}
|
|
|