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

Side by Side Diff: util/util.gyp

Issue 772133004: Move mach_message_util.* to mach_message.* (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 unified diff | Download patch
« no previous file with comments | « util/mach/mach_message_util_test.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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'mach/exc_client_variants.cc', 48 'mach/exc_client_variants.cc',
49 'mach/exc_client_variants.h', 49 'mach/exc_client_variants.h',
50 'mach/exc_server_variants.cc', 50 'mach/exc_server_variants.cc',
51 'mach/exc_server_variants.h', 51 'mach/exc_server_variants.h',
52 'mach/exception_behaviors.cc', 52 'mach/exception_behaviors.cc',
53 'mach/exception_behaviors.h', 53 'mach/exception_behaviors.h',
54 'mach/exception_ports.cc', 54 'mach/exception_ports.cc',
55 'mach/exception_ports.h', 55 'mach/exception_ports.h',
56 'mach/mach_extensions.cc', 56 'mach/mach_extensions.cc',
57 'mach/mach_extensions.h', 57 'mach/mach_extensions.h',
58 'mach/mach_message.cc',
59 'mach/mach_message.h',
58 'mach/mach_message_server.cc', 60 'mach/mach_message_server.cc',
59 'mach/mach_message_server.h', 61 'mach/mach_message_server.h',
60 'mach/mach_message_util.cc',
61 'mach/mach_message_util.h',
62 'mach/scoped_task_suspend.cc', 62 'mach/scoped_task_suspend.cc',
63 'mach/scoped_task_suspend.h', 63 'mach/scoped_task_suspend.h',
64 'mach/symbolic_constants_mach.cc', 64 'mach/symbolic_constants_mach.cc',
65 'mach/symbolic_constants_mach.h', 65 'mach/symbolic_constants_mach.h',
66 'mach/task_for_pid.cc', 66 'mach/task_for_pid.cc',
67 'mach/task_for_pid.h', 67 'mach/task_for_pid.h',
68 'mach/task_memory.cc', 68 'mach/task_memory.cc',
69 'mach/task_memory.h', 69 'mach/task_memory.h',
70 'misc/clock.cc', 70 'misc/clock.cc',
71 'misc/clock.h', 71 'misc/clock.h',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'mac/mac_util_test.mm', 239 'mac/mac_util_test.mm',
240 'mac/service_management_test.mm', 240 'mac/service_management_test.mm',
241 'mach/child_port_handshake_test.cc', 241 'mach/child_port_handshake_test.cc',
242 'mach/child_port_server_test.cc', 242 'mach/child_port_server_test.cc',
243 'mach/exc_client_variants_test.cc', 243 'mach/exc_client_variants_test.cc',
244 'mach/exc_server_variants_test.cc', 244 'mach/exc_server_variants_test.cc',
245 'mach/exception_behaviors_test.cc', 245 'mach/exception_behaviors_test.cc',
246 'mach/exception_ports_test.cc', 246 'mach/exception_ports_test.cc',
247 'mach/mach_extensions_test.cc', 247 'mach/mach_extensions_test.cc',
248 'mach/mach_message_server_test.cc', 248 'mach/mach_message_server_test.cc',
249 'mach/mach_message_util_test.cc', 249 'mach/mach_message_test.cc',
250 'mach/scoped_task_suspend_test.cc', 250 'mach/scoped_task_suspend_test.cc',
251 'mach/symbolic_constants_mach_test.cc', 251 'mach/symbolic_constants_mach_test.cc',
252 'mach/task_memory_test.cc', 252 'mach/task_memory_test.cc',
253 'misc/clock_test.cc', 253 'misc/clock_test.cc',
254 'misc/initialization_state_dcheck_test.cc', 254 'misc/initialization_state_dcheck_test.cc',
255 'misc/initialization_state_test.cc', 255 'misc/initialization_state_test.cc',
256 'misc/scoped_forbid_return_test.cc', 256 'misc/scoped_forbid_return_test.cc',
257 'misc/uuid_test.cc', 257 'misc/uuid_test.cc',
258 'net/http_body_test.cc', 258 'net/http_body_test.cc',
259 'net/http_body_test_util.cc', 259 'net/http_body_test_util.cc',
(...skipping 26 matching lines...) Expand all
286 }, 286 },
287 { 287 {
288 'target_name': 'util_test_multiprocess_exec_test_child', 288 'target_name': 'util_test_multiprocess_exec_test_child',
289 'type': 'executable', 289 'type': 'executable',
290 'sources': [ 290 'sources': [
291 'test/multiprocess_exec_test_child.cc', 291 'test/multiprocess_exec_test_child.cc',
292 ], 292 ],
293 }, 293 },
294 ], 294 ],
295 } 295 }
OLDNEW
« no previous file with comments | « util/mach/mach_message_util_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698