summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-12-09 06:17:37 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 14:18:14 +0000
commit80d2aa4f2b2dba1e1ee8d71053514513a448b6ee (patch)
treeb94df742331bc8671fff76e58a0833f4a0796e52 /components/components_tests.gyp
parent2068245252c0142cd7be7f2f8b5896ea877eef53 (diff)
downloadchromium_src-80d2aa4f2b2dba1e1ee8d71053514513a448b6ee.zip
chromium_src-80d2aa4f2b2dba1e1ee8d71053514513a448b6ee.tar.gz
chromium_src-80d2aa4f2b2dba1e1ee8d71053514513a448b6ee.tar.bz2
Componentize ProfileSyncAuthProvider unittest
This CL componentizes the ProfileSyncAuthProvider unittest to live next to the production code. BUG=544972 Review URL: https://codereview.chromium.org/1510953002 Cr-Commit-Position: refs/heads/master@{#364058}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 277571f..31bd388 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -717,6 +717,7 @@
'sync_driver/non_blocking_data_type_controller_unittest.cc',
'sync_driver/non_frontend_data_type_controller_unittest.cc',
'sync_driver/non_ui_data_type_controller_unittest.cc',
+ 'sync_driver/profile_sync_auth_provider_unittest.cc',
'sync_driver/shared_change_processor_unittest.cc',
'sync_driver/sync_prefs_unittest.cc',
'sync_driver/sync_stopped_reporter_unittest.cc',