Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / build_overrides / dawn.gni
1 # Copyright 2019 Google Inc.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 # These are variables that are overridable by projects that include Dawn.
7
8 # Skia doesn't have Chromium's //build directory. Tell Dawn to do without.
9 dawn_has_build = false
10
11 dawn_abseil_dir = "//third_party/externals/abseil-cpp"
12 dawn_jinja2_dir = "//third_party/externals/jinja2"
13 dawn_spirv_tools_dir = "//third_party/externals/spirv-tools"
14 dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"
15 dawn_tint_dir = "//third_party/externals/tint"
16 dawn_vulkan_headers_dir = "//third_party/externals/vulkan-headers"
17 dawn_vulkan_tools_dir = "//third_party/externals/vulkan-tools"