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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11783078: Remove certain gpu crash tests from gpu_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « no previous file | chrome/test/gpu/gpu_crash_browsertest.cc » ('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 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2231 'target_name': 'gpu_tests', 2231 'target_name': 'gpu_tests',
2232 'type': 'executable', 2232 'type': 'executable',
2233 'dependencies': [ 2233 'dependencies': [
2234 # Runtime dependencies 2234 # Runtime dependencies
2235 '../third_party/mesa/mesa.gyp:osmesa', 2235 '../third_party/mesa/mesa.gyp:osmesa',
2236 ], 2236 ],
2237 'includes': [ 2237 'includes': [
2238 'test/gpu/test_support_gpu.gypi' 2238 'test/gpu/test_support_gpu.gypi'
2239 ], 2239 ],
2240 'sources': [ 2240 'sources': [
2241 'test/gpu/gpu_crash_browsertest.cc',
2242 'test/gpu/gpu_feature_browsertest.cc', 2241 'test/gpu/gpu_feature_browsertest.cc',
2243 'test/gpu/gpu_mapsgl_endurance_browsertest.cc', 2242 'test/gpu/gpu_mapsgl_endurance_browsertest.cc',
2244 'test/gpu/gpu_pixel_browsertest.cc', 2243 'test/gpu/gpu_pixel_browsertest.cc',
2244 'test/gpu/webgl_infobar_browsertest.cc',
2245 ], 2245 ],
2246 }, 2246 },
2247 { 2247 {
2248 # Executable that contains a subset of the gpu tests which are run with a 2248 # Executable that contains a subset of the gpu tests which are run with a
2249 # software rasterizer. 2249 # software rasterizer.
2250 'target_name': 'soft_gpu_tests', 2250 'target_name': 'soft_gpu_tests',
2251 'type': 'executable', 2251 'type': 'executable',
2252 'includes': [ 2252 'includes': [
2253 'test/gpu/test_support_gpu.gypi' 2253 'test/gpu/test_support_gpu.gypi'
2254 ], 2254 ],
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
2862 'sync_integration_tests.isolate', 2862 'sync_integration_tests.isolate',
2863 ], 2863 ],
2864 'sources': [ 2864 'sources': [
2865 'sync_integration_tests.isolate', 2865 'sync_integration_tests.isolate',
2866 ], 2866 ],
2867 }, 2867 },
2868 ], 2868 ],
2869 }], 2869 }],
2870 ], # 'conditions' 2870 ], # 'conditions'
2871 } 2871 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/gpu/gpu_crash_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698