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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'browser/chromeos/login/mock_login_status_consumer.cc', | 83 'browser/chromeos/login/mock_login_status_consumer.cc', |
84 'browser/chromeos/login/mock_login_status_consumer.h', | 84 'browser/chromeos/login/mock_login_status_consumer.h', |
85 'browser/chromeos/login/mock_login_utils.cc', | 85 'browser/chromeos/login/mock_login_utils.cc', |
86 'browser/chromeos/login/mock_login_utils.h', | 86 'browser/chromeos/login/mock_login_utils.h', |
87 'browser/chromeos/login/mock_url_fetchers.cc', | 87 'browser/chromeos/login/mock_url_fetchers.cc', |
88 'browser/chromeos/login/mock_url_fetchers.h', | 88 'browser/chromeos/login/mock_url_fetchers.h', |
89 'browser/chromeos/login/mock_user_image_manager.cc', | 89 'browser/chromeos/login/mock_user_image_manager.cc', |
90 'browser/chromeos/login/mock_user_image_manager.h', | 90 'browser/chromeos/login/mock_user_image_manager.h', |
91 'browser/chromeos/login/mock_user_manager.cc', | 91 'browser/chromeos/login/mock_user_manager.cc', |
92 'browser/chromeos/login/mock_user_manager.h', | 92 'browser/chromeos/login/mock_user_manager.h', |
| 93 'browser/chromeos/net/mock_connectivity_state_helper.cc', |
| 94 'browser/chromeos/net/mock_connectivity_state_helper.h', |
93 'browser/chromeos/policy/device_policy_builder.cc', | 95 'browser/chromeos/policy/device_policy_builder.cc', |
94 'browser/chromeos/policy/device_policy_builder.h', | 96 'browser/chromeos/policy/device_policy_builder.h', |
95 'browser/chromeos/settings/device_settings_test_helper.cc', | 97 'browser/chromeos/settings/device_settings_test_helper.cc', |
96 'browser/chromeos/settings/device_settings_test_helper.h', | 98 'browser/chromeos/settings/device_settings_test_helper.h', |
97 'browser/chromeos/settings/mock_owner_key_util.cc', | 99 'browser/chromeos/settings/mock_owner_key_util.cc', |
98 'browser/chromeos/settings/mock_owner_key_util.h', | 100 'browser/chromeos/settings/mock_owner_key_util.h', |
99 'browser/chromeos/system/mock_statistics_provider.cc', | 101 'browser/chromeos/system/mock_statistics_provider.cc', |
100 'browser/chromeos/system/mock_statistics_provider.h', | 102 'browser/chromeos/system/mock_statistics_provider.h', |
101 # The only thing used from browser is Browser::Type. | 103 # The only thing used from browser is Browser::Type. |
102 'browser/download/download_test_file_activity_observer.cc', | 104 'browser/download/download_test_file_activity_observer.cc', |
(...skipping 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2408 # more details. | 2410 # more details. |
2409 'DebugInformationFormat': '3', | 2411 'DebugInformationFormat': '3', |
2410 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2412 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2411 }, | 2413 }, |
2412 }, | 2414 }, |
2413 }, | 2415 }, |
2414 ], | 2416 ], |
2415 }], | 2417 }], |
2416 ], # 'conditions' | 2418 ], # 'conditions' |
2417 } | 2419 } |
OLD | NEW |