| Index: snapshot/snapshot_test.gyp | 
| diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp | 
| index eec564f9c505ebfcfe441f1cf9af3c5d1fc81f97..5cb5776ee0456d7df695e69177ee2e1f7b5994c4 100644 | 
| --- a/snapshot/snapshot_test.gyp | 
| +++ b/snapshot/snapshot_test.gyp | 
| @@ -179,6 +179,18 @@ | 
| 'NoImportLibrary': 'true', | 
| }, | 
| }, | 
| +        { | 
| +          'target_name': 'crashpad_snapshot_test_simple_annotations', | 
| +          'type': 'executable', | 
| +          'dependencies': [ | 
| +            '../client/client.gyp:crashpad_client', | 
| +            '../compat/compat.gyp:crashpad_compat', | 
| +            '../third_party/mini_chromium/mini_chromium.gyp:base', | 
| +          ], | 
| +          'sources': [ | 
| +            'win/crashpad_snapshot_test_simple_annotations.cc', | 
| +          ], | 
| +        }, | 
| ], | 
| }], | 
| ], | 
|  |