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', |
felt | 146e920a | 2015-12-03 03:49:05 | [diff] [blame] | 13 | '../base/base.gyp:base_i18n', |
felt | aafecea | 2015-07-29 16:00:00 | [diff] [blame] | 14 | '../net/net.gyp:net', |
felt | 9ad979c0 | 2015-11-21 03:55:39 | [diff] [blame] | 15 | '../ui/base/ui_base.gyp:ui_base', |
| 16 | 'components_strings.gyp:components_strings', |
| 17 | 'google_core_browser', |
felt | aafecea | 2015-07-29 16:00:00 | [diff] [blame] | 18 | 'history_core_browser', |
| 19 | 'metrics', |
| 20 | 'rappor', |
felt | 146e920a | 2015-12-03 03:49:05 | [diff] [blame] | 21 | 'ssl_errors', |
| 22 | 'url_formatter/url_formatter.gyp:url_formatter' |
felt | aafecea | 2015-07-29 16:00:00 | [diff] [blame] | 23 | ], |
| 24 | 'include_dirs': [ |
| 25 | '..', |
| 26 | ], |
| 27 | 'sources': [ |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 28 | # Note: sources list duplicated in GN build. |
felt | 146e920a | 2015-12-03 03:49:05 | [diff] [blame] | 29 | 'security_interstitials/core/bad_clock_ui.cc', |
| 30 | 'security_interstitials/core/bad_clock_ui.h', |
| 31 | 'security_interstitials/core/common_string_util.cc', |
| 32 | 'security_interstitials/core/common_string_util.h', |
felt | 9ad979c0 | 2015-11-21 03:55:39 | [diff] [blame] | 33 | 'security_interstitials/core/controller_client.cc', |
| 34 | 'security_interstitials/core/controller_client.h', |
felt | 20e0f200 | 2015-07-31 15:27:36 | [diff] [blame] | 35 | 'security_interstitials/core/metrics_helper.cc', |
| 36 | 'security_interstitials/core/metrics_helper.h', |
felt | 6b57795 | 2015-12-11 18:09:33 | [diff] [blame] | 37 | 'security_interstitials/core/ssl_error_ui.cc', |
| 38 | 'security_interstitials/core/ssl_error_ui.h', |
felt | aafecea | 2015-07-29 16:00:00 | [diff] [blame] | 39 | ] |
| 40 | } |
| 41 | ] |
| 42 | } |