| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index d17b43411c48d14ef3e511a5032f9851a828c031..f4ec99291a76896efce718e42eea49efccd48101 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -798,11 +798,12 @@
|
| 'variations/entropy_provider_unittest.cc',
|
| 'variations/experiment_labels_unittest.cc',
|
| 'variations/metrics_util_unittest.cc',
|
| - 'variations/net/variations_http_header_provider_unittest.cc',
|
| + 'variations/net/variations_http_headers_unittest.cc',
|
| 'variations/service/ui_string_overrider_unittest.cc',
|
| 'variations/service/variations_service_unittest.cc',
|
| 'variations/study_filtering_unittest.cc',
|
| 'variations/variations_associated_data_unittest.cc',
|
| + 'variations/variations_http_header_provider_unittest.cc',
|
| 'variations/variations_request_scheduler_mobile_unittest.cc',
|
| 'variations/variations_request_scheduler_unittest.cc',
|
| 'variations/variations_seed_processor_unittest.cc',
|
| @@ -1090,7 +1091,7 @@
|
| 'components.gyp:user_prefs_tracked',
|
| 'components.gyp:user_prefs_tracked_test_support',
|
| 'components.gyp:variations',
|
| - 'components.gyp:variations_http_provider',
|
| + 'components.gyp:variations_net',
|
| 'components.gyp:variations_service',
|
| 'components.gyp:version_info',
|
| 'components.gyp:web_resource',
|
|
|