Commit 6fd7472f by Jamie Madill

Disable dEQP in GN.

Change-Id: If2b3097f976a4433625b393c8562ea5d22c0c070 Reviewed-on: https://chromium-review.googlesource.com/322211Reviewed-by: 's avatarNico Weber <thakis@chromium.org> Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent c29968bb
...@@ -137,8 +137,10 @@ if (is_win) { ...@@ -137,8 +137,10 @@ if (is_win) {
### dEQP tests ### dEQP tests
###----------------------------------------------------- ###-----------------------------------------------------
# TODO(jmadill): Resolve issues with dEQP build.
# TODO(jmadill): Other platforms. # TODO(jmadill): Other platforms.
if (is_win || is_linux) { #if (is_win || is_linux) {
if (false) {
deqp_gypi = exec_script("//build/gypi_to_gn.py", deqp_gypi = exec_script("//build/gypi_to_gn.py",
[ [
rebase_path("deqp.gypi"), 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