| Index: components/nacl/browser/BUILD.gn
|
| diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
|
| index 63c2c9d57d1a863864dda594cb351ee38bbc7bd0..9b247f42a17d909e2a02a96e2cdc63e449dbf362 100644
|
| --- a/components/nacl/browser/BUILD.gn
|
| +++ b/components/nacl/browser/BUILD.gn
|
| @@ -63,6 +63,14 @@ source_set("browser") {
|
| data_deps += [ "//components/nacl/loader:helper_nonsfi" ]
|
| }
|
|
|
| + 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_win && current_cpu == "x86") {
|
| data_deps += [ "//components/nacl/broker:nacl64" ]
|
| }
|
|
|