| Index: components/ukm/public/interfaces/BUILD.gn
|
| diff --git a/components/ukm/public/interfaces/BUILD.gn b/components/ukm/public/interfaces/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b4804bedb3048072608b5e8cadac1866a2fd2836
|
| --- /dev/null
|
| +++ b/components/ukm/public/interfaces/BUILD.gn
|
| @@ -0,0 +1,15 @@
|
| +# 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 = [
|
| + "ukm_interface.mojom",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//url/mojo:url_mojom_gurl",
|
| + ]
|
| +}
|
|
|