| Index: components/metrics/public/interfaces/BUILD.gn
|
| diff --git a/components/metrics/public/interfaces/BUILD.gn b/components/metrics/public/interfaces/BUILD.gn
|
| index c6db51a6cf55d4b12a70185568af4d3d1f0a0341..61a1934d347e9f2c513c6831b7d04fce435e3e08 100644
|
| --- a/components/metrics/public/interfaces/BUILD.gn
|
| +++ b/components/metrics/public/interfaces/BUILD.gn
|
| @@ -24,3 +24,9 @@ mojom("call_stack_mojo_test_bindings") {
|
| "//mojo/common:common_custom_types",
|
| ]
|
| }
|
| +
|
| +mojom("single_value_histograms_mojo_bindings") {
|
| + sources = [
|
| + "single_value_histograms.mojom",
|
| + ]
|
| +}
|
|
|