| Index: components/security_interstitials.gypi
|
| diff --git a/components/security_interstitials.gypi b/components/security_interstitials.gypi
|
| index 3092d03cd71ca5777523617624947c7012bfea9e..ba336afd84a19e97de3b9d3d6a85dae862a99c9b 100644
|
| --- a/components/security_interstitials.gypi
|
| +++ b/components/security_interstitials.gypi
|
| @@ -11,6 +11,9 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../net/net.gyp:net',
|
| + '../ui/base/ui_base.gyp:ui_base',
|
| + 'components_strings.gyp:components_strings',
|
| + 'google_core_browser',
|
| 'history_core_browser',
|
| 'metrics',
|
| 'rappor',
|
| @@ -20,6 +23,8 @@
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| + 'security_interstitials/core/controller_client.cc',
|
| + 'security_interstitials/core/controller_client.h',
|
| 'security_interstitials/core/metrics_helper.cc',
|
| 'security_interstitials/core/metrics_helper.h',
|
| ]
|
|
|