| 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 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1314 'browser/spellchecker/misspelling_unittest.cc', | 1314 'browser/spellchecker/misspelling_unittest.cc', |
| 1315 'browser/spellchecker/spellcheck_action_unittest.cc', | 1315 'browser/spellchecker/spellcheck_action_unittest.cc', |
| 1316 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1316 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 1317 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1317 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| 1318 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', | 1318 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', |
| 1319 'browser/spellchecker/spellcheck_message_filter_unittest.cc', | 1319 'browser/spellchecker/spellcheck_message_filter_unittest.cc', |
| 1320 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1320 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
| 1321 'browser/spellchecker/spellcheck_service_unittest.cc', | 1321 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 1322 'browser/spellchecker/spelling_service_client_unittest.cc', | 1322 'browser/spellchecker/spelling_service_client_unittest.cc', |
| 1323 'browser/spellchecker/word_trimmer_unittest.cc', | 1323 'browser/spellchecker/word_trimmer_unittest.cc', |
| 1324 'browser/ssl/ssl_error_classification_unittest.cc', |
| 1324 'browser/status_icons/status_icon_menu_model_unittest.cc', | 1325 'browser/status_icons/status_icon_menu_model_unittest.cc', |
| 1325 'browser/status_icons/status_icon_unittest.cc', | 1326 'browser/status_icons/status_icon_unittest.cc', |
| 1326 'browser/status_icons/status_tray_unittest.cc', | 1327 'browser/status_icons/status_tray_unittest.cc', |
| 1327 'browser/supervised_user/supervised_user_pref_mapping_service_unittest.c
c', | 1328 'browser/supervised_user/supervised_user_pref_mapping_service_unittest.c
c', |
| 1328 'browser/supervised_user/supervised_user_pref_store_unittest.cc', | 1329 'browser/supervised_user/supervised_user_pref_store_unittest.cc', |
| 1329 'browser/supervised_user/supervised_user_refresh_token_fetcher_unittest.
cc', | 1330 'browser/supervised_user/supervised_user_refresh_token_fetcher_unittest.
cc', |
| 1330 'browser/supervised_user/supervised_user_registration_utility_unittest.c
c', | 1331 'browser/supervised_user/supervised_user_registration_utility_unittest.c
c', |
| 1331 'browser/supervised_user/supervised_user_service_unittest.cc', | 1332 'browser/supervised_user/supervised_user_service_unittest.cc', |
| 1332 'browser/supervised_user/supervised_user_settings_service_unittest.cc', | 1333 'browser/supervised_user/supervised_user_settings_service_unittest.cc', |
| 1333 'browser/supervised_user/supervised_user_shared_settings_service_unittes
t.cc', | 1334 'browser/supervised_user/supervised_user_shared_settings_service_unittes
t.cc', |
| (...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2906 'unit_tests.isolate', | 2907 'unit_tests.isolate', |
| 2907 ], | 2908 ], |
| 2908 'sources': [ | 2909 'sources': [ |
| 2909 'unit_tests.isolate', | 2910 'unit_tests.isolate', |
| 2910 ], | 2911 ], |
| 2911 }, | 2912 }, |
| 2912 ], | 2913 ], |
| 2913 }], | 2914 }], |
| 2914 ], # 'conditions' | 2915 ], # 'conditions' |
| 2915 } | 2916 } |
| OLD | NEW |