angle.gni 944 B

123456789101112131415161718192021
  1. # Copyright 2019 The Chromium 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. # Override for angle_root
  5. angle_root = "//third_party/angle"
  6. # True if ANGLE can access build/, testing/ and other Chrome folders.
  7. angle_has_build = true
  8. # Overrides for ANGLE's dependencies
  9. angle_glslang_dir = "//third_party/vulkan-deps/glslang/src"
  10. angle_googletest_dir = "//third_party/googletest/src"
  11. angle_jsoncpp_dir = "//third_party/jsoncpp"
  12. angle_libjpeg_turbo_dir = "//third_party/libjpeg_turbo"
  13. angle_libpng_dir = "//third_party/libpng"
  14. angle_spirv_cross_dir = "//third_party/vulkan-deps/spirv-cross/src"
  15. angle_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"
  16. angle_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
  17. angle_vulkan_memory_allocator_dir = "//third_party/vulkan_memory_allocator"
  18. angle_wayland_dir = "//third_party/wayland/src"