| Index: components/nacl.gyp
|
| diff --git a/components/nacl.gyp b/components/nacl.gyp
|
| index efac91ed06280d63ff8e88e80b5e240c0876e856..fc65e4358d16f39fe4faff20523754e9eeff1e52 100644
|
| --- a/components/nacl.gyp
|
| +++ b/components/nacl.gyp
|
| @@ -139,6 +139,13 @@
|
| '../sandbox/sandbox.gyp:sandbox_services',
|
| ]
|
| }],
|
| + ['OS=="win"', {
|
| + 'dependencies': [
|
| + # TODO(fdoray): Remove this once the PreRead field trial has
|
| + # expired. crbug.com/577698
|
| + '../components/components.gyp:startup_metric_utils_common',
|
| + ]
|
| + }],
|
| ],
|
| },
|
| {
|
|
|