Fix FullScreen crash in Webapp
[platform/framework/web/chromium-efl.git] / build_overrides / vulkan_headers.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/config/ozone.gni")
6 import("//build_overrides/wayland.gni")
7
8 vulkan_use_x11 = ozone_platform_x11
9 vulkan_use_wayland = ozone_platform_wayland
10
11 if (vulkan_use_wayland) {
12   vulkan_wayland_include_dirs = [
13     "$wayland_gn_dir/src/src",
14     "$wayland_gn_dir/include/src",
15   ]
16 }