blob: 45b22b5f9edc0f86cb77ce3f2a667cff5e778594 [file] [log] [blame]
static_library("debug") {
sources = [
"structured_metrics_debug_provider.cc",
"structured_metrics_debug_provider.h",
"structured_metrics_utils.cc",
"structured_metrics_utils.h",
]
deps = [
"//base",
"//base:i18n",
"//components/metrics/structured",
"//components/metrics/structured:structured_metrics_validator",
"//third_party/metrics_proto",
]
}