From 37eef455fbc258c1009f95f8b28ce2ff45f2534e Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Fri, 15 Jun 2018 16:22:05 -0400 Subject: Add include/config to vulkan memory allocator build. Bug: skia: Change-Id: Ic5e35c6d89203fcad734349afc421e84388997fb Reviewed-on: https://skia-review.googlesource.com/135322 Reviewed-by: Ben Wagner Commit-Queue: Greg Daniel --- third_party/vulkanmemoryallocator/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/vulkanmemoryallocator') 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" ] -- cgit v1.2.3