blob: e90a6f7746b120d89b446fa3a6a2ab5cd37bc59b [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_EVENTS_KEYCODES_DOM3_DOM_CODE_H_
#define UI_EVENTS_KEYCODES_DOM3_DOM_CODE_H_
namespace ui {
#define USB_KEYMAP(usb, xkb, win, mac, code, id) id = usb
#define USB_KEYMAP_DECLARATION enum class DomCode
#include "ui/events/keycodes/dom/keycode_converter_data.inc"
#undef USB_KEYMAP
#undef USB_KEYMAP_DECLARATION
} // namespace ui
#endif // UI_EVENTS_KEYCODES_DOM3_DOM_CODE_H_