| Index: components/safe_browsing/public/interfaces/BUILD.gn
|
| diff --git a/components/safe_browsing/public/interfaces/BUILD.gn b/components/safe_browsing/public/interfaces/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9c8de4522e7235744d620688c323eb0f275d14fe
|
| --- /dev/null
|
| +++ b/components/safe_browsing/public/interfaces/BUILD.gn
|
| @@ -0,0 +1,16 @@
|
| +# Copyright 2017 The Chromium Authors. All rights reserved.
|
| +# 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")
|
| +
|
| +mojom("interfaces") {
|
| + sources = [
|
| + "safe_browsing.mojom",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//content/public/common:resource_type_bindings",
|
| + "//url/mojo:url_mojom_gurl",
|
| + ]
|
| +}
|
|
|