| 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 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'browser/download/all_download_item_notifier_unittest.cc', | 744 'browser/download/all_download_item_notifier_unittest.cc', |
| 745 'browser/download/download_history_unittest.cc', | 745 'browser/download/download_history_unittest.cc', |
| 746 'browser/download/download_query_unittest.cc', | 746 'browser/download/download_query_unittest.cc', |
| 747 'browser/download/download_request_infobar_delegate_unittest.cc', | 747 'browser/download/download_request_infobar_delegate_unittest.cc', |
| 748 'browser/download/download_request_limiter_unittest.cc', | 748 'browser/download/download_request_limiter_unittest.cc', |
| 749 'browser/download/download_path_reservation_tracker_unittest.cc', | 749 'browser/download/download_path_reservation_tracker_unittest.cc', |
| 750 'browser/download/download_shelf_unittest.cc', | 750 'browser/download/download_shelf_unittest.cc', |
| 751 'browser/download/download_status_updater_unittest.cc', | 751 'browser/download/download_status_updater_unittest.cc', |
| 752 'browser/download/download_target_determiner_unittest.cc', | 752 'browser/download/download_target_determiner_unittest.cc', |
| 753 'browser/download/download_ui_controller_unittest.cc', | 753 'browser/download/download_ui_controller_unittest.cc', |
| 754 'browser/download/download_util_unittest.cc', |
| 754 'browser/drive/drive_api_util_unittest.cc', | 755 'browser/drive/drive_api_util_unittest.cc', |
| 755 'browser/drive/drive_uploader_unittest.cc', | 756 'browser/drive/drive_uploader_unittest.cc', |
| 756 'browser/drive/event_logger_unittest.cc', | 757 'browser/drive/event_logger_unittest.cc', |
| 757 'browser/drive/fake_drive_service_unittest.cc', | 758 'browser/drive/fake_drive_service_unittest.cc', |
| 758 'browser/enumerate_modules_model_unittest_win.cc', | 759 'browser/enumerate_modules_model_unittest_win.cc', |
| 759 'browser/extensions/active_tab_unittest.cc', | 760 'browser/extensions/active_tab_unittest.cc', |
| 760 'browser/extensions/activity_log/activity_database_unittest.cc', | 761 'browser/extensions/activity_log/activity_database_unittest.cc', |
| 761 'browser/extensions/activity_log/activity_log_unittest.cc', | 762 'browser/extensions/activity_log/activity_log_unittest.cc', |
| 762 'browser/extensions/activity_log/activity_log_policy_unittest.cc', | 763 'browser/extensions/activity_log/activity_log_policy_unittest.cc', |
| 763 'browser/extensions/activity_log/counting_policy_unittest.cc', | 764 'browser/extensions/activity_log/counting_policy_unittest.cc', |
| (...skipping 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2718 # more details. | 2719 # more details. |
| 2719 'DebugInformationFormat': '3', | 2720 'DebugInformationFormat': '3', |
| 2720 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2721 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2721 }, | 2722 }, |
| 2722 }, | 2723 }, |
| 2723 }, | 2724 }, |
| 2724 ], | 2725 ], |
| 2725 }], | 2726 }], |
| 2726 ], # 'conditions' | 2727 ], # 'conditions' |
| 2727 } | 2728 } |
| OLD | NEW |