# Copyright 2013 The Flutter Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
source_set("procs") { | |
sources = [ | |
"vulkan_handle.cc", | |
"vulkan_handle.h", | |
"vulkan_interface.cc", | |
"vulkan_interface.h", | |
"vulkan_proc_table.cc", | |
"vulkan_proc_table.h", | |
] | |
deps = [ "//flutter/fml" ] | |
public_configs = [ | |
"//flutter/vulkan:vulkan_config", | |
"//flutter:config", | |
] | |
} |