summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-08-17 08:30:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-17 15:30:57 +0000
commit5f9d14256fea5b1eb98a6c39998be42531343f62 (patch)
treea937b978bc203c2c608268895f25a99d61d74cb8 /components/components_tests.gyp
parent306352fe221c4c7d8d656b536c80c9e78b1b3e18 (diff)
downloadchromium_src-5f9d14256fea5b1eb98a6c39998be42531343f62.zip
chromium_src-5f9d14256fea5b1eb98a6c39998be42531343f62.tar.gz
chromium_src-5f9d14256fea5b1eb98a6c39998be42531343f62.tar.bz2
Componentize variations_request_scheduler*
These files are shared with iOS. They have no problematic dependencies, so componentization is straightforward. BUG=516660 TBR=phajdan.jr Review URL: https://codereview.chromium.org/1283443002 Cr-Commit-Position: refs/heads/master@{#343684}
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',