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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3031028: Pepper3D test passes on trybots but fails on buildbots. I am guessing osmesa ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'test/ui/sunspider_uitest.cc', 338 'test/ui/sunspider_uitest.cc',
339 'test/ui/v8_benchmark_uitest.cc', 339 'test/ui/v8_benchmark_uitest.cc',
340 'worker/worker_uitest.cc', 340 'worker/worker_uitest.cc',
341 ], 341 ],
342 'conditions': [ 342 'conditions': [
343 # http://code.google.com/p/chromium/issues/detail?id=18337 343 # http://code.google.com/p/chromium/issues/detail?id=18337
344 ['target_arch!="x64" and target_arch!="arm"', { 344 ['target_arch!="x64" and target_arch!="arm"', {
345 'dependencies': [ 345 'dependencies': [
346 '../webkit/webkit.gyp:npapi_test_plugin', 346 '../webkit/webkit.gyp:npapi_test_plugin',
347 '../webkit/webkit.gyp:npapi_pepper_test_plugin', 347 '../webkit/webkit.gyp:npapi_pepper_test_plugin',
348 '../third_party/mesa/mesa.gyp:osmesa',
348 ], 349 ],
349 }], 350 }],
350 ['OS=="linux"', { 351 ['OS=="linux"', {
351 'dependencies': [ 352 'dependencies': [
352 '../build/linux/system.gyp:gtk', 353 '../build/linux/system.gyp:gtk',
353 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 354 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
354 ], 355 ],
355 }, { # else: OS != "linux" 356 }, { # else: OS != "linux"
356 'sources!': [ 357 'sources!': [
357 'browser/process_singleton_linux_uitest.cc', 358 'browser/process_singleton_linux_uitest.cc',
(...skipping 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 ] 2735 ]
2735 }], # 'coverage!=0' 2736 }], # 'coverage!=0'
2736 ], # 'conditions' 2737 ], # 'conditions'
2737 } 2738 }
2738 2739
2739 # Local Variables: 2740 # Local Variables:
2740 # tab-width:2 2741 # tab-width:2
2741 # indent-tabs-mode:nil 2742 # indent-tabs-mode:nil
2742 # End: 2743 # End:
2743 # vim: set expandtab tabstop=2 shiftwidth=2: 2744 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698