# Copyright 2019 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("//build_overrides/vulkan_common.gni") | |
vulkan_loader_extra_defines = [ | |
"ANGLE_VK_DATA_DIR=\"$angle_data_dir\"", | |
"ANGLE_VK_ICD_JSON=\"$angle_data_dir/VkICD_mock_icd.json\"", | |
] | |
vulkan_loader_shared = angle_shared_libvulkan |