Index: components/crash/content/app/BUILD.gn |
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn |
index df94392c3f29812229644e558dccd49a7645f6dd..8d07706dc11ccfb7b9fd895aa6366d5a387327fe 100644 |
--- a/components/crash/content/app/BUILD.gn |
+++ b/components/crash/content/app/BUILD.gn |
@@ -49,6 +49,13 @@ source_set("app") { |
] |
deps += [ ":lib" ] |
+ if (is_win) { |
+ deps += [ |
+ # TODO(fdoray): Remove this once the PreRead field trial has expired. |
+ # crbug.com/577698 |
+ "//components/startup_metric_utils/common", |
+ ] |
+ } |
if (is_mac || is_win) { |
deps += [ |
"//third_party/crashpad/crashpad/client", |