Commit bf67aa80 by Geoff Lang

Temporarily disable Vulkan for the GN build.

BUG=709342 Change-Id: I980634700d364824af9f9b749fca0ec72abf68f8 Reviewed-on: https://chromium-review.googlesource.com/471507Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 067cdb4a
...@@ -15,7 +15,8 @@ if (is_win) { ...@@ -15,7 +15,8 @@ if (is_win) {
angle_enable_d3d9 = true angle_enable_d3d9 = true
angle_enable_d3d11 = true angle_enable_d3d11 = true
angle_enable_gl = true angle_enable_gl = true
angle_enable_vulkan = true # TODO(jmadill): Re-enable Vulkan after roll.
angle_enable_vulkan = false
import("//build/config/win/visual_studio_version.gni") import("//build/config/win/visual_studio_version.gni")
} else if (is_linux && use_x11 && !is_chromeos) { } else if (is_linux && use_x11 && !is_chromeos) {
......
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