summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index d54ae57..20ca1add 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -661,6 +661,8 @@
'variations/net/variations_http_header_provider_unittest.cc',
'variations/study_filtering_unittest.cc',
'variations/variations_associated_data_unittest.cc',
+ 'variations/variations_request_scheduler_mobile_unittest.cc',
+ 'variations/variations_request_scheduler_unittest.cc',
'variations/variations_seed_processor_unittest.cc',
'variations/variations_seed_simulator_unittest.cc',
],
@@ -1160,6 +1162,9 @@
'<@(feedback_unittest_sources)',
'<@(proximity_auth_unittest_sources)',
],
+ 'sources!': [
+ 'variations/variations_request_scheduler_mobile_unittest.cc',
+ ],
'dependencies': [
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'../google_apis/google_apis.gyp:google_apis_test_support',