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

Side by Side Diff: util/util.gyp

Issue 992693003: Add ASSERT_DEATH_CHECK() to do ASSERT_DEATH() of CHECK() failures (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 5 years, 9 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/test/multiprocess_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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '../compat/compat.gyp:crashpad_compat', 217 '../compat/compat.gyp:crashpad_compat',
218 '../third_party/gtest/gtest.gyp:gtest', 218 '../third_party/gtest/gtest.gyp:gtest',
219 '../third_party/mini_chromium/mini_chromium.gyp:base', 219 '../third_party/mini_chromium/mini_chromium.gyp:base',
220 ], 220 ],
221 'include_dirs': [ 221 'include_dirs': [
222 '..', 222 '..',
223 ], 223 ],
224 'sources': [ 224 'sources': [
225 'test/errors.cc', 225 'test/errors.cc',
226 'test/errors.h', 226 'test/errors.h',
227 'test/gtest_death_check.h',
227 'test/mac/dyld.h', 228 'test/mac/dyld.h',
228 'test/mac/mach_errors.cc', 229 'test/mac/mach_errors.cc',
229 'test/mac/mach_errors.h', 230 'test/mac/mach_errors.h',
230 'test/mac/mach_multiprocess.cc', 231 'test/mac/mach_multiprocess.cc',
231 'test/mac/mach_multiprocess.h', 232 'test/mac/mach_multiprocess.h',
232 'test/multiprocess.h', 233 'test/multiprocess.h',
233 'test/multiprocess_exec.h', 234 'test/multiprocess_exec.h',
234 'test/multiprocess_exec_posix.cc', 235 'test/multiprocess_exec_posix.cc',
235 'test/multiprocess_exec_win.cc', 236 'test/multiprocess_exec_win.cc',
236 'test/multiprocess_posix.cc', 237 'test/multiprocess_posix.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '/BASE:0x78000000', 361 '/BASE:0x78000000',
361 '/FIXED', 362 '/FIXED',
362 ], 363 ],
363 }, 364 },
364 }, 365 },
365 }, 366 },
366 ] 367 ]
367 }], 368 }],
368 ], 369 ],
369 } 370 }
OLDNEW
« no previous file with comments | « util/test/multiprocess_posix_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698