Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index b9b45487d2fb08a0891f76b65bc731d7ec6bf1a5..d4546067f52571808c7d0fa2fd8a1c91f292ac3e 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -211,6 +211,14 @@ static_library("common") { |
sources += rebase_path(gypi_values.chrome_common_service_process_sources, |
".", |
"//chrome") |
+ |
+ if (is_win) { |
+ deps = [ |
+ # TODO(fdoray): Remove this once the PreRead field trial has expired. |
+ # crbug.com/577698 |
+ "//components/startup_metric_utils/common", |
+ ] |
+ } |
} |
} |