blob: 9463e666d7c797142b4a03414e4d0dd7522908be [file] [log] [blame]
Li, Hao0e1bef32019-11-07 12:13:27 +00001# Copyright 2019 The Dawn Authors
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Corentin Walleze98e8572021-04-06 12:01:58 +000015import("//build_overrides/vulkan_common.gni")
16
Li, Hao0e1bef32019-11-07 12:13:27 +000017# These are variables that are overridable by projects that include Dawn.
18# The values in this file are the defaults for when we are building from
19# Dawn's repository.
Stephen Whitef1fa60b2021-01-06 17:41:50 +000020vvl_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
21vvl_glslang_dir = "//third_party/vulkan-deps/glslang/src"
Li, Hao0e1bef32019-11-07 12:13:27 +000022
Dawn Autoroller2ed5c1c2021-12-21 19:14:52 +000023# Forward to ozone_platform_x11 when inside Dawn's repository
Corentin Wallez955f8a32020-04-16 17:24:16 +000024import("../scripts/dawn_features.gni")
Austin Engf30f3a92021-12-21 00:52:41 +000025ozone_platform_x11 = dawn_use_x11