| 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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1219 'browser/signin/fake_auth_status_provider.cc', | 1219 'browser/signin/fake_auth_status_provider.cc', |
| 1220 'browser/signin/fake_auth_status_provider.h', | 1220 'browser/signin/fake_auth_status_provider.h', |
| 1221 'browser/signin/google_auto_login_helper_unittest.cc', | 1221 'browser/signin/google_auto_login_helper_unittest.cc', |
| 1222 'browser/signin/local_auth_unittest.cc', | 1222 'browser/signin/local_auth_unittest.cc', |
| 1223 'browser/signin/mutable_profile_oauth2_token_service_unittest.cc', | 1223 'browser/signin/mutable_profile_oauth2_token_service_unittest.cc', |
| 1224 'browser/signin/profile_oauth2_token_service_request_unittest.cc', | 1224 'browser/signin/profile_oauth2_token_service_request_unittest.cc', |
| 1225 'browser/signin/signin_global_error_unittest.cc', | 1225 'browser/signin/signin_global_error_unittest.cc', |
| 1226 'browser/signin/signin_manager_unittest.cc', | 1226 'browser/signin/signin_manager_unittest.cc', |
| 1227 'browser/signin/signin_names_io_thread_unittest.cc', | 1227 'browser/signin/signin_names_io_thread_unittest.cc', |
| 1228 'browser/signin/signin_tracker_unittest.cc', | 1228 'browser/signin/signin_tracker_unittest.cc', |
| 1229 'browser/signin/ubertoken_fetcher_unittest.cc', | |
| 1230 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', | 1229 'browser/speech/extension_api/extension_manifests_tts_unittest.cc', |
| 1231 'browser/speech/speech_recognition_bubble_controller_unittest.cc', | 1230 'browser/speech/speech_recognition_bubble_controller_unittest.cc', |
| 1232 'browser/speech/tts_controller_unittest.cc', | 1231 'browser/speech/tts_controller_unittest.cc', |
| 1233 'browser/spellchecker/feedback_sender_unittest.cc', | 1232 'browser/spellchecker/feedback_sender_unittest.cc', |
| 1234 'browser/spellchecker/feedback_unittest.cc', | 1233 'browser/spellchecker/feedback_unittest.cc', |
| 1235 'browser/spellchecker/misspelling_unittest.cc', | 1234 'browser/spellchecker/misspelling_unittest.cc', |
| 1236 'browser/spellchecker/spellcheck_action_unittest.cc', | 1235 'browser/spellchecker/spellcheck_action_unittest.cc', |
| 1237 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 1236 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 1238 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 1237 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
| 1239 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', | 1238 'browser/spellchecker/spellcheck_message_filter_mac_unittest.cc', |
| (...skipping 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2873 'browser/ui/app_list/test/fake_profile_store.h', | 2872 'browser/ui/app_list/test/fake_profile_store.h', |
| 2874 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2873 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2875 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2874 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2876 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2875 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2877 ], | 2876 ], |
| 2878 }, | 2877 }, |
| 2879 ], | 2878 ], |
| 2880 }], | 2879 }], |
| 2881 ], # 'conditions' | 2880 ], # 'conditions' |
| 2882 } | 2881 } |
| OLD | NEW |