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

Unified Diff: components/components_tests.gyp

Issue 366373002: [Variations] Bring variations_http_header_provider to variations component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix BUILD.gn Created 6 years, 5 months 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 49a32813f60882eabfb6bc80c46e6c74028512bf..96e102639b1ac052f2efe0236d9b9eadc982fad9 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -201,6 +201,7 @@
'variations/metrics_util_unittest.cc',
'variations/study_filtering_unittest.cc',
'variations/variations_associated_data_unittest.cc',
+ 'variations/variations_http_header_provider_unittest.cc',
'variations/variations_seed_processor_unittest.cc',
'variations/variations_seed_simulator_unittest.cc',
'visitedlink/test/visitedlink_unittest.cc',
@@ -283,6 +284,9 @@
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
+ # Dependencies of infobar
+ 'components.gyp:infobars_test_support',
+
# Dependencies of invalidation
'components.gyp:invalidation',
'components.gyp:invalidation_test_support',

Powered by Google App Engine
This is Rietveld 408576698