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

Side by Side Diff: util/util.gyp

Issue 754123002: Add ChildPortServer, a MachMessageServer::Interface implementation for the child_port subsystem (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@child_port_defs
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 unified diff | Download patch
« util/mach/mig.cc ('K') | « util/mach/mig.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Crashpad Authors. All rights reserved. 1 # Copyright 2014 The Crashpad Authors. All rights reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 22 matching lines...) Expand all
33 'file/string_file_writer.cc', 33 'file/string_file_writer.cc',
34 'file/string_file_writer.h', 34 'file/string_file_writer.h',
35 'mac/checked_mach_address_range.cc', 35 'mac/checked_mach_address_range.cc',
36 'mac/checked_mach_address_range.h', 36 'mac/checked_mach_address_range.h',
37 'mac/launchd.h', 37 'mac/launchd.h',
38 'mac/launchd.mm', 38 'mac/launchd.mm',
39 'mac/mac_util.cc', 39 'mac/mac_util.cc',
40 'mac/mac_util.h', 40 'mac/mac_util.h',
41 'mac/service_management.cc', 41 'mac/service_management.cc',
42 'mac/service_management.h', 42 'mac/service_management.h',
43 'mach/child_port_server.cc',
44 'mach/child_port_server.h',
43 'mach/child_port_types.h', 45 'mach/child_port_types.h',
44 'mach/exc_client_variants.cc', 46 'mach/exc_client_variants.cc',
45 'mach/exc_client_variants.h', 47 'mach/exc_client_variants.h',
46 'mach/exc_server_variants.cc', 48 'mach/exc_server_variants.cc',
47 'mach/exc_server_variants.h', 49 'mach/exc_server_variants.h',
48 'mach/exception_behaviors.cc', 50 'mach/exception_behaviors.cc',
49 'mach/exception_behaviors.h', 51 'mach/exception_behaviors.h',
50 'mach/exception_ports.cc', 52 'mach/exception_ports.cc',
51 'mach/exception_ports.h', 53 'mach/exception_ports.h',
52 'mach/mach_extensions.cc', 54 'mach/mach_extensions.cc',
53 'mach/mach_extensions.h', 55 'mach/mach_extensions.h',
54 'mach/mach_message_server.cc', 56 'mach/mach_message_server.cc',
55 'mach/mach_message_server.h', 57 'mach/mach_message_server.h',
58 'mach/mig.cc',
59 'mach/mig.h',
56 'mach/scoped_task_suspend.cc', 60 'mach/scoped_task_suspend.cc',
57 'mach/scoped_task_suspend.h', 61 'mach/scoped_task_suspend.h',
58 'mach/symbolic_constants_mach.cc', 62 'mach/symbolic_constants_mach.cc',
59 'mach/symbolic_constants_mach.h', 63 'mach/symbolic_constants_mach.h',
60 'mach/task_for_pid.cc', 64 'mach/task_for_pid.cc',
61 'mach/task_for_pid.h', 65 'mach/task_for_pid.h',
62 'mach/task_memory.cc', 66 'mach/task_memory.cc',
63 'mach/task_memory.h', 67 'mach/task_memory.h',
64 'misc/clock.cc', 68 'misc/clock.cc',
65 'misc/clock.h', 69 'misc/clock.h',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 }, 281 },
278 { 282 {
279 'target_name': 'util_test_multiprocess_exec_test_child', 283 'target_name': 'util_test_multiprocess_exec_test_child',
280 'type': 'executable', 284 'type': 'executable',
281 'sources': [ 285 'sources': [
282 'test/multiprocess_exec_test_child.cc', 286 'test/multiprocess_exec_test_child.cc',
283 ], 287 ],
284 }, 288 },
285 ], 289 ],
286 } 290 }
OLDNEW
« util/mach/mig.cc ('K') | « util/mach/mig.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698