| Index: components/startup_metric_utils/browser/BUILD.gn
|
| diff --git a/components/startup_metric_utils/browser/BUILD.gn b/components/startup_metric_utils/browser/BUILD.gn
|
| index cd407610db9987f9c40535d8942cbd3702d2914b..2f9f4176f9e2a2fa52e355f2109c3984db2b0bf2 100644
|
| --- a/components/startup_metric_utils/browser/BUILD.gn
|
| +++ b/components/startup_metric_utils/browser/BUILD.gn
|
| @@ -15,7 +15,7 @@ group("browser") {
|
| ]
|
| }
|
|
|
| -source_set("lib") {
|
| +static_library("lib") {
|
| sources = [
|
| "pref_names.cc",
|
| "pref_names.h",
|
| @@ -30,7 +30,7 @@ source_set("lib") {
|
| ]
|
| }
|
|
|
| -source_set("host") {
|
| +static_library("host") {
|
| sources = [
|
| "startup_metric_host_impl.cc",
|
| "startup_metric_host_impl.h",
|
|
|