# Copyright 2023 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
source_set("common") { | |
sources = [ | |
"startup_metric_utils.cc", | |
"startup_metric_utils.h", | |
] | |
defines = [ "IS_STARTUP_METRIC_UTILS_IMPL" ] | |
deps = [ | |
"//base", | |
"//components/version_info", | |
] | |
# Do not add to this list. Depend on //components/startup_metric_utils rather | |
# than this. | |
visibility = [ "//components/startup_metric_utils/*" ] | |
} |