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

Unified Diff: components/components_tests.gyp

Issue 1320533007: Componentize ssl_config_service_manager_pref.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve -Wnewline-eof mac_chromium bot failure Created 5 years, 2 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
« no previous file with comments | « components/components.gyp ('k') | components/ssl_config.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 24a280d05ce91e420a89a3aad28e103b9f92e669..72a08997ccab1780b7bd7e5188980a879786612a 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -630,6 +630,9 @@
'signin/ios/browser/account_consistency_service_unittest.mm',
'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm',
],
+ 'ssl_config_unittest_sources': [
+ 'ssl_config/ssl_config_service_manager_pref_unittest.cc',
+ ],
'storage_monitor_unittest_sources': [
'storage_monitor/image_capture_device_manager_unittest.mm',
'storage_monitor/media_storage_util_unittest.cc',
@@ -865,6 +868,7 @@
'<@(search_unittest_sources)',
'<@(sessions_unittest_sources)',
'<@(signin_unittest_sources)',
+ '<@(ssl_config_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(sync_driver_unittest_sources)',
'<@(sync_sessions_unittest_sources)',
@@ -988,6 +992,7 @@
'components.gyp:sessions_test_support',
'components.gyp:signin_core_browser',
'components.gyp:signin_core_browser_test_support',
+ 'components.gyp:ssl_config',
'components.gyp:suggestions',
'components.gyp:sync_driver_test_support',
'components.gyp:sync_sessions',
« no previous file with comments | « components/components.gyp ('k') | components/ssl_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698