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

Unified Diff: handler/handler.gyp

Issue 1126783004: Introduce RegistrationServer. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Implement pipe client PID detection. Created 5 years, 7 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 082eebea3f869a4a17bc7c4adcb27072f4fbb734..cb2d44fee2277afdaa51011d901e921ebc615c42 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -68,6 +68,26 @@
],
},
],
+ },],
+ ['OS=="win"', {
+ 'targets': [
+ {
+ 'target_name': 'crashpad_handler',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../client/client.gyp:crashpad_client',
+ '../util/util.gyp:crashpad_util',
scottmg 2015/05/20 18:53:09 sort
erikwright (departed) 2015/05/20 20:54:13 Done.
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'win/registration_server.cc',
+ 'win/registration_server.h',
+ ],
+ },
+ ],
}, {
'targets': [],
}],

Powered by Google App Engine
This is Rietveld 408576698