| 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc', | 755 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc', |
| 756 'browser/geolocation/geolocation_settings_state_unittest.cc', | 756 'browser/geolocation/geolocation_settings_state_unittest.cc', |
| 757 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', | 757 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', |
| 758 'browser/global_keyboard_shortcuts_mac_unittest.mm', | 758 'browser/global_keyboard_shortcuts_mac_unittest.mm', |
| 759 'browser/google/google_search_counter_unittest.cc', | 759 'browser/google/google_search_counter_unittest.cc', |
| 760 'browser/google/google_update_settings_unittest.cc', | 760 'browser/google/google_update_settings_unittest.cc', |
| 761 'browser/google/google_url_tracker_unittest.cc', | 761 'browser/google/google_url_tracker_unittest.cc', |
| 762 'browser/google/google_util_unittest.cc', | 762 'browser/google/google_util_unittest.cc', |
| 763 'browser/google_apis/base_operations_unittest.cc', | 763 'browser/google_apis/base_operations_unittest.cc', |
| 764 'browser/google_apis/drive_api_parser_unittest.cc', | 764 'browser/google_apis/drive_api_parser_unittest.cc', |
| 765 'browser/google_apis/drive_api_url_generator_unittest.cc', |
| 765 'browser/google_apis/drive_uploader_unittest.cc', | 766 'browser/google_apis/drive_uploader_unittest.cc', |
| 766 'browser/google_apis/gdata_wapi_parser_unittest.cc', | 767 'browser/google_apis/gdata_wapi_parser_unittest.cc', |
| 767 'browser/google_apis/gdata_wapi_operations_unittest.cc', | 768 'browser/google_apis/gdata_wapi_operations_unittest.cc', |
| 768 'browser/google_apis/gdata_wapi_url_generator_unittest.cc', | 769 'browser/google_apis/gdata_wapi_url_generator_unittest.cc', |
| 769 'browser/google_apis/fake_drive_service.cc', | 770 'browser/google_apis/fake_drive_service.cc', |
| 770 'browser/google_apis/fake_drive_service.h', | 771 'browser/google_apis/fake_drive_service.h', |
| 771 'browser/google_apis/mock_drive_service.cc', | 772 'browser/google_apis/mock_drive_service.cc', |
| 772 'browser/google_apis/mock_drive_service.h', | 773 'browser/google_apis/mock_drive_service.h', |
| 773 'browser/google_apis/operation_registry_unittest.cc', | 774 'browser/google_apis/operation_registry_unittest.cc', |
| 774 'browser/google_apis/test_server/http_request_unittest.cc', | 775 'browser/google_apis/test_server/http_request_unittest.cc', |
| (...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2315 'unit_tests.isolate', | 2316 'unit_tests.isolate', |
| 2316 ], | 2317 ], |
| 2317 'sources': [ | 2318 'sources': [ |
| 2318 'unit_tests.isolate', | 2319 'unit_tests.isolate', |
| 2319 ], | 2320 ], |
| 2320 }, | 2321 }, |
| 2321 ], | 2322 ], |
| 2322 }], | 2323 }], |
| 2323 ], # 'conditions' | 2324 ], # 'conditions' |
| 2324 } | 2325 } |
| OLD | NEW |