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

Unified Diff: handler/handler.gyp

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: oops Created 5 years, 3 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
« no previous file with comments | « crashpad.gyp ('k') | handler/handler_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/handler.gyp
diff --git a/handler/handler.gyp b/handler/handler.gyp
index 4ed0ee02d50bd61b577037f12e6a4c80b12c6d01..33c7fd5bc3be56eeee99b30e0f7376cf39e69d1b 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -73,11 +73,10 @@
'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',
'../util/util.gyp:crashpad_util',
],
@@ -87,10 +86,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',
],
},
],
« no previous file with comments | « crashpad.gyp ('k') | handler/handler_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698