| Index: components/metrics.gypi
|
| diff --git a/components/metrics.gypi b/components/metrics.gypi
|
| index 248795ab2848a3015e85b12b84bba78097b8553a..0eb842f9f272cf1650a96e935ba78edac2938a4a 100644
|
| --- a/components/metrics.gypi
|
| +++ b/components/metrics.gypi
|
| @@ -282,6 +282,16 @@
|
| 'metrics/leak_detector/ranked_set.h',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'metrics_mojo_bindings',
|
| + 'type': 'static_library',
|
| + 'includes': [
|
| + '../mojo/mojom_bindings_generator.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'metrics/leak_detector/leak_detector_remote.mojom',
|
| + ],
|
| + },
|
| ],
|
| }],
|
| ['OS!="ios"', {
|
|
|