// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/events/ozone/evdev/input_controller_evdev.h" #include <memory> #include "testing/gtest/include/gtest/gtest.h" #include "ui/events/ozone/evdev/input_device_settings_evdev.h" namespace ui { TEST(InputControllerEvdevTest, AccelerationSuspension) { … } TEST(InputControllerEvdevTest, DisableInputDevices) { … } TEST(InputControllerEvdevTest, ScopedDisableInputDevicesCanOutliveController) { … } } // namespace ui