Chromium Code Reviews| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 98 'browser/chromeos/settings/device_settings_test_helper.h', | 98 'browser/chromeos/settings/device_settings_test_helper.h', |
| 99 'browser/chromeos/settings/mock_owner_key_util.cc', | 99 'browser/chromeos/settings/mock_owner_key_util.cc', |
| 100 'browser/chromeos/settings/mock_owner_key_util.h', | 100 'browser/chromeos/settings/mock_owner_key_util.h', |
| 101 'browser/chromeos/system/mock_statistics_provider.cc', | 101 'browser/chromeos/system/mock_statistics_provider.cc', |
| 102 'browser/chromeos/system/mock_statistics_provider.h', | 102 'browser/chromeos/system/mock_statistics_provider.h', |
| 103 # The only thing used from browser is Browser::Type. | 103 # The only thing used from browser is Browser::Type. |
| 104 'browser/download/download_test_file_chooser_observer.cc', | 104 'browser/download/download_test_file_chooser_observer.cc', |
| 105 'browser/download/download_test_file_chooser_observer.h', | 105 'browser/download/download_test_file_chooser_observer.h', |
| 106 'browser/download/test_download_shelf.cc', | 106 'browser/download/test_download_shelf.cc', |
| 107 'browser/download/test_download_shelf.h', | 107 'browser/download/test_download_shelf.h', |
| 108 'browser/extensions/extension_apitest.cc', | |
| 109 'browser/extensions/extension_apitest.h', | |
| 110 'browser/extensions/extension_browsertest.cc', | |
| 111 'browser/extensions/extension_browsertest.h', | |
|
asargent_no_longer_on_chrome
2012/11/28 20:32:13
These classes have a bunch of pretty browser-speci
scheib
2012/11/28 20:58:12
Yes, moved so the test can run in interactive_ui_t
| |
| 108 'browser/extensions/mock_extension_special_storage_policy.cc', | 112 'browser/extensions/mock_extension_special_storage_policy.cc', |
| 109 'browser/extensions/mock_extension_special_storage_policy.h', | 113 'browser/extensions/mock_extension_special_storage_policy.h', |
| 110 'browser/extensions/test_extension_prefs.cc', | 114 'browser/extensions/test_extension_prefs.cc', |
| 111 'browser/extensions/test_extension_prefs.h', | 115 'browser/extensions/test_extension_prefs.h', |
| 112 'browser/extensions/test_extension_service.cc', | 116 'browser/extensions/test_extension_service.cc', |
| 113 'browser/extensions/test_extension_service.h', | 117 'browser/extensions/test_extension_service.h', |
| 114 'browser/extensions/test_extension_system.cc', | 118 'browser/extensions/test_extension_system.cc', |
| 115 'browser/extensions/test_extension_system.h', | 119 'browser/extensions/test_extension_system.h', |
| 116 'browser/extensions/test_management_policy.cc', | 120 'browser/extensions/test_management_policy.cc', |
| 117 'browser/extensions/test_management_policy.h', | 121 'browser/extensions/test_management_policy.h', |
| (...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2293 'unit_tests.isolate', | 2297 'unit_tests.isolate', |
| 2294 ], | 2298 ], |
| 2295 'sources': [ | 2299 'sources': [ |
| 2296 'unit_tests.isolate', | 2300 'unit_tests.isolate', |
| 2297 ], | 2301 ], |
| 2298 }, | 2302 }, |
| 2299 ], | 2303 ], |
| 2300 }], | 2304 }], |
| 2301 ], # 'conditions' | 2305 ], # 'conditions' |
| 2302 } | 2306 } |
| OLD | NEW |