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 'breakpad_component_target': 0,
10 'target_conditions': [
11 ['breakpad_component_target==1', {
13 'breakpad/breakpad_client.cc',
14 'breakpad/breakpad_client.h',
21 'target_name': 'breakpad_component',
22 'type': 'static_library',
24 'breakpad_component_target': 1,
27 '../base/base.gyp:base',
32 ['OS=="win" and target_arch=="ia32"', {
35 'target_name': 'breakpad_win64',
36 'type': 'static_library',
38 'breakpad_component_target': 1,
41 '../base/base.gyp:base_nacl_win64',
45 'msvs_target_platform': 'x64',
54 # TODO(jochen): for now, this target is a copy of breakpad, however,
55 # in the future, it should provide a dummy implementation for Mac.
56 'target_name': 'breakpad_stubs',
57 'type': 'static_library',
59 'breakpad_component_target': 1,
62 '../base/base.gyp:base',