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

Unified Diff: util/util.gyp

Issue 781823002: Add CompositeMachMessageServer and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years 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 | « util/mach/mach_message_server_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 70c0245aeca93a28197c753af4c2b082d532703c..e2c4c01a38d201a12f68ce8a5bca0691a0f271e4 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -45,6 +45,8 @@
'mach/child_port_server.cc',
'mach/child_port_server.h',
'mach/child_port_types.h',
+ 'mach/composite_mach_message_server.cc',
+ 'mach/composite_mach_message_server.h',
'mach/exc_client_variants.cc',
'mach/exc_client_variants.h',
'mach/exc_server_variants.cc',
@@ -240,6 +242,7 @@
'mac/service_management_test.mm',
'mach/child_port_handshake_test.cc',
'mach/child_port_server_test.cc',
+ 'mach/composite_mach_message_server_test.cc',
'mach/exc_client_variants_test.cc',
'mach/exc_server_variants_test.cc',
'mach/exception_behaviors_test.cc',
« no previous file with comments | « util/mach/mach_message_server_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698