[go: nahoru, domu]

blob: 558b1a31b87f9dc2092199e702cd5db6c8d20ea9 [file] [log] [blame]
Avi Drissman73a09d12022-09-08 20:33:381# Copyright 2020 The Chromium Authors
Ryan Harrisoncfb9fee2020-07-15 17:26:582# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Sunny Sachanandani07047c82023-04-25 02:15:205import("//skia/features.gni")
6
Ryan Harrisond547c882022-04-07 09:07:407tint_root_dir = "//third_party/dawn"
Jamie Madill178f84e2020-12-18 00:47:588tint_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
Ryan Harrisoncfb9fee2020-07-15 17:26:589tint_googletest_dir = "//third_party/googletest/src"
Jamie Madill178f84e2020-12-18 00:47:5810tint_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"
Ryan Harrisoncfb9fee2020-07-15 17:26:5811
Brian Osman60c5e022023-11-22 18:09:3912tint_build_spv_reader = false
Ryan Harrisoncfb9fee2020-07-15 17:26:5813tint_build_spv_writer = true
14tint_build_wgsl_reader = true
15tint_build_wgsl_writer = true