| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'browser/chromeos/login/mock_login_status_consumer.cc', | 82 'browser/chromeos/login/mock_login_status_consumer.cc', |
| 83 'browser/chromeos/login/mock_login_status_consumer.h', | 83 'browser/chromeos/login/mock_login_status_consumer.h', |
| 84 'browser/chromeos/login/mock_login_utils.cc', | 84 'browser/chromeos/login/mock_login_utils.cc', |
| 85 'browser/chromeos/login/mock_login_utils.h', | 85 'browser/chromeos/login/mock_login_utils.h', |
| 86 'browser/chromeos/login/mock_url_fetchers.cc', | 86 'browser/chromeos/login/mock_url_fetchers.cc', |
| 87 'browser/chromeos/login/mock_url_fetchers.h', | 87 'browser/chromeos/login/mock_url_fetchers.h', |
| 88 'browser/chromeos/login/mock_user_image_manager.cc', | 88 'browser/chromeos/login/mock_user_image_manager.cc', |
| 89 'browser/chromeos/login/mock_user_image_manager.h', | 89 'browser/chromeos/login/mock_user_image_manager.h', |
| 90 'browser/chromeos/login/mock_user_manager.cc', | 90 'browser/chromeos/login/mock_user_manager.cc', |
| 91 'browser/chromeos/login/mock_user_manager.h', | 91 'browser/chromeos/login/mock_user_manager.h', |
| 92 'browser/chromeos/net/mock_connectivity_state_helper.cc', | |
| 93 'browser/chromeos/net/mock_connectivity_state_helper.h', | |
| 94 'browser/chromeos/policy/device_policy_builder.cc', | 92 'browser/chromeos/policy/device_policy_builder.cc', |
| 95 'browser/chromeos/policy/device_policy_builder.h', | 93 'browser/chromeos/policy/device_policy_builder.h', |
| 96 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', | 94 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', |
| 97 'browser/chromeos/policy/stub_enterprise_install_attributes.h', | 95 'browser/chromeos/policy/stub_enterprise_install_attributes.h', |
| 98 'browser/chromeos/settings/device_settings_test_helper.cc', | 96 'browser/chromeos/settings/device_settings_test_helper.cc', |
| 99 'browser/chromeos/settings/device_settings_test_helper.h', | 97 'browser/chromeos/settings/device_settings_test_helper.h', |
| 100 'browser/chromeos/settings/mock_owner_key_util.cc', | 98 'browser/chromeos/settings/mock_owner_key_util.cc', |
| 101 'browser/chromeos/settings/mock_owner_key_util.h', | 99 'browser/chromeos/settings/mock_owner_key_util.h', |
| 102 'browser/chromeos/system/mock_statistics_provider.cc', | 100 'browser/chromeos/system/mock_statistics_provider.cc', |
| 103 'browser/chromeos/system/mock_statistics_provider.h', | 101 'browser/chromeos/system/mock_statistics_provider.h', |
| (...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2703 # more details. | 2701 # more details. |
| 2704 'DebugInformationFormat': '3', | 2702 'DebugInformationFormat': '3', |
| 2705 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2703 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2706 }, | 2704 }, |
| 2707 }, | 2705 }, |
| 2708 }, | 2706 }, |
| 2709 ], | 2707 ], |
| 2710 }], | 2708 }], |
| 2711 ], # 'conditions' | 2709 ], # 'conditions' |
| 2712 } | 2710 } |
| OLD | NEW |