1static_library("debug") { 2 sources = [ 3 "structured_metrics_debug_provider.cc", 4 "structured_metrics_debug_provider.h", 5 "structured_metrics_utils.cc", 6 "structured_metrics_utils.h", 7 ] 8 deps = [ 9 "//base", 10 "//base:i18n", 11 "//components/metrics/structured", 12 "//components/metrics/structured:structured_metrics_validator", 13 "//third_party/metrics_proto", 14 ] 15} 16