blob: 873c59a84a202833196369d9dbf5237c75f4dc72 [file] [log] [blame]
Corentin Wallez382f3852018-10-15 20:46:381# 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
5# The paths to Dawn's dependencies
6dawn_glfw_dir = "//third_party/glfw/src"
7dawn_jinja2_dir = "//third_party/jinja2"
8dawn_googletest_dir = "//third_party/googletest/src"
9dawn_shaderc_dir = "//third_party/shaderc/src"
10dawn_spirv_cross_dir = "//third_party/spirv-cross/spirv-cross"
11dawn_spirv_tools_dir = "//third_party/SPIRV-Tools/src"