// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gpu/config/gpu_util.h" #include "base/command_line.h" #include "gpu/config/gpu_driver_bug_workaround_type.h" #include "gpu/config/gpu_info.h" #include "gpu/config/gpu_preferences.h" #include "gpu/config/gpu_switches.h" #include "testing/gtest/include/gtest/gtest.h" namespace gpu { TEST(GpuUtilTest, GetGpuFeatureInfo_WorkaroundFromCommandLine) { … } } // namespace gpu