| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 86f542d3c32284fa4f88963e392bd5d771c64603..de3f827dd900b3225d94aa0b796d13de6b83a702 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2504,21 +2504,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"', {
|
| @@ -2936,7 +2921,6 @@
|
| '../url/url.gyp:url_unittests',
|
| 'browser_tests',
|
| 'chromedriver_unittests',
|
| - 'gpu_tests',
|
| 'performance_ui_tests',
|
| 'pyautolib',
|
| 'sync_integration_tests',
|
|
|