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

Unified Diff: components/components_tests.gyp

Issue 1355413003: Move error classification into the ssl_errors component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 432fe7e841cdf499a6d6a2a2db29c1df9a9abb43..c8fdb7bf764b9b861e4e9f7cd83a50fe6aa26e15 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -623,6 +623,9 @@
'signin/ios/browser/account_consistency_service_unittest.mm',
'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm',
],
+ 'ssl_errors_unittest_sources': [
+ 'ssl_errors/error_classification_unittest.cc'
+ ],
'storage_monitor_unittest_sources': [
'storage_monitor/image_capture_device_manager_unittest.mm',
'storage_monitor/media_storage_util_unittest.cc',
@@ -854,6 +857,7 @@
'<@(search_unittest_sources)',
'<@(sessions_unittest_sources)',
'<@(signin_unittest_sources)',
+ '<@(ssl_errors_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(sync_driver_unittest_sources)',
'<@(syncable_prefs_unittest_sources)',
@@ -974,6 +978,7 @@
'components.gyp:sessions_test_support',
'components.gyp:signin_core_browser',
'components.gyp:signin_core_browser_test_support',
+ 'components.gyp:ssl_errors',
'components.gyp:suggestions',
'components.gyp:sync_driver_test_support',
'components.gyp:syncable_prefs_test_support',

Powered by Google App Engine
This is Rietveld 408576698