| 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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1318 'browser/spellchecker/misspelling_unittest.cc', | 1318 'browser/spellchecker/misspelling_unittest.cc', |
| 1319 'browser/spellchecker/spellcheck_action_unittest.cc', | 1319 'browser/spellchecker/spellcheck_action_unittest.cc', |
| 1320 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1320 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 1321 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1321 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| 1322 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', | 1322 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', |
| 1323 'browser/spellchecker/spellcheck_message_filter_unittest.cc', | 1323 'browser/spellchecker/spellcheck_message_filter_unittest.cc', |
| 1324 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 1324 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
| 1325 'browser/spellchecker/spellcheck_service_unittest.cc', | 1325 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 1326 'browser/spellchecker/spelling_service_client_unittest.cc', | 1326 'browser/spellchecker/spelling_service_client_unittest.cc', |
| 1327 'browser/spellchecker/word_trimmer_unittest.cc', | 1327 'browser/spellchecker/word_trimmer_unittest.cc', |
| 1328 'browser/ssl/ssl_error_handler_unittest.cc', |
| 1328 'browser/status_icons/status_icon_menu_model_unittest.cc', | 1329 'browser/status_icons/status_icon_menu_model_unittest.cc', |
| 1329 'browser/status_icons/status_icon_unittest.cc', | 1330 'browser/status_icons/status_icon_unittest.cc', |
| 1330 'browser/status_icons/status_tray_unittest.cc', | 1331 'browser/status_icons/status_tray_unittest.cc', |
| 1331 'browser/sync/about_sync_util_unittest.cc', | 1332 'browser/sync/about_sync_util_unittest.cc', |
| 1332 'browser/sync/abstract_profile_sync_service_test.cc', | 1333 'browser/sync/abstract_profile_sync_service_test.cc', |
| 1333 'browser/sync/abstract_profile_sync_service_test.h', | 1334 'browser/sync/abstract_profile_sync_service_test.h', |
| 1334 'browser/sync/backend_migrator_unittest.cc', | 1335 'browser/sync/backend_migrator_unittest.cc', |
| 1335 'browser/sync/backup_rollback_controller_unittest.cc', | 1336 'browser/sync/backup_rollback_controller_unittest.cc', |
| 1336 'browser/sync/glue/autofill_data_type_controller_unittest.cc', | 1337 'browser/sync/glue/autofill_data_type_controller_unittest.cc', |
| 1337 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', | 1338 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', |
| (...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2863 'unit_tests.isolate', | 2864 'unit_tests.isolate', |
| 2864 ], | 2865 ], |
| 2865 'sources': [ | 2866 'sources': [ |
| 2866 'unit_tests.isolate', | 2867 'unit_tests.isolate', |
| 2867 ], | 2868 ], |
| 2868 }, | 2869 }, |
| 2869 ], | 2870 ], |
| 2870 }], | 2871 }], |
| 2871 ], # 'conditions' | 2872 ], # 'conditions' |
| 2872 } | 2873 } |
| OLD | NEW |