blob: 3092d03cd71ca5777523617624947c7012bfea9e [file] [log] [blame]
feltaafecea2015-07-29 16:00:001# 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.
4
5{
6 'targets': [
7 {
felt20e0f2002015-07-31 15:27:368 # GN version: //components/security_interstitials/core
9 'target_name': 'security_interstitials_core',
feltaafecea2015-07-29 16:00:0010 'type': 'static_library',
11 'dependencies': [
12 '../base/base.gyp:base',
13 '../net/net.gyp:net',
14 'history_core_browser',
15 'metrics',
16 'rappor',
17 ],
18 'include_dirs': [
19 '..',
20 ],
21 'sources': [
felt20e0f2002015-07-31 15:27:3622 # Note: sources list duplicated in GN build.
23 'security_interstitials/core/metrics_helper.cc',
24 'security_interstitials/core/metrics_helper.h',
feltaafecea2015-07-29 16:00:0025 ]
26 }
27 ]
28}