From 7094c356a10a0497971a7a3a78b49ccf1c93c727 Mon Sep 17 00:00:00 2001 From: jmadill Date: Tue, 7 Jul 2015 11:34:43 -0700 Subject: 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} --- chrome/chrome_tests.gypi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'chrome/chrome_tests.gypi') 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', + ], + }, + ], + }], ], }], ], -- cgit v1.1