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# Overrides for ANGLE's dependencies 12angle_abseil_cpp_dir = "//third_party/abseil-cpp" 13angle_glslang_dir = "//third_party/glslang/src" 14angle_googletest_dir = "//third_party/googletest/src" 15angle_jsoncpp_dir = "//third_party/jsoncpp" 16angle_libjpeg_turbo_dir = "//third_party/libjpeg_turbo" 17angle_libpng_dir = "//third_party/libpng" 18angle_spirv_headers_dir = "//third_party/spirv-headers/src" 19angle_spirv_tools_dir = "//third_party/spirv-tools/src" 20angle_vulkan_memory_allocator_dir = "//third_party/vulkan_memory_allocator" 21angle_clspv_dir = "//third_party/clspv" 22angle_llvm_dir = "//third_party/llvm/src" 23angle_dawn_dir = "//third_party/dawn" 24