1 # Copyright 2015 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 # GN version: //components/crash_keys
9 'target_name': 'crash_keys',
10 'type': 'static_library',
15 # List of dependencies is intentionally very minimal. Please avoid
16 # adding extra dependencies without first checking with OWNERS.
17 '../base/base.gyp:base',
20 'crash_keys/crash_keys.cc',
21 'crash_keys/crash_keys.h',
26 ['OS=="win" and target_arch=="ia32"', {
29 'target_name': 'crash_keys_win64',
30 'type': 'static_library',
32 'crash_keys/crash_keys.cc',
33 'crash_keys/crash_keys.h',
36 '../base/base.gyp:base_win64',
40 'msvs_target_platform': 'x64',