summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-07-23 06:25:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 13:26:00 +0000
commitde540953570e2c6fe38271ff07f63cc3b68148cf (patch)
tree8420a485b328586ad59d966685e7f92104b35cd1 /chrome/chrome_tests.gypi
parent0faad043887a87ff4487d83dae319aa202c66d0d (diff)
downloadchromium_src-de540953570e2c6fe38271ff07f63cc3b68148cf.zip
chromium_src-de540953570e2c6fe38271ff07f63cc3b68148cf.tar.gz
chromium_src-de540953570e2c6fe38271ff07f63cc3b68148cf.tar.bz2
Add ANGLE dEQP-GLES3 tests.
This will allow us to put the GLES3 tests on the GPU FYI bots. Also remove the old expectations file from the isolate. BUG=510822 Review URL: https://codereview.chromium.org/1249623006 Cr-Commit-Position: refs/heads/master@{#340082}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 9de0536..c162164 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3342,6 +3342,17 @@
'angle_deqp_gles2_tests.isolate',
],
},
+ {
+ 'target_name': 'angle_deqp_gles3_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ '../gpu/gpu.gyp:angle_deqp_gles3_tests',
+ 'gpu_tests_base',
+ ],
+ 'sources': [
+ 'angle_deqp_gles3_tests.isolate',
+ ],
+ },
],
}],
],