| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index c3dd97cd5fd57c32c0e7ecbf97c443ee000e40c1..cc0f7e783290d1518e90a715d94f245c6bea56c4 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -619,6 +619,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',
|
| @@ -850,6 +853,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)',
|
| @@ -970,6 +974,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',
|
|
|