Chromium Code Reviews| Index: handler/handler.gyp |
| diff --git a/handler/handler.gyp b/handler/handler.gyp |
| index a78dc8d2f7774d40274a17bfad1a89e3d55f35b8..c4f6e14888cb46022f61c4afc56ecc6d24636893 100644 |
| --- a/handler/handler.gyp |
| +++ b/handler/handler.gyp |
| @@ -36,10 +36,10 @@ |
| '..', |
| ], |
| 'sources': [ |
| + 'crash_report_upload_thread.cc', |
| + 'crash_report_upload_thread.h', |
| 'mac/crash_report_exception_handler.cc', |
| 'mac/crash_report_exception_handler.h', |
| - 'mac/crash_report_upload_thread.cc', |
| - 'mac/crash_report_upload_thread.h', |
| 'mac/exception_handler_server.cc', |
| 'mac/exception_handler_server.h', |
| 'mac/main.cc', |
| @@ -75,14 +75,17 @@ |
| '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', |
| + '../client/client.gyp:crashpad_client', |
| + '../compat/compat.gyp:crashpad_compat', |
|
Mark Mentovai
2015/08/18 21:38:12
snapshot too
scottmg
2015/08/18 22:21:40
Done.
|
| + '../third_party/mini_chromium/mini_chromium.gyp:base', |
| + '../util/util.gyp:crashpad_util', |
| ], |
| 'include_dirs': [ |
| '..', |
| ], |
| 'sources': [ |
| + 'crash_report_upload_thread.cc', |
| + 'crash_report_upload_thread.h', |
| 'win/registration_pipe_state.cc', |
| 'win/registration_pipe_state.h', |
| 'win/registration_server.cc', |