// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_VULKAN_TESTS_BASIC_VULKAN_TEST_H_ #define GPU_VULKAN_TESTS_BASIC_VULKAN_TEST_H_ #include "base/test/task_environment.h" #include "build/build_config.h" #include "gpu/vulkan/vulkan_device_queue.h" #include "gpu/vulkan/vulkan_implementation.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/native_widget_types.h" namespace gpu { class BasicVulkanTest : public testing::Test { … }; } // namespace gpu #endif // GPU_VULKAN_TESTS_BASIC_VULKAN_TEST_H_