OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/security_interstitials/core | 8 # GN version: //components/security_interstitials/core |
9 'target_name': 'security_interstitials_core', | 9 'target_name': 'security_interstitials_core', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
13 '../net/net.gyp:net', | 13 '../net/net.gyp:net', |
| 14 '../ui/base/ui_base.gyp:ui_base', |
| 15 'components_strings.gyp:components_strings', |
| 16 'google_core_browser', |
14 'history_core_browser', | 17 'history_core_browser', |
15 'metrics', | 18 'metrics', |
16 'rappor', | 19 'rappor', |
17 ], | 20 ], |
18 'include_dirs': [ | 21 'include_dirs': [ |
19 '..', | 22 '..', |
20 ], | 23 ], |
21 'sources': [ | 24 'sources': [ |
22 # Note: sources list duplicated in GN build. | 25 # Note: sources list duplicated in GN build. |
| 26 'security_interstitials/core/controller_client.cc', |
| 27 'security_interstitials/core/controller_client.h', |
23 'security_interstitials/core/metrics_helper.cc', | 28 'security_interstitials/core/metrics_helper.cc', |
24 'security_interstitials/core/metrics_helper.h', | 29 'security_interstitials/core/metrics_helper.h', |
25 ] | 30 ] |
26 } | 31 } |
27 ] | 32 ] |
28 } | 33 } |
OLD | NEW |