Commit 657cd684 by John Abd-El-Malek Committed by Shannon Woods

Fixes for Angle to build with Windows GN.

Change-Id: Id38c4b11dba31b2779efa7beade481cd50f3d935 Reviewed-on: https://chromium-review.googlesource.com/227692Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Tested-by: 's avatarShannon Woods <shannonwoods@chromium.org>
parent 9abdc2d8
......@@ -226,6 +226,10 @@ if (is_win) {
"//build/config/compiler:no_chromium_code",
]
if (angle_enable_d3d11) {
defines += [ "ANGLE_ENABLE_D3D11" ]
}
if (is_debug) {
defines += [
"ANGLE_ENABLE_PERF",
......
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