Index: handler/handler.gyp |
diff --git a/handler/handler.gyp b/handler/handler.gyp |
index 4ed0ee02d50bd61b577037f12e6a4c80b12c6d01..8dd0657dee97cea81832cc94f859137701df70ee 100644 |
--- a/handler/handler.gyp |
+++ b/handler/handler.gyp |
@@ -73,12 +73,12 @@ |
'targets': [ |
{ |
'target_name': 'crashpad_handler', |
+ # TODO(scottmg): This will soon be an executable, once main.cc exists. |
'type': 'static_library', |
'dependencies': [ |
- '../client/client.gyp:crashpad_client', |
'../compat/compat.gyp:crashpad_compat', |
- '../snapshot/snapshot.gyp:crashpad_snapshot', |
'../third_party/mini_chromium/mini_chromium.gyp:base', |
+ '../tools/tools.gyp:crashpad_tool_support', |
Mark Mentovai
2015/08/26 21:40:28
No need for this until you have a main.cc that use
scottmg
2015/08/27 01:04:37
Done.
|
'../util/util.gyp:crashpad_util', |
], |
'include_dirs': [ |
@@ -87,10 +87,6 @@ |
'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', |
- 'win/registration_server.h', |
], |
}, |
], |