aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/vulkanmemoryallocator/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/vulkanmemoryallocator/BUILD.gn')
-rw-r--r--third_party/vulkanmemoryallocator/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/vulkanmemoryallocator/BUILD.gn b/third_party/vulkanmemoryallocator/BUILD.gn
index 796330ed7f..e15ea0c563 100644
--- a/third_party/vulkanmemoryallocator/BUILD.gn
+++ b/third_party/vulkanmemoryallocator/BUILD.gn
@@ -13,6 +13,7 @@ source_set("vulkanmemoryallocator") {
# Need to add this so when we include GrVkDefines.h it internally can find SkTypes.h which is
# needed in case the user set defines in SkUserConfig.h.
include_dirs = [ "../../include/core" ]
+ include_dirs += [ "../../include/config" ]
if (defined(is_skia_standalone) && is_skia_standalone && !is_official_build) {
include_dirs += [ "../../tools/gpu/vk" ]
include_dirs += [ "../../include/config" ]