| Index: components/crash.gypi
|
| diff --git a/components/crash.gypi b/components/crash.gypi
|
| index 00ee69ca88d89eb5f9156683a42df849301b4021..59486f6fa190571e2887fbd5974666b534fd3cac 100644
|
| --- a/components/crash.gypi
|
| +++ b/components/crash.gypi
|
| @@ -217,6 +217,14 @@
|
| ],
|
| 'defines': ['CRASH_IMPLEMENTATION'],
|
| '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',
|
| + '<(DEPTH)/content/content.gyp:content_common',
|
| + ],
|
| + }],
|
| ['OS=="mac" or OS=="win"', {
|
| 'dependencies': [
|
| '../third_party/crashpad/crashpad/client/client.gyp:crashpad_client',
|
|
|