Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b09f16e

Browse files
null77Commit Bot
authored andcommitted
Don't pull in Vulkan headers in Skia standalone.
Bug: angleproject:5118 Change-Id: I92f4932b9d0c0413703177d13ae526307327a710 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2442382 Reviewed-by: Jamie Madill <[email protected]> Commit-Queue: Jamie Madill <[email protected]>
1 parent b390d8b commit b09f16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ angle_static_library("angle_gpu_info_util") {
363363
libs = []
364364
defines = []
365365

366-
if (!is_chromeos) {
366+
if (!is_chromeos && angle_has_build) {
367367
sources += libangle_gpu_info_util_vulkan_sources
368368
deps += [ "$angle_root/third_party/vulkan-headers/src:vulkan_headers" ]
369369
}

0 commit comments

Comments
 (0)