tint.gni 510 B

12345678910111213
  1. # Copyright 2020 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. tint_root_dir = "//third_party/dawn"
  5. tint_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
  6. tint_googletest_dir = "//third_party/googletest/src"
  7. tint_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"
  8. tint_build_spv_reader = true
  9. tint_build_spv_writer = true
  10. tint_build_wgsl_reader = true
  11. tint_build_wgsl_writer = true