Commit e55374f7 by Jamie Madill Committed by Commit Bot

GN: Explicitly add several Windows libs.

These were not implicitly added in the Skia build. Bug: angleproject:4046 Change-Id: I0acdb4056e4598ea372b650dbd8044fe680187b1 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1877483Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 8ab0bf1f
...@@ -629,6 +629,14 @@ angle_source_set("libANGLE_base") { ...@@ -629,6 +629,14 @@ angle_source_set("libANGLE_base") {
":includes", ":includes",
] ]
if (is_win) {
libs += [
"delayimp.lib",
"gdi32.lib",
"user32.lib",
]
}
if (angle_enable_vulkan) { if (angle_enable_vulkan) {
public_deps += [ "src/libANGLE/renderer/vulkan:angle_vulkan_backend" ] public_deps += [ "src/libANGLE/renderer/vulkan:angle_vulkan_backend" ]
} }
......
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