summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-11-30 13:43:44 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-30 21:45:24 +0000
commite09d75a166c85e63025342906e29bcd52d4baeac (patch)
treebe9f3b1f7bf4d6cd6ed35d5972883f7881d26619 /gpu/gpu.gyp
parent9dbc13d909b0a86689574286dc4c493a31326a77 (diff)
downloadchromium_src-e09d75a166c85e63025342906e29bcd52d4baeac.zip
chromium_src-e09d75a166c85e63025342906e29bcd52d4baeac.tar.gz
chromium_src-e09d75a166c85e63025342906e29bcd52d4baeac.tar.bz2
Update ANGLE+dEQP integration.
This CL adds the EGL test target, as well as updates the Chromium integration with dEQP to match the ANGLE-side CL. The isolates no longer bundle in case lists with gzip files, but instead pull the test cases directly from the dEQP Android CTS must pass list. BUG=angleproject:1236 Review URL: https://codereview.chromium.org/1479323002 Cr-Commit-Position: refs/heads/master@{#362227}
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index d543c56..777c61d 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -869,6 +869,22 @@
'angle_deqp_tests_main.cc',
],
},
+ {
+ 'target_name': 'angle_deqp_egl_tests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
+ '../third_party/angle/src/tests/tests.gyp:angle_deqp_gtest_support',
+ '../third_party/angle/src/tests/tests.gyp:angle_deqp_libegl',
+ ],
+ 'includes': [
+ '../third_party/angle/build/common_defines.gypi',
+ ],
+ 'sources': [
+ 'angle_deqp_tests_main.cc',
+ ],
+ },
],
}],
['OS == "android" and test_isolation_mode != "noop"',