Upload upstream chromium 94.0.4606.31
[platform/framework/web/chromium-efl.git] / build_overrides / dawn.gni
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_googletest_dir = "//third_party/googletest/src"
8 dawn_jinja2_dir = "//third_party/jinja2"
9 dawn_jsoncpp_dir = "//third_party/jsoncpp"
10 dawn_shaderc_dir = "//third_party/shaderc/src"
11 dawn_spirv_cross_dir = "//third_party/vulkan-deps/spirv-cross/src"
12 dawn_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
13 dawn_swiftshader_dir = "//third_party/swiftshader"
14 dawn_vulkan_validation_layers_dir =
15     "//third_party/vulkan-deps/vulkan-validation-layers/src"