Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: handler/handler.gyp

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes and move some things around Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698