| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 81f3ba12e11570918b888425429d5bdc2921dfb9..b7db17cb4b683c6f674a79d005f682674298e5eb 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -221,14 +221,6 @@ 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",
|
| - ]
|
| - }
|
| }
|
| }
|
|
|
|
|