blob: 85d4d95c2d40815e2227dfd0c81ddd27c026932f [file] [log] [blame]
Stephen White77fcdf72021-01-11 15:52:12 +00001# Copyright 2020 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
15# Override for angle_root
16angle_root = "//third_party/angle"
17
18# True if ANGLE can access build/, testing/ and other Chrome folders.
19angle_has_build = true
20
21# Paths to ANGLE dependencies in Dawn
22angle_glslang_dir = "//third_party/vulkan-deps/glslang/src"
23angle_spirv_cross_dir = "//third_party/vulkan-deps/spirv-cross/src"
24angle_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"
25angle_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
26angle_vulkan_memory_allocator_dir = "//third_party/vulkan_memory_allocator"