blob: 0362e58f87d8e20fc1b55e3c0b344cf4fad2f6df [file] [log] [blame]
# 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",
]
}