| Index: snapshot/snapshot_test.gyp
|
| diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp
|
| index 5cb5776ee0456d7df695e69177ee2e1f7b5994c4..fd7aaefebeac72720a430edf00eed8e6332b7cf0 100644
|
| --- a/snapshot/snapshot_test.gyp
|
| +++ b/snapshot/snapshot_test.gyp
|
| @@ -97,6 +97,7 @@
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| 'crashpad_snapshot_test_crashing_child',
|
| + 'crashpad_snapshot_test_dump_without_crashing',
|
| 'crashpad_snapshot_test_image_reader',
|
| 'crashpad_snapshot_test_image_reader_module',
|
| ],
|
| @@ -153,6 +154,19 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'crashpad_snapshot_test_dump_without_crashing',
|
| + '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_dump_without_crashing.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'crashpad_snapshot_test_image_reader',
|
| 'type': 'executable',
|
| 'dependencies': [
|
|
|