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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7491098: Remove selenium_tests, they're obsolete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « build/all.gyp ('k') | chrome/test/selenium/README » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3796 matching lines...) Expand 10 before | Expand all | Expand 10 after
3807 '..' 3807 '..'
3808 ], 3808 ],
3809 'sources': [ 3809 'sources': [
3810 '../sandbox/tests/validation_tests/commands.cc', 3810 '../sandbox/tests/validation_tests/commands.cc',
3811 '../sandbox/tests/validation_tests/commands.h', 3811 '../sandbox/tests/validation_tests/commands.h',
3812 '../sandbox/tests/common/controller.h', 3812 '../sandbox/tests/common/controller.h',
3813 'test/nacl_security_tests/nacl_security_tests_win.h', 3813 'test/nacl_security_tests/nacl_security_tests_win.h',
3814 'test/nacl_security_tests/nacl_security_tests_win.cc', 3814 'test/nacl_security_tests/nacl_security_tests_win.cc',
3815 ], 3815 ],
3816 }, 3816 },
3817 {
3818 'target_name': 'selenium_tests',
3819 'type': 'executable',
3820 'dependencies': [
3821 'chrome_resources',
3822 'chrome_strings',
3823 'test_support_common',
3824 'test_support_ui',
3825 '../skia/skia.gyp:skia',
3826 '../testing/gtest.gyp:gtest',
3827 ],
3828 'include_dirs': [
3829 '..',
3830 '<(DEPTH)/third_party/wtl/include',
3831 ],
3832 'sources': [
3833 'test/selenium/selenium_test.cc',
3834 ],
3835 'configurations': {
3836 'Debug_Base': {
3837 'msvs_settings': {
3838 'VCLinkerTool': {
3839 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
3840 },
3841 },
3842 },
3843 },
3844 'conditions': [
3845 ['OS=="win" and win_use_allocator_shim==1', {
3846 'dependencies': [
3847 '<(allocator_target)',
3848 ],
3849 },],
3850 ],
3851 },
3852 ]}, # 'targets' 3817 ]}, # 'targets'
3853 ], # OS=="win" 3818 ], # OS=="win"
3854 # If you change this condition, make sure you also change it in all.gyp 3819 # If you change this condition, make sure you also change it in all.gyp
3855 # for the chromium_builder_qa target. 3820 # for the chromium_builder_qa target.
3856 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc h)', { 3821 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc h)', {
3857 'targets': [ 3822 'targets': [
3858 { 3823 {
3859 # Documentation: http://dev.chromium.org/developers/testing/pyauto 3824 # Documentation: http://dev.chromium.org/developers/testing/pyauto
3860 'target_name': 'pyautolib', 3825 'target_name': 'pyautolib',
3861 'type': 'loadable_module', 3826 'type': 'loadable_module',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 # Use outputs of this action as inputs for the main target build. 4110 # Use outputs of this action as inputs for the main target build.
4146 # Seems as a misnomer but makes this happy on Linux (scons). 4111 # Seems as a misnomer but makes this happy on Linux (scons).
4147 'process_outputs_as_sources': 1, 4112 'process_outputs_as_sources': 1,
4148 }, 4113 },
4149 ], # 'actions' 4114 ], # 'actions'
4150 }, 4115 },
4151 ] 4116 ]
4152 }], # 'coverage!=0' 4117 }], # 'coverage!=0'
4153 ], # 'conditions' 4118 ], # 'conditions'
4154 } 4119 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/test/selenium/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698