| Index: components/crash.gypi
|
| diff --git a/components/crash.gypi b/components/crash.gypi
|
| index 436aab601bf702f900c7d8547f2ee0306083de5b..acf823a7293c251b30b6d88f2a43041493f0f45c 100644
|
| --- a/components/crash.gypi
|
| +++ b/components/crash.gypi
|
| @@ -217,6 +217,13 @@
|
| '../third_party/kasko/kasko.gyp:kasko',
|
| ],
|
| 'conditions': [
|
| + ['OS=="win"', {
|
| + 'dependencies': [
|
| + # TODO(fdoray): Remove this once the PreRead field trial has
|
| + # expired. crbug.com/577698
|
| + '<(DEPTH)/components/components.gyp:startup_metric_utils_common',
|
| + ],
|
| + }],
|
| ['OS=="mac" or OS=="win"', {
|
| 'dependencies': [
|
| '../third_party/crashpad/crashpad/client/client.gyp:crashpad_client',
|
|
|