1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'crash_component_lib',
9 'type': 'static_library',
11 'crash/app/crash_reporter_client.cc',
12 'crash/app/crash_reporter_client.h',
13 'crash/app/crash_keys_win.cc',
14 'crash/app/crash_keys_win.h',
25 # On IOS there are no files compiled into the library, and we
26 # can't have libraries with zero objects.
27 'crash_component_target_type%': 'none',
29 'crash_component_target_type%': 'static_library',
33 # Note: if you depend on this target, you need to either link in
34 # content.gyp:content_common, or add
35 # content/public/common/content_switches.cc to your sources.
37 # GN version: //components/crash/app
38 'target_name': 'crash_component',
39 'type': '<(crash_component_target_type)',
41 'crash/app/breakpad_linux.cc',
42 'crash/app/breakpad_linux.h',
43 'crash/app/breakpad_linux_impl.h',
44 'crash/app/breakpad_mac.h',
45 'crash/app/breakpad_mac.mm',
46 'crash/app/breakpad_win.cc',
47 'crash/app/breakpad_win.h',
48 'crash/app/hard_error_handler_win.cc',
49 'crash/app/hard_error_handler_win.h',
52 'crash_component_lib',
53 '../base/base.gyp:base',
55 'defines': ['CRASH_IMPLEMENTATION'],
59 '../breakpad/breakpad.gyp:breakpad',
64 '../breakpad/breakpad.gyp:breakpad_handler',
65 '../breakpad/breakpad.gyp:breakpad_sender',
66 '../sandbox/sandbox.gyp:sandbox',
69 ['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
71 '../breakpad/breakpad.gyp:breakpad_client',
78 'target_conditions': [
79 # Need 'target_conditions' to override default filename_rules to include
80 # the files on Android.
83 ['include', '^crash/app/breakpad_linux\\.cc$'],
89 # GN version: //components/crash/app:test_support
90 'target_name': 'crash_test_support',
93 'crash_component_lib',
95 'direct_dependent_settings': {
106 # GN version: //components/crash/tools:crash_service
107 'target_name': 'breakpad_crash_service',
108 'type': 'static_library',
110 '../base/base.gyp:base',
111 '../breakpad/breakpad.gyp:breakpad_handler',
112 '../breakpad/breakpad.gyp:breakpad_sender',
115 'crash/tools/crash_service.cc',
116 'crash/tools/crash_service.h',
121 ['OS=="win" and target_arch=="ia32"', {
124 # Note: if you depend on this target, you need to either link in
125 # content.gyp:content_common, or add
126 # content/public/common/content_switches.cc to your sources.
127 'target_name': 'breakpad_win64',
128 'type': 'static_library',
130 'crash/app/crash_reporter_client.cc',
131 'crash/app/crash_reporter_client.h',
132 'crash/app/breakpad_linux.cc',
133 'crash/app/breakpad_linux.h',
134 'crash/app/breakpad_linux_impl.h',
135 'crash/app/breakpad_mac.h',
136 'crash/app/breakpad_mac.mm',
137 'crash/app/breakpad_win.cc',
138 'crash/app/breakpad_win.h',
139 # TODO(siggi): test the x64 version too.
140 'crash/app/crash_keys_win.cc',
141 'crash/app/crash_keys_win.h',
142 'crash/app/hard_error_handler_win.cc',
143 'crash/app/hard_error_handler_win.h',
146 'COMPILE_CONTENT_STATICALLY',
147 'CRASH_IMPLEMENTATION',
150 '../base/base.gyp:base_win64',
151 '../breakpad/breakpad.gyp:breakpad_handler_win64',
152 '../breakpad/breakpad.gyp:breakpad_sender_win64',
153 '../sandbox/sandbox.gyp:sandbox_win64',
157 'msvs_target_platform': 'x64',
162 'target_name': 'breakpad_crash_service_win64',
163 'type': 'static_library',
165 '../base/base.gyp:base_win64',
166 '../breakpad/breakpad.gyp:breakpad_handler_win64',
167 '../breakpad/breakpad.gyp:breakpad_sender_win64',
170 'crash/tools/crash_service.cc',
171 'crash/tools/crash_service.h',
175 'msvs_target_platform': 'x64',
184 'target_name': 'breakpad_stubs',
185 'type': 'static_library',
187 '../base/base.gyp:base',
190 'crash/app/crash_reporter_client.cc',
191 'crash/app/crash_reporter_client.h',
192 'crash/app/breakpad_mac.h',
193 'crash/app/breakpad_mac_stubs.mm',
198 ['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
201 # GN version: //components/crash/browser
202 'target_name': 'breakpad_host',
203 'type': 'static_library',
206 '../base/base.gyp:base',
207 '../breakpad/breakpad.gyp:breakpad_client',
208 '../content/content.gyp:content_browser',
209 '../content/content.gyp:content_common',
212 'crash/browser/crash_dump_manager_android.cc',
213 'crash/browser/crash_dump_manager_android.h',
214 'crash/browser/crash_handler_host_linux.cc',
215 'crash/browser/crash_handler_host_linux.h',
220 'target_conditions': [
221 # Need 'target_conditions' to override default filename_rules to include
222 # the files on Android.
225 ['include', '^crash/browser/crash_handler_host_linux\\.cc$'],