Commit d04b066b authored by Maciek Kumorek's avatar Maciek Kumorek Committed by Commit Bot

Add :build_flags dep to //gpu/vulkan:vulkan


This fixes an dependency problem where build_flags headers may be missing
causing build flakiness.

Bug: 1106917
Change-Id: If15a0e54055e7fd9d84cbba119b4f03e262b71d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304102Reviewed-by: default avatarPeng Huang <penghuang@chromium.org>
Commit-Queue: Maciek Kumorek <makumo@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#790944}
parent 38e6bc11
...@@ -107,6 +107,7 @@ if (enable_vulkan) { ...@@ -107,6 +107,7 @@ if (enable_vulkan) {
defines = [ "IS_VULKAN_IMPL" ] defines = [ "IS_VULKAN_IMPL" ]
deps = [ deps = [
":buildflags",
"//base", "//base",
"//base/util/type_safety", "//base/util/type_safety",
"//components/crash/core/common:crash_key", "//components/crash/core/common:crash_key",
......
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