| # 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. | |
| component("startup_metric_utils") { | |
| public_deps = [ | |
| "//components/startup_metric_utils/browser", | |
| "//components/startup_metric_utils/common", | |
| "//components/startup_metric_utils/gpu", | |
| ] | |
| if (is_win) { | |
| public_deps += [ "//components/startup_metric_utils/renderer" ] | |
| } | |
| } |