Commit bc69f3be by Jamie Madill

Build GN dEQP iff "build_angle_deqp_tests==true"

BUG=580045 Change-Id: Id19f843e8a04d38938b6827a7a64970eb088bcc6 Reviewed-on: https://chromium-review.googlesource.com/324760Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent f2523eb7
......@@ -137,10 +137,13 @@ if (is_win) {
### dEQP tests
###-----------------------------------------------------
# TODO(jmadill): Resolve issues with dEQP build.
declare_args() {
# Don't build dEQP by default.
build_angle_deqp_tests = false
}
# TODO(jmadill): Other platforms.
#if (is_win || is_linux) {
if (false) {
if (build_angle_deqp_tests) {
deqp_gypi = exec_script("//build/gypi_to_gn.py",
[
rebase_path("deqp.gypi"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment