summaryrefslogtreecommitdiffstats
path: root/components/crash/content/app/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/crash/content/app/BUILD.gn')
-rw-r--r--components/crash/content/app/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index 52140ce..3def677 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" ]
}