| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 889f31eeb0be8b4411d1eb0acf1c1e3d55488f9c..14e560dfb284fa0597f8064503bf68c4c59062e6 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2506,21 +2506,6 @@
|
| }],
|
| ],
|
| },
|
| - {
|
| - # Executable that contains all the tests to be run on the GPU bots.
|
| - 'target_name': 'gpu_tests',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - # Runtime dependencies
|
| - '../third_party/mesa/mesa.gyp:osmesa',
|
| - ],
|
| - 'includes': [
|
| - 'test/gpu/test_support_gpu.gypi'
|
| - ],
|
| - 'sources': [
|
| - 'test/gpu/gpu_feature_browsertest.cc',
|
| - ],
|
| - },
|
| ],
|
| 'conditions': [
|
| ['OS=="mac"', {
|
| @@ -2938,7 +2923,6 @@
|
| '../url/url.gyp:url_unittests',
|
| 'browser_tests',
|
| 'chromedriver_unittests',
|
| - 'gpu_tests',
|
| 'performance_ui_tests',
|
| 'pyautolib',
|
| 'sync_integration_tests',
|
|
|