OLD | NEW |
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 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1315 'browser/spellchecker/misspelling_unittest.cc', | 1315 'browser/spellchecker/misspelling_unittest.cc', |
1316 'browser/spellchecker/spellcheck_action_unittest.cc', | 1316 'browser/spellchecker/spellcheck_action_unittest.cc', |
1317 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1317 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
1318 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1318 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
1319 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', | 1319 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', |
1320 'browser/spellchecker/spellcheck_message_filter_unittest.cc', | 1320 'browser/spellchecker/spellcheck_message_filter_unittest.cc', |
1321 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1321 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
1322 'browser/spellchecker/spellcheck_service_unittest.cc', | 1322 'browser/spellchecker/spellcheck_service_unittest.cc', |
1323 'browser/spellchecker/spelling_service_client_unittest.cc', | 1323 'browser/spellchecker/spelling_service_client_unittest.cc', |
1324 'browser/spellchecker/word_trimmer_unittest.cc', | 1324 'browser/spellchecker/word_trimmer_unittest.cc', |
| 1325 'browser/ssl/ssl_error_classification_unittest.cc', |
1325 'browser/status_icons/status_icon_menu_model_unittest.cc', | 1326 'browser/status_icons/status_icon_menu_model_unittest.cc', |
1326 'browser/status_icons/status_icon_unittest.cc', | 1327 'browser/status_icons/status_icon_unittest.cc', |
1327 'browser/status_icons/status_tray_unittest.cc', | 1328 'browser/status_icons/status_tray_unittest.cc', |
1328 'browser/supervised_user/supervised_user_pref_mapping_service_unittest.c
c', | 1329 'browser/supervised_user/supervised_user_pref_mapping_service_unittest.c
c', |
1329 'browser/supervised_user/supervised_user_pref_store_unittest.cc', | 1330 'browser/supervised_user/supervised_user_pref_store_unittest.cc', |
1330 'browser/supervised_user/supervised_user_refresh_token_fetcher_unittest.
cc', | 1331 'browser/supervised_user/supervised_user_refresh_token_fetcher_unittest.
cc', |
1331 'browser/supervised_user/supervised_user_registration_utility_unittest.c
c', | 1332 'browser/supervised_user/supervised_user_registration_utility_unittest.c
c', |
1332 'browser/supervised_user/supervised_user_service_unittest.cc', | 1333 'browser/supervised_user/supervised_user_service_unittest.cc', |
1333 'browser/supervised_user/supervised_user_settings_service_unittest.cc', | 1334 'browser/supervised_user/supervised_user_settings_service_unittest.cc', |
1334 'browser/supervised_user/supervised_user_shared_settings_service_unittes
t.cc', | 1335 'browser/supervised_user/supervised_user_shared_settings_service_unittes
t.cc', |
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2915 'unit_tests.isolate', | 2916 'unit_tests.isolate', |
2916 ], | 2917 ], |
2917 'sources': [ | 2918 'sources': [ |
2918 'unit_tests.isolate', | 2919 'unit_tests.isolate', |
2919 ], | 2920 ], |
2920 }, | 2921 }, |
2921 ], | 2922 ], |
2922 }], | 2923 }], |
2923 ], # 'conditions' | 2924 ], # 'conditions' |
2924 } | 2925 } |
OLD | NEW |