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

Side by Side Diff: client/client.gyp

Issue 658853002: Add CRASHPAD_SIMULATE_CRASH() and supporting client code (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 2 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 | « no previous file | client/simulate_crash.h » ('j') | client/simulate_crash_mac.h » ('J')
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 10 matching lines...) Expand all
21 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 21 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
22 ], 22 ],
23 'include_dirs': [ 23 'include_dirs': [
24 '..', 24 '..',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'capture_context_mac.h', 27 'capture_context_mac.h',
28 'capture_context_mac.S', 28 'capture_context_mac.S',
29 'simple_string_dictionary.cc', 29 'simple_string_dictionary.cc',
30 'simple_string_dictionary.h', 30 'simple_string_dictionary.h',
31 'simulate_crash.h',
32 'simulate_crash_mac.cc',
33 'simulate_crash_mac.h',
31 ], 34 ],
32 }, 35 },
33 { 36 {
34 'target_name': 'client_test', 37 'target_name': 'client_test',
35 'type': 'executable', 38 'type': 'executable',
36 'dependencies': [ 39 'dependencies': [
37 'client', 40 'client',
41 '../util/util.gyp:util',
42 '../util/util.gyp:util_test_lib',
38 '../third_party/gtest/gtest.gyp:gtest', 43 '../third_party/gtest/gtest.gyp:gtest',
39 '../third_party/gtest/gtest.gyp:gtest_main', 44 '../third_party/gtest/gtest.gyp:gtest_main',
40 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 45 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
41 ], 46 ],
42 'include_dirs': [ 47 'include_dirs': [
43 '..', 48 '..',
44 ], 49 ],
45 'sources': [ 50 'sources': [
46 'capture_context_mac_test.cc', 51 'capture_context_mac_test.cc',
47 'simple_string_dictionary_test.cc', 52 'simple_string_dictionary_test.cc',
53 'simulate_crash_mac_test.cc',
48 ], 54 ],
49 }, 55 },
50 ], 56 ],
51 } 57 }
OLDNEW
« no previous file with comments | « no previous file | client/simulate_crash.h » ('j') | client/simulate_crash_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698