1# Copyright 2023 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 5import("//build_overrides/angle.gni") 6import("//gni/angle.gni") 7 8# LLVM source location 9clspv_llvm_dir = angle_llvm_dir 10 11# clspv gn dir location 12clspv_gn_dir = "//third_party/clspv/gn" 13 14# SPIRV tools 15spirv_tools_dir = angle_spirv_tools_dir 16 17# configs that need adjustment 18clspv_configs_to_append = [] 19clspv_configs_to_remove = [ "//build/config/compiler:chromium_code" ] 20if (is_clang) { 21 clspv_configs_to_remove += [ "//build/config/clang:extra_warnings" ] 22} 23