| Index: snapshot/snapshot_test.gyp
|
| diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp
|
| index 234990071311b69505399003ba392e3cb53457b4..5ccd481c686b9f966d2e3ab6a700830732b1970e 100644
|
| --- a/snapshot/snapshot_test.gyp
|
| +++ b/snapshot/snapshot_test.gyp
|
| @@ -93,6 +93,11 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="win"', {
|
| + 'dependencies': [
|
| + 'crashpad_snapshot_test_crashing_child',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
| @@ -129,5 +134,22 @@
|
| },
|
| ],
|
| }],
|
| + ['OS=="win"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'crashpad_snapshot_test_crashing_child',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '../client/client.gyp:crashpad_client',
|
| + '../compat/compat.gyp:crashpad_compat',
|
| + '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| + '../util/util.gyp:crashpad_util',
|
| + ],
|
| + 'sources': [
|
| + 'win/crashpad_snapshot_test_crashing_child.cc',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|