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

Side by Side Diff: util/util.gyp

Issue 597533002: Add, test, and use clock utilities (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: (no change) 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/misc/clock_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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'mach/exception_ports.cc', 75 'mach/exception_ports.cc',
76 'mach/exception_ports.h', 76 'mach/exception_ports.h',
77 'mach/mach_extensions.cc', 77 'mach/mach_extensions.cc',
78 'mach/mach_extensions.h', 78 'mach/mach_extensions.h',
79 'mach/mach_message_server.cc', 79 'mach/mach_message_server.cc',
80 'mach/mach_message_server.h', 80 'mach/mach_message_server.h',
81 'mach/symbolic_constants_mach.cc', 81 'mach/symbolic_constants_mach.cc',
82 'mach/symbolic_constants_mach.h', 82 'mach/symbolic_constants_mach.h',
83 'mach/task_memory.cc', 83 'mach/task_memory.cc',
84 'mach/task_memory.h', 84 'mach/task_memory.h',
85 'misc/clock.cc',
86 'misc/clock.h',
87 'misc/clock_mac.cc',
85 'misc/initialization_state.h', 88 'misc/initialization_state.h',
86 'misc/initialization_state_dcheck.cc', 89 'misc/initialization_state_dcheck.cc',
87 'misc/initialization_state_dcheck.h', 90 'misc/initialization_state_dcheck.h',
88 'misc/scoped_forbid_return.cc', 91 'misc/scoped_forbid_return.cc',
89 'misc/scoped_forbid_return.h', 92 'misc/scoped_forbid_return.h',
90 'misc/symbolic_constants_common.h', 93 'misc/symbolic_constants_common.h',
91 'misc/uuid.cc', 94 'misc/uuid.cc',
92 'misc/uuid.h', 95 'misc/uuid.h',
93 'numeric/checked_range.h', 96 'numeric/checked_range.h',
94 'numeric/in_range_cast.h', 97 'numeric/in_range_cast.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'mac/process_types_test.cc', 210 'mac/process_types_test.cc',
208 'mac/service_management_test.mm', 211 'mac/service_management_test.mm',
209 'mach/exc_client_variants_test.cc', 212 'mach/exc_client_variants_test.cc',
210 'mach/exc_server_variants_test.cc', 213 'mach/exc_server_variants_test.cc',
211 'mach/exception_behaviors_test.cc', 214 'mach/exception_behaviors_test.cc',
212 'mach/exception_ports_test.cc', 215 'mach/exception_ports_test.cc',
213 'mach/mach_extensions_test.cc', 216 'mach/mach_extensions_test.cc',
214 'mach/mach_message_server_test.cc', 217 'mach/mach_message_server_test.cc',
215 'mach/symbolic_constants_mach_test.cc', 218 'mach/symbolic_constants_mach_test.cc',
216 'mach/task_memory_test.cc', 219 'mach/task_memory_test.cc',
220 'misc/clock_test.cc',
217 'misc/initialization_state_dcheck_test.cc', 221 'misc/initialization_state_dcheck_test.cc',
218 'misc/initialization_state_test.cc', 222 'misc/initialization_state_test.cc',
219 'misc/scoped_forbid_return_test.cc', 223 'misc/scoped_forbid_return_test.cc',
220 'misc/uuid_test.cc', 224 'misc/uuid_test.cc',
221 'numeric/checked_range_test.cc', 225 'numeric/checked_range_test.cc',
222 'numeric/in_range_cast_test.cc', 226 'numeric/in_range_cast_test.cc',
223 'numeric/int128_test.cc', 227 'numeric/int128_test.cc',
224 'posix/process_util_test.cc', 228 'posix/process_util_test.cc',
225 'posix/symbolic_constants_posix_test.cc', 229 'posix/symbolic_constants_posix_test.cc',
226 'stdlib/string_number_conversion_test.cc', 230 'stdlib/string_number_conversion_test.cc',
227 'stdlib/strlcpy_test.cc', 231 'stdlib/strlcpy_test.cc',
228 'stdlib/strnlen_test.cc', 232 'stdlib/strnlen_test.cc',
229 'test/executable_path_test.cc', 233 'test/executable_path_test.cc',
230 'test/mac/mach_multiprocess_test.cc', 234 'test/mac/mach_multiprocess_test.cc',
231 'test/multiprocess_exec_test.cc', 235 'test/multiprocess_exec_test.cc',
232 'test/multiprocess_test.cc', 236 'test/multiprocess_test.cc',
233 ], 237 ],
234 }, 238 },
235 { 239 {
236 'target_name': 'util_test_multiprocess_exec_test_child', 240 'target_name': 'util_test_multiprocess_exec_test_child',
237 'type': 'executable', 241 'type': 'executable',
238 'sources': [ 242 'sources': [
239 'test/multiprocess_exec_test_child.cc', 243 'test/multiprocess_exec_test_child.cc',
240 ], 244 ],
241 }, 245 },
242 ], 246 ],
243 } 247 }
OLDNEW
« no previous file with comments | « util/misc/clock_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698