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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 'browser/extensions/updater/extension_cache_fake.cc', | 992 'browser/extensions/updater/extension_cache_fake.cc', |
993 'browser/extensions/updater/extension_updater_unittest.cc', | 993 'browser/extensions/updater/extension_updater_unittest.cc', |
994 'browser/extensions/user_script_listener_unittest.cc', | 994 'browser/extensions/user_script_listener_unittest.cc', |
995 'browser/extensions/user_script_master_unittest.cc', | 995 'browser/extensions/user_script_master_unittest.cc', |
996 'browser/extensions/webstore_inline_installer_unittest.cc', | 996 'browser/extensions/webstore_inline_installer_unittest.cc', |
997 'browser/extensions/webstore_installer_unittest.cc', | 997 'browser/extensions/webstore_installer_unittest.cc', |
998 'browser/external_protocol/external_protocol_handler_unittest.cc', | 998 'browser/external_protocol/external_protocol_handler_unittest.cc', |
999 'browser/favicon/favicon_handler_unittest.cc', | 999 'browser/favicon/favicon_handler_unittest.cc', |
1000 'browser/file_select_helper_unittest.cc', | 1000 'browser/file_select_helper_unittest.cc', |
1001 'browser/first_run/first_run_unittest.cc', | 1001 'browser/first_run/first_run_unittest.cc', |
1002 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', | 1002 'browser/geolocation/geolocation_permission_context_unittest.cc', |
1003 'browser/global_keyboard_shortcuts_mac_unittest.mm', | 1003 'browser/global_keyboard_shortcuts_mac_unittest.mm', |
1004 'browser/google/google_search_counter_unittest.cc', | 1004 'browser/google/google_search_counter_unittest.cc', |
1005 'browser/google/google_update_settings_unittest.cc', | 1005 'browser/google/google_update_settings_unittest.cc', |
1006 'browser/google/google_url_tracker_unittest.cc', | 1006 'browser/google/google_url_tracker_unittest.cc', |
1007 'browser/google/google_util_unittest.cc', | 1007 'browser/google/google_util_unittest.cc', |
1008 'browser/guest_view/guest_view_manager_unittest.cc', | 1008 'browser/guest_view/guest_view_manager_unittest.cc', |
1009 'browser/history/android/android_cache_database_unittest.cc', | 1009 'browser/history/android/android_cache_database_unittest.cc', |
1010 'browser/history/android/android_history_provider_service_unittest.cc', | 1010 'browser/history/android/android_history_provider_service_unittest.cc', |
1011 'browser/history/android/android_history_types_unittest.cc', | 1011 'browser/history/android/android_history_types_unittest.cc', |
1012 'browser/history/android/android_provider_backend_unittest.cc', | 1012 'browser/history/android/android_provider_backend_unittest.cc', |
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2863 'unit_tests.isolate', | 2863 'unit_tests.isolate', |
2864 ], | 2864 ], |
2865 'sources': [ | 2865 'sources': [ |
2866 'unit_tests.isolate', | 2866 'unit_tests.isolate', |
2867 ], | 2867 ], |
2868 }, | 2868 }, |
2869 ], | 2869 ], |
2870 }], | 2870 }], |
2871 ], # 'conditions' | 2871 ], # 'conditions' |
2872 } | 2872 } |
OLD | NEW |