Corentin Wallez | 382f385 | 2018-10-15 20:46:38 | [diff] [blame] | 1 | # 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 |
| 6 | dawn_glfw_dir = "//third_party/glfw/src" |
| 7 | dawn_jinja2_dir = "//third_party/jinja2" |
| 8 | dawn_googletest_dir = "//third_party/googletest/src" |
| 9 | dawn_shaderc_dir = "//third_party/shaderc/src" |
| 10 | dawn_spirv_cross_dir = "//third_party/spirv-cross/spirv-cross" |
| 11 | dawn_spirv_tools_dir = "//third_party/SPIRV-Tools/src" |