| 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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 'browser/global_keyboard_shortcuts_mac_unittest.mm', | 795 'browser/global_keyboard_shortcuts_mac_unittest.mm', |
| 796 'browser/google/google_search_counter_unittest.cc', | 796 'browser/google/google_search_counter_unittest.cc', |
| 797 'browser/google/google_update_settings_unittest.cc', | 797 'browser/google/google_update_settings_unittest.cc', |
| 798 'browser/google/google_url_tracker_unittest.cc', | 798 'browser/google/google_url_tracker_unittest.cc', |
| 799 'browser/google/google_util_unittest.cc', | 799 'browser/google/google_util_unittest.cc', |
| 800 'browser/google_apis/base_operations_unittest.cc', | 800 'browser/google_apis/base_operations_unittest.cc', |
| 801 'browser/google_apis/base_operations_server_unittest.cc', | 801 'browser/google_apis/base_operations_server_unittest.cc', |
| 802 'browser/google_apis/drive_api_operations_unittest.cc', | 802 'browser/google_apis/drive_api_operations_unittest.cc', |
| 803 'browser/google_apis/drive_api_parser_unittest.cc', | 803 'browser/google_apis/drive_api_parser_unittest.cc', |
| 804 'browser/google_apis/drive_api_url_generator_unittest.cc', | 804 'browser/google_apis/drive_api_url_generator_unittest.cc', |
| 805 'browser/google_apis/drive_api_util_unittest.cc', |
| 805 'browser/google_apis/drive_uploader_unittest.cc', | 806 'browser/google_apis/drive_uploader_unittest.cc', |
| 806 'browser/google_apis/gdata_wapi_parser_unittest.cc', | 807 'browser/google_apis/gdata_wapi_parser_unittest.cc', |
| 807 'browser/google_apis/gdata_wapi_operations_unittest.cc', | 808 'browser/google_apis/gdata_wapi_operations_unittest.cc', |
| 808 'browser/google_apis/gdata_wapi_url_generator_unittest.cc', | 809 'browser/google_apis/gdata_wapi_url_generator_unittest.cc', |
| 809 'browser/google_apis/fake_drive_service.cc', | 810 'browser/google_apis/fake_drive_service.cc', |
| 810 'browser/google_apis/fake_drive_service.h', | 811 'browser/google_apis/fake_drive_service.h', |
| 811 'browser/google_apis/fake_drive_service_unittest.cc', | 812 'browser/google_apis/fake_drive_service_unittest.cc', |
| 812 'browser/google_apis/mock_drive_service.cc', | 813 'browser/google_apis/mock_drive_service.cc', |
| 813 'browser/google_apis/mock_drive_service.h', | 814 'browser/google_apis/mock_drive_service.h', |
| 814 'browser/google_apis/operation_registry_unittest.cc', | 815 'browser/google_apis/operation_registry_unittest.cc', |
| (...skipping 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 # more details. | 2421 # more details. |
| 2421 'DebugInformationFormat': '3', | 2422 'DebugInformationFormat': '3', |
| 2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2423 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2423 }, | 2424 }, |
| 2424 }, | 2425 }, |
| 2425 }, | 2426 }, |
| 2426 ], | 2427 ], |
| 2427 }], | 2428 }], |
| 2428 ], # 'conditions' | 2429 ], # 'conditions' |
| 2429 } | 2430 } |
| OLD | NEW |