OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |