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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 'browser/password_manager/password_store_x_unittest.cc', | 1000 'browser/password_manager/password_store_x_unittest.cc', |
1001 'browser/performance_monitor/database_unittest.cc', | 1001 'browser/performance_monitor/database_unittest.cc', |
1002 'browser/plugins/plugin_finder_unittest.cc', | 1002 'browser/plugins/plugin_finder_unittest.cc', |
1003 'browser/plugins/plugin_metadata_unittest.cc', | 1003 'browser/plugins/plugin_metadata_unittest.cc', |
1004 'browser/plugins/plugin_prefs_unittest.cc', | 1004 'browser/plugins/plugin_prefs_unittest.cc', |
1005 'browser/policy/async_policy_provider_unittest.cc', | 1005 'browser/policy/async_policy_provider_unittest.cc', |
1006 'browser/policy/browser_policy_connector_unittest.cc', | 1006 'browser/policy/browser_policy_connector_unittest.cc', |
1007 'browser/policy/cloud/cloud_external_data_store_unittest.cc', | 1007 'browser/policy/cloud/cloud_external_data_store_unittest.cc', |
1008 'browser/policy/cloud/cloud_policy_client_unittest.cc', | 1008 'browser/policy/cloud/cloud_policy_client_unittest.cc', |
1009 'browser/policy/cloud/cloud_policy_core_unittest.cc', | 1009 'browser/policy/cloud/cloud_policy_core_unittest.cc', |
| 1010 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', |
1010 'browser/policy/cloud/cloud_policy_manager_unittest.cc', | 1011 'browser/policy/cloud/cloud_policy_manager_unittest.cc', |
1011 'browser/policy/cloud/cloud_policy_refresh_scheduler_unittest.cc', | 1012 'browser/policy/cloud/cloud_policy_refresh_scheduler_unittest.cc', |
1012 'browser/policy/cloud/cloud_policy_service_unittest.cc', | 1013 'browser/policy/cloud/cloud_policy_service_unittest.cc', |
1013 'browser/policy/cloud/cloud_policy_validator_unittest.cc', | 1014 'browser/policy/cloud/cloud_policy_validator_unittest.cc', |
1014 'browser/policy/cloud/component_cloud_policy_service_unittest.cc', | 1015 'browser/policy/cloud/component_cloud_policy_service_unittest.cc', |
1015 'browser/policy/cloud/component_cloud_policy_store_unittest.cc', | 1016 'browser/policy/cloud/component_cloud_policy_store_unittest.cc', |
1016 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc', | 1017 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc', |
1017 'browser/policy/cloud/device_management_service_unittest.cc', | 1018 'browser/policy/cloud/device_management_service_unittest.cc', |
1018 'browser/policy/cloud/external_policy_data_updater_unittest.cc', | 1019 'browser/policy/cloud/external_policy_data_updater_unittest.cc', |
1019 'browser/policy/cloud/mock_device_management_service.cc', | 1020 'browser/policy/cloud/mock_device_management_service.cc', |
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2658 # more details. | 2659 # more details. |
2659 'DebugInformationFormat': '3', | 2660 'DebugInformationFormat': '3', |
2660 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2661 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2661 }, | 2662 }, |
2662 }, | 2663 }, |
2663 }, | 2664 }, |
2664 ], | 2665 ], |
2665 }], | 2666 }], |
2666 ], # 'conditions' | 2667 ], # 'conditions' |
2667 } | 2668 } |
OLD | NEW |