summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-07-07 11:34:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-07 18:35:29 +0000
commit7094c356a10a0497971a7a3a78b49ccf1c93c727 (patch)
treefc51a8808b31a1fd8410c93e874956ab2af72565 /chrome/chrome_tests.gypi
parent555909a7b439b09f29c9630a7cbd4af36c6b6422 (diff)
downloadchromium_src-7094c356a10a0497971a7a3a78b49ccf1c93c727.zip
chromium_src-7094c356a10a0497971a7a3a78b49ccf1c93c727.tar.gz
chromium_src-7094c356a10a0497971a7a3a78b49ccf1c93c727.tar.bz2
Add angle_deqp_tests target and isolate.
*re-land to only build on testing configs* 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/1206373008 Cr-Commit-Position: refs/heads/master@{#337651}
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 b6832fc..f75429e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3307,6 +3307,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',
+ ],
+ },
+ ],
+ }],
],
}],
],