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.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/vulkanmemoryallocator/BUILD.gn b/third_party/vulkanmemoryallocator/BUILD.gn
index 946cdb7b1a..796330ed7f 100644
--- a/third_party/vulkanmemoryallocator/BUILD.gn
+++ b/third_party/vulkanmemoryallocator/BUILD.gn
@@ -10,10 +10,11 @@ config("vulkanmemoryallocator_public") {
source_set("vulkanmemoryallocator") {
public_configs = [ ":vulkanmemoryallocator_public" ]
- include_dirs = []
+ # 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" ]
if (defined(is_skia_standalone) && is_skia_standalone && !is_official_build) {
include_dirs += [ "../../tools/gpu/vk" ]
- include_dirs += [ "../../include/core" ]
include_dirs += [ "../../include/config" ]
}