// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <vector> #include "gpu/config/gpu_info_collector.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gl/gl_bindings.h" #include "ui/gl/init/gl_factory.h" namespace gpu { #if BUILDFLAG(DAWN_ENABLE_BACKEND_OPENGLES) TEST(GPUConfig, CollectGraphicsInfoDawnGLES) { … } #endif // BUILDFLAG(DAWN_ENABLE_BACKEND_OPENGLES) } // namespace gpu