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

Side by Side Diff: snapshot/snapshot_test.gyp

Issue 1356383002: win: Implement CRASHPAD_SIMULATE_CRASH() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 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
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ], 90 ],
91 'link_settings': { 91 'link_settings': {
92 'libraries': [ 92 'libraries': [
93 '$(SDKROOT)/System/Library/Frameworks/OpenCL.framework', 93 '$(SDKROOT)/System/Library/Frameworks/OpenCL.framework',
94 ], 94 ],
95 }, 95 },
96 }], 96 }],
97 ['OS=="win"', { 97 ['OS=="win"', {
98 'dependencies': [ 98 'dependencies': [
99 'crashpad_snapshot_test_crashing_child', 99 'crashpad_snapshot_test_crashing_child',
100 'crashpad_snapshot_test_dump_without_crashing',
100 'crashpad_snapshot_test_image_reader', 101 'crashpad_snapshot_test_image_reader',
101 'crashpad_snapshot_test_image_reader_module', 102 'crashpad_snapshot_test_image_reader_module',
102 ], 103 ],
103 }], 104 }],
104 ], 105 ],
105 }, 106 },
106 { 107 {
107 'target_name': 'crashpad_snapshot_test_module', 108 'target_name': 'crashpad_snapshot_test_module',
108 'type': 'loadable_module', 109 'type': 'loadable_module',
109 'dependencies': [ 110 'dependencies': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 '../client/client.gyp:crashpad_client', 147 '../client/client.gyp:crashpad_client',
147 '../compat/compat.gyp:crashpad_compat', 148 '../compat/compat.gyp:crashpad_compat',
148 '../third_party/mini_chromium/mini_chromium.gyp:base', 149 '../third_party/mini_chromium/mini_chromium.gyp:base',
149 '../util/util.gyp:crashpad_util', 150 '../util/util.gyp:crashpad_util',
150 ], 151 ],
151 'sources': [ 152 'sources': [
152 'win/crashpad_snapshot_test_crashing_child.cc', 153 'win/crashpad_snapshot_test_crashing_child.cc',
153 ], 154 ],
154 }, 155 },
155 { 156 {
157 'target_name': 'crashpad_snapshot_test_dump_without_crashing',
158 'type': 'executable',
159 'dependencies': [
160 '../client/client.gyp:crashpad_client',
161 '../compat/compat.gyp:crashpad_compat',
162 '../third_party/mini_chromium/mini_chromium.gyp:base',
163 '../util/util.gyp:crashpad_util',
164 ],
165 'sources': [
166 'win/crashpad_snapshot_test_dump_without_crashing.cc',
167 ],
168 },
169 {
156 'target_name': 'crashpad_snapshot_test_image_reader', 170 'target_name': 'crashpad_snapshot_test_image_reader',
157 'type': 'executable', 171 'type': 'executable',
158 'dependencies': [ 172 'dependencies': [
159 '../client/client.gyp:crashpad_client', 173 '../client/client.gyp:crashpad_client',
160 '../compat/compat.gyp:crashpad_compat', 174 '../compat/compat.gyp:crashpad_compat',
161 '../third_party/mini_chromium/mini_chromium.gyp:base', 175 '../third_party/mini_chromium/mini_chromium.gyp:base',
162 '../util/util.gyp:crashpad_util', 176 '../util/util.gyp:crashpad_util',
163 ], 177 ],
164 'sources': [ 178 'sources': [
165 'win/crashpad_snapshot_test_image_reader.cc', 179 'win/crashpad_snapshot_test_image_reader.cc',
(...skipping 22 matching lines...) Expand all
188 '../third_party/mini_chromium/mini_chromium.gyp:base', 202 '../third_party/mini_chromium/mini_chromium.gyp:base',
189 ], 203 ],
190 'sources': [ 204 'sources': [
191 'win/crashpad_snapshot_test_simple_annotations.cc', 205 'win/crashpad_snapshot_test_simple_annotations.cc',
192 ], 206 ],
193 }, 207 },
194 ], 208 ],
195 }], 209 }],
196 ], 210 ],
197 } 211 }
OLDNEW
« no previous file with comments | « client/simulate_crash_win.h ('k') | snapshot/win/crashpad_snapshot_test_dump_without_crashing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698