Chromium Code Reviews| Index: components/metrics/proto/BUILD.gn |
| diff --git a/components/metrics/proto/BUILD.gn b/components/metrics/proto/BUILD.gn |
| index 547cf0d51b761873790b5cf3fd42a1035b854972..1a2e4d0b9c449ccec84387246cc96fa29b376ff3 100644 |
| --- a/components/metrics/proto/BUILD.gn |
| +++ b/components/metrics/proto/BUILD.gn |
| @@ -20,6 +20,9 @@ proto_library("proto") { |
| "sampled_profile.proto", |
| "system_profile.proto", |
| "translate_event.proto", |
| + "ukm/report.proto", |
| + "ukm/source.proto", |
| "user_action_event.proto", |
| ] |
| + proto_in_dir = "." |
| } |