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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10389111: Convert the remaining plugin_tests from ui_tests to browser_tests. Also remove the remaining refere… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Don't run if the test data isn't there (since it's not public) Created 8 years, 7 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/browser/plugin_test.cc ('k') | chrome/test/data/npapi/layout_test_plugin.html » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 }, 678 },
679 }, # configurations 679 }, # configurations
680 }, { # else: OS != "win" 680 }, { # else: OS != "win"
681 'sources!': [ 681 'sources!': [
682 'browser/ui/views/constrained_window_views_browsertest.cc', 682 'browser/ui/views/constrained_window_views_browsertest.cc',
683 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 683 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
684 ], 684 ],
685 }], # OS != "win" 685 }], # OS != "win"
686 ], # conditions 686 ], # conditions
687 }, 687 },
688 # TODO(jam): delete ui_tests target once no tests use this.
689 {
690 'target_name': 'ui_tests',
691 'type': 'executable',
692 'dependencies': [
693 '../testing/gtest.gyp:gtest',
694 '../base/base.gyp:test_support_base',
695 ],
696 'include_dirs': [
697 '..',
698 ],
699 'sources': [
700 '../jingle/run_all_unittests.cc',
701 ],
702 'conditions': [
703 ['OS=="win"', {
704 'configurations': {
705 'Debug_Base': {
706 'msvs_settings': {
707 'VCLinkerTool': {
708 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
709 },
710 },
711 },
712 },
713 }],
714 ],
715 },
716 { 688 {
717 # Third-party support sources for chromedriver_lib. 689 # Third-party support sources for chromedriver_lib.
718 'target_name': 'chromedriver_support', 690 'target_name': 'chromedriver_support',
719 'type': 'static_library', 691 'type': 'static_library',
720 'sources': [ 692 'sources': [
721 '../third_party/mongoose/mongoose.c', 693 '../third_party/mongoose/mongoose.c',
722 '../third_party/mongoose/mongoose.h', 694 '../third_party/mongoose/mongoose.h',
723 '../third_party/webdriver/atoms.cc', 695 '../third_party/webdriver/atoms.cc',
724 '../third_party/webdriver/atoms.h', 696 '../third_party/webdriver/atoms.h',
725 ], 697 ],
(...skipping 3450 matching lines...) Expand 10 before | Expand all | Expand 10 after
4176 # software rasterizer. 4148 # software rasterizer.
4177 'target_name': 'soft_gpu_tests', 4149 'target_name': 'soft_gpu_tests',
4178 'type': 'executable', 4150 'type': 'executable',
4179 'includes': [ 4151 'includes': [
4180 'test/gpu/test_support_gpu.gypi' 4152 'test/gpu/test_support_gpu.gypi'
4181 ], 4153 ],
4182 'sources': [ 4154 'sources': [
4183 'test/gpu/gpu_pixel_browsertest.cc', 4155 'test/gpu/gpu_pixel_browsertest.cc',
4184 ], 4156 ],
4185 }, 4157 },
4186 {
4187 'target_name': 'plugin_tests',
4188 'type': 'executable',
4189 'dependencies': [
4190 'chrome',
4191 'chrome_resources.gyp:chrome_resources',
4192 'chrome_resources.gyp:chrome_strings',
4193 'test_support_common',
4194 'test_support_ui',
4195 '../skia/skia.gyp:skia',
4196 '../testing/gtest.gyp:gtest',
4197 '../third_party/libxslt/libxslt.gyp:libxslt',
4198 '../third_party/npapi/npapi.gyp:npapi',
4199 ],
4200 'include_dirs': [
4201 '..',
4202 ],
4203 'sources': [
4204 'browser/plugin_test.cc',
4205 ],
4206 'conditions': [
4207 ['OS=="win"', {
4208 'dependencies': [
4209 'security_tests', # run time dependency
4210 ],
4211 'conditions': [
4212 ['win_use_allocator_shim==1', {
4213 'dependencies': [
4214 '<(allocator_target)',
4215 ],
4216 }],
4217 ],
4218 'include_dirs': [
4219 '<(DEPTH)/third_party/wtl/include',
4220 ],
4221 },],
4222 ],
4223 },
4224 ], 4158 ],
4225 'conditions': [ 4159 'conditions': [
4226 ['OS=="mac"', { 4160 ['OS=="mac"', {
4227 'targets': [ 4161 'targets': [
4228 { 4162 {
4229 # This is the mac equivalent of the security_tests target below. It 4163 # This is the mac equivalent of the security_tests target below. It
4230 # generates a framework bundle which bundles tests to be run in a 4164 # generates a framework bundle which bundles tests to be run in a
4231 # renderer process. The test code is built as a framework so it can be 4165 # renderer process. The test code is built as a framework so it can be
4232 # run in the context of a renderer without shipping the code to end 4166 # run in the context of a renderer without shipping the code to end
4233 # users. 4167 # users.
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
4707 # Use outputs of this action as inputs for the main target build. 4641 # Use outputs of this action as inputs for the main target build.
4708 # Seems as a misnomer but makes this happy on Linux (scons). 4642 # Seems as a misnomer but makes this happy on Linux (scons).
4709 'process_outputs_as_sources': 1, 4643 'process_outputs_as_sources': 1,
4710 }, 4644 },
4711 ], # 'actions' 4645 ], # 'actions'
4712 }, 4646 },
4713 ] 4647 ]
4714 }], # 'coverage!=0' 4648 }], # 'coverage!=0'
4715 ], # 'conditions' 4649 ], # 'conditions'
4716 } 4650 }
OLDNEW
« no previous file with comments | « chrome/browser/plugin_test.cc ('k') | chrome/test/data/npapi/layout_test_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698