| # Copyright 2013 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("browser") { |
| sources = [ |
| "startup_metric_utils.cc", |
| "startup_metric_utils.h", |
| ] |
| |
| defines = [ "IS_STARTUP_METRIC_UTILS_IMPL" ] |
| |
| deps = [ |
| "//base", |
| "//components/privacy_sandbox/privacy_sandbox_attestations:metrics", |
| "//components/startup_metric_utils/common", |
| "//components/version_info", |
| ] |
| |
| # Do not add to this list. Depend on //components/startup_metric_utils rather |
| # than this. |
| visibility = [ "//components/startup_metric_utils/*" ] |
| } |