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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 376663002: Calculate severity score for date_invalid error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test cases Created 6 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 'browser/spellchecker/misspelling_unittest.cc', 1321 'browser/spellchecker/misspelling_unittest.cc',
1322 'browser/spellchecker/spellcheck_action_unittest.cc', 1322 'browser/spellchecker/spellcheck_action_unittest.cc',
1323 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 1323 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
1324 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', 1324 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
1325 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', 1325 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc',
1326 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 1326 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
1327 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 1327 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
1328 'browser/spellchecker/spellcheck_service_unittest.cc', 1328 'browser/spellchecker/spellcheck_service_unittest.cc',
1329 'browser/spellchecker/spelling_service_client_unittest.cc', 1329 'browser/spellchecker/spelling_service_client_unittest.cc',
1330 'browser/spellchecker/word_trimmer_unittest.cc', 1330 'browser/spellchecker/word_trimmer_unittest.cc',
1331 'browser/ssl/ssl_severity_date_invalid_unittest.cc',
1331 'browser/status_icons/status_icon_menu_model_unittest.cc', 1332 'browser/status_icons/status_icon_menu_model_unittest.cc',
1332 'browser/status_icons/status_icon_unittest.cc', 1333 'browser/status_icons/status_icon_unittest.cc',
1333 'browser/status_icons/status_tray_unittest.cc', 1334 'browser/status_icons/status_tray_unittest.cc',
1334 'browser/supervised_user/supervised_user_pref_mapping_service_unittest.c c', 1335 'browser/supervised_user/supervised_user_pref_mapping_service_unittest.c c',
1335 'browser/supervised_user/supervised_user_pref_store_unittest.cc', 1336 'browser/supervised_user/supervised_user_pref_store_unittest.cc',
1336 'browser/supervised_user/supervised_user_refresh_token_fetcher_unittest. cc', 1337 'browser/supervised_user/supervised_user_refresh_token_fetcher_unittest. cc',
1337 'browser/supervised_user/supervised_user_registration_utility_unittest.c c', 1338 'browser/supervised_user/supervised_user_registration_utility_unittest.c c',
1338 'browser/supervised_user/supervised_user_service_unittest.cc', 1339 'browser/supervised_user/supervised_user_service_unittest.cc',
1339 'browser/supervised_user/supervised_user_settings_service_unittest.cc', 1340 'browser/supervised_user/supervised_user_settings_service_unittest.cc',
1340 'browser/supervised_user/supervised_user_shared_settings_service_unittes t.cc', 1341 'browser/supervised_user/supervised_user_shared_settings_service_unittes t.cc',
(...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after
2895 'unit_tests.isolate', 2896 'unit_tests.isolate',
2896 ], 2897 ],
2897 'sources': [ 2898 'sources': [
2898 'unit_tests.isolate', 2899 'unit_tests.isolate',
2899 ], 2900 ],
2900 }, 2901 },
2901 ], 2902 ],
2902 }], 2903 }],
2903 ], # 'conditions' 2904 ], # 'conditions'
2904 } 2905 }
OLDNEW
« chrome/browser/ssl/ssl_severity_date_invalid.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698