diff options
author | Greg Daniel <egdaniel@google.com> | 2018-06-15 16:22:05 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-15 20:47:45 +0000 |
commit | 37eef455fbc258c1009f95f8b28ce2ff45f2534e (patch) | |
tree | 620de3828e94e950d1f30da8a3d96f2c4b6a806c | |
parent | dde9b52f9d7a24d22902023e0fed53c958773f37 (diff) |
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 <bungeman@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
-rw-r--r-- | third_party/vulkanmemoryallocator/BUILD.gn | 1 |
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" ] |