| 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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 'browser/download/download_status_updater_unittest.cc', | 828 'browser/download/download_status_updater_unittest.cc', |
| 829 'browser/download/download_target_determiner_unittest.cc', | 829 'browser/download/download_target_determiner_unittest.cc', |
| 830 'browser/download/download_ui_controller_unittest.cc', | 830 'browser/download/download_ui_controller_unittest.cc', |
| 831 'browser/drive/drive_app_registry_unittest.cc', | 831 'browser/drive/drive_app_registry_unittest.cc', |
| 832 'browser/drive/drive_api_util_unittest.cc', | 832 'browser/drive/drive_api_util_unittest.cc', |
| 833 'browser/drive/drive_uploader_unittest.cc', | 833 'browser/drive/drive_uploader_unittest.cc', |
| 834 'browser/drive/event_logger_unittest.cc', | 834 'browser/drive/event_logger_unittest.cc', |
| 835 'browser/drive/fake_drive_service_unittest.cc', | 835 'browser/drive/fake_drive_service_unittest.cc', |
| 836 'browser/enumerate_modules_model_unittest_win.cc', | 836 'browser/enumerate_modules_model_unittest_win.cc', |
| 837 'browser/extensions/active_tab_unittest.cc', | 837 'browser/extensions/active_tab_unittest.cc', |
| 838 'browser/extensions/active_script_controller_unittest.cc', |
| 838 'browser/extensions/activity_log/activity_database_unittest.cc', | 839 'browser/extensions/activity_log/activity_database_unittest.cc', |
| 839 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', | 840 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', |
| 840 'browser/extensions/activity_log/activity_log_unittest.cc', | 841 'browser/extensions/activity_log/activity_log_unittest.cc', |
| 841 'browser/extensions/activity_log/activity_log_policy_unittest.cc', | 842 'browser/extensions/activity_log/activity_log_policy_unittest.cc', |
| 842 'browser/extensions/activity_log/ad_injection_unittest.cc', | 843 'browser/extensions/activity_log/ad_injection_unittest.cc', |
| 843 'browser/extensions/activity_log/counting_policy_unittest.cc', | 844 'browser/extensions/activity_log/counting_policy_unittest.cc', |
| 844 'browser/extensions/activity_log/database_string_table_unittest.cc', | 845 'browser/extensions/activity_log/database_string_table_unittest.cc', |
| 845 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', | 846 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', |
| 846 'browser/extensions/activity_log/hashed_ad_network_database_unittest.cc'
, | 847 'browser/extensions/activity_log/hashed_ad_network_database_unittest.cc'
, |
| 847 'browser/extensions/activity_log/uma_policy_unittest.cc', | 848 'browser/extensions/activity_log/uma_policy_unittest.cc', |
| (...skipping 1989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2837 # more details. | 2838 # more details. |
| 2838 'DebugInformationFormat': '3', | 2839 'DebugInformationFormat': '3', |
| 2839 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2840 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2840 }, | 2841 }, |
| 2841 }, | 2842 }, |
| 2842 }, | 2843 }, |
| 2843 ], | 2844 ], |
| 2844 }], | 2845 }], |
| 2845 ], # 'conditions' | 2846 ], # 'conditions' |
| 2846 } | 2847 } |
| OLD | NEW |