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

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: remove size_t / int mixing Created 5 years, 1 month 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 | « chrome/chrome_tests_unit.gypi ('k') | components/ssl_errors.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 198e0765728aa7447015cea3383db67bb05bc02e..6184761451d94667f2384c65d3566bf88683e155 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -650,6 +650,9 @@
'ssl_config_unittest_sources': [
'ssl_config/ssl_config_service_manager_pref_unittest.cc',
],
+ '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',
@@ -900,6 +903,7 @@
'<@(sessions_unittest_sources)',
'<@(signin_unittest_sources)',
'<@(ssl_config_unittest_sources)',
+ '<@(ssl_errors_unittest_sources)',
'<@(suggestions_unittest_sources)',
'<@(sync_bookmarks_unittest_sources)',
'<@(sync_driver_unittest_sources)',
@@ -1025,6 +1029,7 @@
'components.gyp:signin_core_browser',
'components.gyp:signin_core_browser_test_support',
'components.gyp:ssl_config',
+ 'components.gyp:ssl_errors',
'components.gyp:suggestions',
'components.gyp:sync_bookmarks',
'components.gyp:sync_driver_test_support',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ssl_errors.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698