summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-06-30 10:26:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-30 17:28:53 +0000
commit965a48279e0e60226118234b7fdfd00db215e754 (patch)
tree0d4dc7d286dbc6dbca99d3f79f76c149d19f1c3e /chrome/chrome_tests.gypi
parentbec2e5e8855096a1d3105dc85a696ff6a01afd95 (diff)
downloadchromium_src-965a48279e0e60226118234b7fdfd00db215e754.zip
chromium_src-965a48279e0e60226118234b7fdfd00db215e754.tar.gz
chromium_src-965a48279e0e60226118234b7fdfd00db215e754.tar.bz2
Add angle_deqp_tests target and isolate.
The dEQP tests provide extensive OpenGL ES2 coverage, and we plan to run them continuously on a Windows GPU FYI. Other platforms forthcoming. BUG=500736 TEST=bots, manual testing with run_isolated.py Review URL: https://codereview.chromium.org/1219623008 Cr-Commit-Position: refs/heads/master@{#336806}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi15
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 98c85c2..14db7fe 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3284,6 +3284,21 @@
},
],
}],
+ ['OS=="win"', {
+ 'targets': [
+ {
+ 'target_name': 'angle_deqp_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ '../gpu/gpu.gyp:angle_deqp_tests',
+ 'gpu_tests_base',
+ ],
+ 'sources': [
+ 'angle_deqp_tests.isolate',
+ ],
+ },
+ ],
+ }],
],
}],
],