| OLD | NEW |
| (Empty) |
| 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 { | |
| 8 # GN version: //components/security_interstitials/core | |
| 9 'target_name': 'security_interstitials_core', | |
| 10 'type': 'static_library', | |
| 11 'dependencies': [ | |
| 12 '../base/base.gyp:base', | |
| 13 '../base/base.gyp:base_i18n', | |
| 14 '../net/net.gyp:net', | |
| 15 '../ui/base/ui_base.gyp:ui_base', | |
| 16 'components_strings.gyp:components_strings', | |
| 17 'google_core_browser', | |
| 18 'history_core_browser', | |
| 19 'metrics', | |
| 20 'rappor', | |
| 21 'ssl_errors', | |
| 22 'url_formatter/url_formatter.gyp:url_formatter' | |
| 23 ], | |
| 24 'include_dirs': [ | |
| 25 '..', | |
| 26 ], | |
| 27 'sources': [ | |
| 28 # Note: sources list duplicated in GN build. | |
| 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', | |
| 33 'security_interstitials/core/controller_client.cc', | |
| 34 'security_interstitials/core/controller_client.h', | |
| 35 'security_interstitials/core/metrics_helper.cc', | |
| 36 'security_interstitials/core/metrics_helper.h', | |
| 37 'security_interstitials/core/ssl_error_ui.cc', | |
| 38 'security_interstitials/core/ssl_error_ui.h', | |
| 39 ] | |
| 40 } | |
| 41 ] | |
| 42 } | |
| OLD | NEW |