1# Copyright 2019 The ANGLE Project Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# Override for angle_root 6angle_root = "//" 7 8# True if ANGLE can access build/, testing/ and other Chrome folders. 9angle_has_build = true 10 11# Declares the maximum supported VulkanMemoryAllocator version by the client 12# in format AAABBBCCC, where AAA = major, BBB = minor, CCC = patch. 13# The VulkanMemoryAllocator version may be found in its CHANGELOG.md. 14angle_vma_version = 2003000 15 16# Overrides for ANGLE's dependencies 17angle_abseil_cpp_dir = "//third_party/abseil-cpp" 18angle_glslang_dir = "//third_party/vulkan-deps/glslang/src" 19angle_googletest_dir = "//third_party/googletest/src" 20angle_jsoncpp_dir = "//third_party/jsoncpp" 21angle_libjpeg_turbo_dir = "//third_party/libjpeg_turbo" 22angle_libpng_dir = "//third_party/libpng" 23angle_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src" 24angle_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src" 25angle_vulkan_memory_allocator_dir = "//third_party/vulkan_memory_allocator" 26