felt | aafecea | 2015-07-29 16:00:00 | [diff] [blame] | 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. |
| 4 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 8 | # GN version: //components/security_interstitials/core |
| 9 | 'target_name': 'security_interstitials_core', |
felt | aafecea | 2015-07-29 16:00:00 | [diff] [blame] | 10 | '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': [ |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 22 | # Note: sources list duplicated in GN build. |
| 23 | 'security_interstitials/core/metrics_helper.cc', |
| 24 | 'security_interstitials/core/metrics_helper.h', |
felt | aafecea | 2015-07-29 16:00:00 | [diff] [blame] | 25 | ] |
| 26 | } |
| 27 | ] |
| 28 | } |