// Copyright 2022 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/layout/xkb/xkb_modifier_converter.h" #include <xkbcommon/xkbcommon.h> #include <memory> #include "testing/gtest/include/gtest/gtest.h" #include "ui/events/event_constants.h" #include "ui/events/keycodes/scoped_xkb.h" namespace ui { TEST(XkbModifierConverterTest, Basic) { … } TEST(XkbModifierConverterTest, FromKeymap) { … } } // namespace ui