summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-07-22 10:29:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-22 17:30:04 +0000
commit5fc297fb2b3587f8474df4dba5cd25c8d55f4fa8 (patch)
tree1a8cfe52e16df6343e41396deef4eea331f0d4fd /chrome/chrome_tests.gypi
parent1df940452fc8c705774fba68460fa825f0b7fa14 (diff)
downloadchromium_src-5fc297fb2b3587f8474df4dba5cd25c8d55f4fa8.zip
chromium_src-5fc297fb2b3587f8474df4dba5cd25c8d55f4fa8.tar.gz
chromium_src-5fc297fb2b3587f8474df4dba5cd25c8d55f4fa8.tar.bz2
Rename angle_deqp_tests to angle_deqp_gles2_tests.
This will allow us to make a new angle_deqp_gles3_tests target. Temporarily include two expectations files in the isolate, until we can make the switch in ANGLE, then disable the older file. Will require us to take the deqp_tests offline temporarily, or switch them very quickly after this lands, so we don't get any broken builds which look for the older names. BUG=510822 TEST=bots, manual testing with isolates. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1249693003 Cr-Commit-Position: refs/heads/master@{#339903}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1deb91b..39281b4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3332,14 +3332,14 @@
['OS=="win"', {
'targets': [
{
- 'target_name': 'angle_deqp_tests_run',
+ 'target_name': 'angle_deqp_gles2_tests_run',
'type': 'none',
'dependencies': [
- '../gpu/gpu.gyp:angle_deqp_tests',
+ '../gpu/gpu.gyp:angle_deqp_gles2_tests',
'gpu_tests_base',
],
'sources': [
- 'angle_deqp_tests.isolate',
+ 'angle_deqp_gles2_tests.isolate',
],
},
],