| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 90a476dcc0b4f58f37f0243502e239b680bf04d2..30cdf704495354701c137c9e2dfb6b0803c8c85c 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -157,10 +157,6 @@ split_static_library("browser") {
|
| "//components/ssl_errors",
|
| "//components/startup_metric_utils/browser:host",
|
| "//components/startup_metric_utils/browser:lib",
|
| -
|
| - # TODO(fdoray): Remove this once the PreRead field trial has expired.
|
| - # crbug.com/577698
|
| - "//components/startup_metric_utils/common",
|
| "//components/strings",
|
| "//components/subresource_filter/core/browser",
|
| "//components/suggestions",
|
| @@ -822,7 +818,6 @@ split_static_library("browser") {
|
| "//chrome_elf:dll_hash",
|
| "//components/browser_watcher",
|
| "//components/browser_watcher:browser_watcher_client",
|
| - "//components/startup_metric_utils/common",
|
| "//google_update",
|
| "//third_party/iaccessible2",
|
| "//third_party/isimpledom",
|
|
|