summaryrefslogtreecommitdiffstats
path: root/chrome/service/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/BUILD.gn')
-rw-r--r--chrome/service/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn
index bb741209..a1ef809 100644
--- a/chrome/service/BUILD.gn
+++ b/chrome/service/BUILD.gn
@@ -71,6 +71,11 @@ static_library("service") {
"service_utility_process_host.cc",
"service_utility_process_host.h",
]
+ deps += [
+ # TODO(fdoray): Remove this once the PreRead field trial has expired.
+ # crbug.com/577698
+ "//components/startup_metric_utils/common",
+ ]
} else {
sources += [ "cloud_print/print_system_dummy.cc" ]
}