| 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 dfcf1e5fc2a7dd6f7e4bf61fd0f31acc58e44d82..ad1637d8b5b48af13557f6399b7c888a760e0cd2 100644
|
| --- a/components/startup_metric_utils/browser/BUILD.gn
|
| +++ b/components/startup_metric_utils/browser/BUILD.gn
|
| @@ -4,6 +4,8 @@
|
|
|
| source_set("browser") {
|
| sources = [
|
| + "pref_names.cc",
|
| + "pref_names.h",
|
| "startup_metric_utils.cc",
|
| "startup_metric_utils.h",
|
| ]
|
| @@ -11,5 +13,6 @@ source_set("browser") {
|
| deps = [
|
| "//base",
|
| "//base:prefs",
|
| + "//components/version_info",
|
| ]
|
| }
|
|
|