Commit 58c55c13 by Jamie Madill

Fix GN build for libGLESv2.dll.

In a previous fix to a Clang build error, we had neglected to update the GN build. Broken in commit 07d49ef5. BUG=angle:707 Change-Id: Ic11aa907d591540e915bec60f3bafaea471689d5 Reviewed-on: https://chromium-review.googlesource.com/210652Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarBrett Wilson <brettw@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent e294bb87
...@@ -151,7 +151,7 @@ if (is_win) { ...@@ -151,7 +151,7 @@ if (is_win) {
defines = [ defines = [
"ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ " + "ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ " +
"TEXT(\"d3dcompiler_46.dll\"), TEXT(\"d3dcompiler_43.dll\") }", "\"d3dcompiler_46.dll\", \"d3dcompiler_43.dll\" }",
"GL_APICALL=", "GL_APICALL=",
"GL_GLEXT_PROTOTYPES=", "GL_GLEXT_PROTOTYPES=",
"EGLAPI=", "EGLAPI=",
......
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