summaryrefslogtreecommitdiffstats
path: root/components/security_interstitials.gypi
blob: 3092d03cd71ca5777523617624947c7012bfea9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'targets': [
    {
      # GN version: //components/security_interstitials/core
      'target_name': 'security_interstitials_core',
      'type': 'static_library',
      'dependencies': [
        '../base/base.gyp:base',
        '../net/net.gyp:net',
        'history_core_browser',
        'metrics',
        'rappor',
      ],
      'include_dirs': [
        '..',
      ],
      'sources': [
        # Note: sources list duplicated in GN build.
        'security_interstitials/core/metrics_helper.cc',
        'security_interstitials/core/metrics_helper.h',
      ]
    }
  ]
}