Fix emulator build error
[platform/framework/web/chromium-efl.git] / build_overrides / vulkan_validation_layers.gni
1 # Copyright 2019 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build_overrides/vulkan_common.gni")
6
7 vulkan_utility_libraries_dir =
8     "//third_party/vulkan-deps/vulkan-utility-libraries/src"
9 vvl_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"
10 vvl_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
11 vvl_glslang_dir = "//third_party/vulkan-deps/glslang/src"