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

Unified Diff: chrome/chrome_tests.gypi

Issue 26570007: Add minidump_stackwalk and chrome to chromium_gpu*_builder targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add chrome dependency Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698