| Index: handler/handler.gyp
|
| diff --git a/handler/handler.gyp b/handler/handler.gyp
|
| index 082eebea3f869a4a17bc7c4adcb27072f4fbb734..a78dc8d2f7774d40274a17bfad1a89e3d55f35b8 100644
|
| --- a/handler/handler.gyp
|
| +++ b/handler/handler.gyp
|
| @@ -68,6 +68,28 @@
|
| ],
|
| },
|
| ],
|
| + },],
|
| + ['OS=="win"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'crashpad_handler',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../client/client.gyp:crashpad_client',
|
| + '../third_party/mini_chromium/mini_chromium.gyp:base',
|
| + '../util/util.gyp:crashpad_util',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + 'win/registration_pipe_state.cc',
|
| + 'win/registration_pipe_state.h',
|
| + 'win/registration_server.cc',
|
| + 'win/registration_server.h',
|
| + ],
|
| + },
|
| + ],
|
| }, {
|
| 'targets': [],
|
| }],
|
|
|