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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 'browser/extensions/token_cache/token_cache_service_unittest.cc', | 786 'browser/extensions/token_cache/token_cache_service_unittest.cc', |
787 'browser/extensions/standard_management_policy_provider_unittest.cc', | 787 'browser/extensions/standard_management_policy_provider_unittest.cc', |
788 'browser/extensions/updater/extension_updater_unittest.cc', | 788 'browser/extensions/updater/extension_updater_unittest.cc', |
789 'browser/extensions/user_script_listener_unittest.cc', | 789 'browser/extensions/user_script_listener_unittest.cc', |
790 'browser/extensions/user_script_master_unittest.cc', | 790 'browser/extensions/user_script_master_unittest.cc', |
791 'browser/extensions/webstore_inline_installer_unittest.cc', | 791 'browser/extensions/webstore_inline_installer_unittest.cc', |
792 'browser/external_protocol/external_protocol_handler_unittest.cc', | 792 'browser/external_protocol/external_protocol_handler_unittest.cc', |
793 'browser/favicon/favicon_handler_unittest.cc', | 793 'browser/favicon/favicon_handler_unittest.cc', |
794 'browser/file_select_helper_unittest.cc', | 794 'browser/file_select_helper_unittest.cc', |
795 'browser/first_run/first_run_unittest.cc', | 795 'browser/first_run/first_run_unittest.cc', |
| 796 'browser/fullscreen_chromeos_unittest.cc', |
796 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', | 797 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', |
797 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc', | 798 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc', |
798 'browser/geolocation/geolocation_settings_state_unittest.cc', | 799 'browser/geolocation/geolocation_settings_state_unittest.cc', |
799 'browser/global_keyboard_shortcuts_mac_unittest.mm', | 800 'browser/global_keyboard_shortcuts_mac_unittest.mm', |
800 'browser/google/google_search_counter_unittest.cc', | 801 'browser/google/google_search_counter_unittest.cc', |
801 'browser/google/google_update_settings_unittest.cc', | 802 'browser/google/google_update_settings_unittest.cc', |
802 'browser/google/google_url_tracker_unittest.cc', | 803 'browser/google/google_url_tracker_unittest.cc', |
803 'browser/google/google_util_unittest.cc', | 804 'browser/google/google_util_unittest.cc', |
804 'browser/google_apis/base_operations_unittest.cc', | 805 'browser/google_apis/base_operations_unittest.cc', |
805 'browser/google_apis/base_operations_server_unittest.cc', | 806 'browser/google_apis/base_operations_server_unittest.cc', |
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2431 # more details. | 2432 # more details. |
2432 'DebugInformationFormat': '3', | 2433 'DebugInformationFormat': '3', |
2433 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2434 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2434 }, | 2435 }, |
2435 }, | 2436 }, |
2436 }, | 2437 }, |
2437 ], | 2438 ], |
2438 }], | 2439 }], |
2439 ], # 'conditions' | 2440 ], # 'conditions' |
2440 } | 2441 } |
OLD | NEW |