| Index: components/metrics_services_manager.gypi
|
| diff --git a/components/security_interstitials.gypi b/components/metrics_services_manager.gypi
|
| similarity index 55%
|
| copy from components/security_interstitials.gypi
|
| copy to components/metrics_services_manager.gypi
|
| index 3092d03cd71ca5777523617624947c7012bfea9e..e417180996665405635a84cd9e6e71ac40ca6ef7 100644
|
| --- a/components/security_interstitials.gypi
|
| +++ b/components/metrics_services_manager.gypi
|
| @@ -5,24 +5,24 @@
|
| {
|
| 'targets': [
|
| {
|
| - # GN version: //components/security_interstitials/core
|
| - 'target_name': 'security_interstitials_core',
|
| + # GN version: //components/metrics_services_manager
|
| + 'target_name': 'metrics_services_manager',
|
| 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../net/net.gyp:net',
|
| - 'history_core_browser',
|
| 'metrics',
|
| 'rappor',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| + 'variations',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| - 'security_interstitials/core/metrics_helper.cc',
|
| - 'security_interstitials/core/metrics_helper.h',
|
| - ]
|
| - }
|
| - ]
|
| -}
|
| + 'metrics_services_manager/metrics_services_manager.cc',
|
| + 'metrics_services_manager/metrics_services_manager.h',
|
| + 'metrics_services_manager/metrics_services_manager_client.h',
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|