Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: chrome/test/remoting/key_code_test_map.h

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/remoting/key_code_map.h ('k') | content/browser/devtools/protocol/input_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Source of data in this file: 5 // Source of data in this file:
6 // 1. ui/events/keycodes/dom4/keycode_converter_data.h 6 // 1. ui/events/keycodes/dom/keycode_converter_data.inc
7 // 2. ui/events/keycodes/keyboard_codes.h 7 // 2. ui/events/keycodes/keyboard_codes.h
8 // 3. third_party/WebKit/Source/core/platform/chromium/KeyboardCodes.h 8 // 3. third_party/WebKit/Source/core/platform/chromium/KeyboardCodes.h
9 #ifndef CHROME_TEST_REMOTING_KEY_CODE_TEST_MAP_H_ 9 #ifndef CHROME_TEST_REMOTING_KEY_CODE_TEST_MAP_H_
10 #define CHROME_TEST_REMOTING_KEY_CODE_TEST_MAP_H_ 10 #define CHROME_TEST_REMOTING_KEY_CODE_TEST_MAP_H_
11 11
12 #include "ui/events/keycodes/keyboard_codes.h" 12 #include "ui/events/keycodes/keyboard_codes.h"
13 13
14 namespace remoting { 14 namespace remoting {
15 15
16 typedef struct { 16 typedef struct {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 {"ShiftRight", ui::VKEY_SHIFT}, 87 {"ShiftRight", ui::VKEY_SHIFT},
88 {"Space", ui::VKEY_SPACE}, 88 {"Space", ui::VKEY_SPACE},
89 {"Backquote", ui::VKEY_OEM_3}, 89 {"Backquote", ui::VKEY_OEM_3},
90 {"Comma", ui::VKEY_OEM_COMMA}, 90 {"Comma", ui::VKEY_OEM_COMMA},
91 {"Period", ui::VKEY_OEM_PERIOD}, 91 {"Period", ui::VKEY_OEM_PERIOD},
92 {"Home", ui::VKEY_HOME}, 92 {"Home", ui::VKEY_HOME},
93 }; 93 };
94 94
95 } // namespace remoting 95 } // namespace remoting
96 #endif // CHROME_TEST_REMOTING_KEY_CODE_TEST_MAP_H_ 96 #endif // CHROME_TEST_REMOTING_KEY_CODE_TEST_MAP_H_
OLDNEW
« no previous file with comments | « chrome/test/remoting/key_code_map.h ('k') | content/browser/devtools/protocol/input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698