Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 223163003: Remove the remaining automation-based tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'renderer/chrome_mock_render_thread.cc', 210 'renderer/chrome_mock_render_thread.cc',
211 'renderer/chrome_mock_render_thread.h', 211 'renderer/chrome_mock_render_thread.h',
212 'renderer/media/mock_webrtc_logging_message_filter.cc', 212 'renderer/media/mock_webrtc_logging_message_filter.cc',
213 'renderer/media/mock_webrtc_logging_message_filter.h', 213 'renderer/media/mock_webrtc_logging_message_filter.h',
214 'renderer/mock_printer.cc', 214 'renderer/mock_printer.cc',
215 'renderer/mock_printer.h', 215 'renderer/mock_printer.h',
216 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 216 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
217 'renderer/safe_browsing/mock_feature_extractor_clock.h', 217 'renderer/safe_browsing/mock_feature_extractor_clock.h',
218 'renderer/safe_browsing/test_utils.cc', 218 'renderer/safe_browsing/test_utils.cc',
219 'renderer/safe_browsing/test_utils.h', 219 'renderer/safe_browsing/test_utils.h',
220 'test/automation/automation_handle_tracker.cc',
221 'test/automation/automation_handle_tracker.h',
222 'test/automation/automation_proxy.cc',
223 'test/automation/automation_proxy.h',
224 'test/automation/browser_proxy.cc',
225 'test/automation/browser_proxy.h',
226 'test/automation/tab_proxy.cc',
227 'test/automation/tab_proxy.h',
228 'test/automation/window_proxy.cc',
229 'test/automation/window_proxy.h',
230 'test/base/chrome_process_util.cc', 220 'test/base/chrome_process_util.cc',
231 'test/base/chrome_process_util.h', 221 'test/base/chrome_process_util.h',
232 'test/base/chrome_process_util_mac.cc', 222 'test/base/chrome_process_util_mac.cc',
233 'test/base/chrome_render_view_host_test_harness.cc', 223 'test/base/chrome_render_view_host_test_harness.cc',
234 'test/base/chrome_render_view_host_test_harness.h', 224 'test/base/chrome_render_view_host_test_harness.h',
235 'test/base/chrome_test_launcher.cc', 225 'test/base/chrome_test_launcher.cc',
236 'test/base/chrome_test_launcher.h', 226 'test/base/chrome_test_launcher.h',
237 'test/base/chrome_test_suite.cc', 227 'test/base/chrome_test_suite.cc',
238 'test/base/chrome_test_suite.h', 228 'test/base/chrome_test_suite.h',
239 'test/base/chrome_unit_test_suite.cc', 229 'test/base/chrome_unit_test_suite.cc',
(...skipping 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 'browser/ui/autofill/country_combobox_model_unittest.cc', 2224 'browser/ui/autofill/country_combobox_model_unittest.cc',
2235 'browser/ui/autofill/data_model_wrapper_unittest.cc', 2225 'browser/ui/autofill/data_model_wrapper_unittest.cc',
2236 'browser/ui/autofill/mock_address_validator.cc', 2226 'browser/ui/autofill/mock_address_validator.cc',
2237 'browser/ui/autofill/mock_address_validator.h', 2227 'browser/ui/autofill/mock_address_validator.h',
2238 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc', 2228 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
2239 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h', 2229 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
2240 'browser/ui/autofill/test_autofill_credit_card_bubble.cc', 2230 'browser/ui/autofill/test_autofill_credit_card_bubble.cc',
2241 'browser/ui/autofill/test_autofill_credit_card_bubble.h', 2231 'browser/ui/autofill/test_autofill_credit_card_bubble.h',
2242 ], 2232 ],
2243 }], 2233 }],
2244 ['enable_automation!=1', {
2245 'sources/': [
2246 ['exclude', '^browser/automation/'],
2247 ],
2248 }],
2249 ['enable_plugins==0', { 2234 ['enable_plugins==0', {
2250 'sources/': [ 2235 'sources/': [
2251 ['exclude', '^browser/plugins/'], 2236 ['exclude', '^browser/plugins/'],
2252 ], 2237 ],
2253 'sources!': [ 2238 'sources!': [
2254 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 2239 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
2255 ], 2240 ],
2256 }], 2241 }],
2257 ['enable_printing!=1', { 2242 ['enable_printing!=1', {
2258 'sources/': [ 2243 'sources/': [
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
2894 'browser/ui/app_list/test/fake_profile_store.h', 2879 'browser/ui/app_list/test/fake_profile_store.h',
2895 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2880 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2896 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2881 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2897 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2882 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2898 ], 2883 ],
2899 }, 2884 },
2900 ], 2885 ],
2901 }], 2886 }],
2902 ], # 'conditions' 2887 ], # 'conditions'
2903 } 2888 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698