spirv_tools.gni 415 B

12345678910
  1. # Copyright 2018 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. # We are building inside Chromium
  5. spirv_tools_standalone = false
  6. # Paths to SPIRV-Tools dependencies in Chromium
  7. spirv_tools_googletest_dir = "//third_party/googletest/src"
  8. spirv_tools_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"