1 # Copyright (c) 2009 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_sender_target': 0,
10 'target_conditions': [
11 ['breakpad_sender_target==1', {
13 'src/client/windows/sender/crash_report_sender.cc',
14 'src/common/windows/http_upload.cc',
15 'src/client/windows/sender/crash_report_sender.h',
16 'src/common/windows/http_upload.h',
28 'target_name': 'breakpad_sender',
29 'type': 'static_library',
31 'breakpad_sender_target': 1,
33 # TODO(gregoryd): direct_dependent_settings should be shared with the
34 # 64-bit target, but it doesn't work due to a bug in gyp
35 'direct_dependent_settings': {
43 ['OS=="win" and target_arch=="ia32"', {
46 'target_name': 'breakpad_sender_win64',
47 'type': 'static_library',
49 'breakpad_sender_target': 1,
51 # TODO(gregoryd): direct_dependent_settings should be shared with the
52 # 32-bit target, but it doesn't work due to a bug in gyp
53 'direct_dependent_settings': {
60 'msvs_target_platform': 'x64',