Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: components/components_tests.gyp

Issue 1530133005: Refactor VariationsHttpHeaderProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include to srt_fetcher_win.cc. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/core/browser/autofill_download_manager.cc ('k') | components/feedback.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « components/autofill/core/browser/autofill_download_manager.cc ('k') | components/feedback.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698