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

Side by Side Diff: util/util.gyp

Issue 563383002: Add SymbolicConstantsMach and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 6 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 unified diff | Download patch
« no previous file with comments | « util/posix/symbolic_constants_posix_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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'mach/bootstrap.cc', 62 'mach/bootstrap.cc',
63 'mach/bootstrap.h', 63 'mach/bootstrap.h',
64 'mach/exc_client_variants.cc', 64 'mach/exc_client_variants.cc',
65 'mach/exc_client_variants.h', 65 'mach/exc_client_variants.h',
66 'mach/exc_server_variants.cc', 66 'mach/exc_server_variants.cc',
67 'mach/exc_server_variants.h', 67 'mach/exc_server_variants.h',
68 'mach/mach_extensions.cc', 68 'mach/mach_extensions.cc',
69 'mach/mach_extensions.h', 69 'mach/mach_extensions.h',
70 'mach/mach_message_server.cc', 70 'mach/mach_message_server.cc',
71 'mach/mach_message_server.h', 71 'mach/mach_message_server.h',
72 'mach/symbolic_constants_mach.cc',
73 'mach/symbolic_constants_mach.h',
72 'mach/task_memory.cc', 74 'mach/task_memory.cc',
73 'mach/task_memory.h', 75 'mach/task_memory.h',
74 'misc/initialization_state.h', 76 'misc/initialization_state.h',
75 'misc/initialization_state_dcheck.cc', 77 'misc/initialization_state_dcheck.cc',
76 'misc/initialization_state_dcheck.h', 78 'misc/initialization_state_dcheck.h',
77 'misc/scoped_forbid_return.cc', 79 'misc/scoped_forbid_return.cc',
78 'misc/scoped_forbid_return.h', 80 'misc/scoped_forbid_return.h',
79 'misc/symbolic_constants_common.h', 81 'misc/symbolic_constants_common.h',
80 'misc/uuid.cc', 82 'misc/uuid.cc',
81 'misc/uuid.h', 83 'misc/uuid.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'mac/mach_o_image_reader_test.cc', 194 'mac/mach_o_image_reader_test.cc',
193 'mac/mach_o_image_segment_reader_test.cc', 195 'mac/mach_o_image_segment_reader_test.cc',
194 'mac/process_reader_test.cc', 196 'mac/process_reader_test.cc',
195 'mac/process_types_test.cc', 197 'mac/process_types_test.cc',
196 'mac/service_management_test.mm', 198 'mac/service_management_test.mm',
197 'mach/bootstrap_test.cc', 199 'mach/bootstrap_test.cc',
198 'mach/exc_client_variants_test.cc', 200 'mach/exc_client_variants_test.cc',
199 'mach/exc_server_variants_test.cc', 201 'mach/exc_server_variants_test.cc',
200 'mach/mach_extensions_test.cc', 202 'mach/mach_extensions_test.cc',
201 'mach/mach_message_server_test.cc', 203 'mach/mach_message_server_test.cc',
204 'mach/symbolic_constants_mach_test.cc',
202 'mach/task_memory_test.cc', 205 'mach/task_memory_test.cc',
203 'misc/initialization_state_dcheck_test.cc', 206 'misc/initialization_state_dcheck_test.cc',
204 'misc/initialization_state_test.cc', 207 'misc/initialization_state_test.cc',
205 'misc/scoped_forbid_return_test.cc', 208 'misc/scoped_forbid_return_test.cc',
206 'misc/uuid_test.cc', 209 'misc/uuid_test.cc',
207 'numeric/checked_range_test.cc', 210 'numeric/checked_range_test.cc',
208 'numeric/in_range_cast_test.cc', 211 'numeric/in_range_cast_test.cc',
209 'posix/process_util_test.cc', 212 'posix/process_util_test.cc',
210 'posix/symbolic_constants_posix_test.cc', 213 'posix/symbolic_constants_posix_test.cc',
211 'stdlib/string_number_conversion_test.cc', 214 'stdlib/string_number_conversion_test.cc',
212 'stdlib/strlcpy_test.cc', 215 'stdlib/strlcpy_test.cc',
213 'stdlib/strnlen_test.cc', 216 'stdlib/strnlen_test.cc',
214 'test/executable_path_test.cc', 217 'test/executable_path_test.cc',
215 'test/mac/mach_multiprocess_test.cc', 218 'test/mac/mach_multiprocess_test.cc',
216 'test/multiprocess_exec_test.cc', 219 'test/multiprocess_exec_test.cc',
217 'test/multiprocess_test.cc', 220 'test/multiprocess_test.cc',
218 ], 221 ],
219 }, 222 },
220 { 223 {
221 'target_name': 'util_test_multiprocess_exec_test_child', 224 'target_name': 'util_test_multiprocess_exec_test_child',
222 'type': 'executable', 225 'type': 'executable',
223 'sources': [ 226 'sources': [
224 'test/multiprocess_exec_test_child.cc', 227 'test/multiprocess_exec_test_child.cc',
225 ], 228 ],
226 }, 229 },
227 ], 230 ],
228 } 231 }
OLDNEW
« no previous file with comments | « util/posix/symbolic_constants_posix_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698