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

Side by Side Diff: chrome/test/remoting/key_code_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/chrome_browser_chromeos.gypi ('k') | chrome/test/remoting/key_code_test_map.h » ('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_MAP_H_ 9 #ifndef CHROME_TEST_REMOTING_KEY_CODE_MAP_H_
10 #define CHROME_TEST_REMOTING_KEY_CODE_MAP_H_ 10 #define CHROME_TEST_REMOTING_KEY_CODE_MAP_H_
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "ui/events/keycodes/keyboard_codes.h" 13 #include "ui/events/keycodes/keyboard_codes.h"
14 14
15 namespace remoting { 15 namespace remoting {
16 16
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 {'\'', '\"', "Quote", ui::VKEY_OEM_7}, // '" 85 {'\'', '\"', "Quote", ui::VKEY_OEM_7}, // '"
86 {'`', '~', "Backquote", ui::VKEY_OEM_3}, // `~ 86 {'`', '~', "Backquote", ui::VKEY_OEM_3}, // `~
87 {',', '<', "Comma", ui::VKEY_OEM_COMMA}, // ,< 87 {',', '<', "Comma", ui::VKEY_OEM_COMMA}, // ,<
88 {'.', '>', "Period", ui::VKEY_OEM_PERIOD}, // .> 88 {'.', '>', "Period", ui::VKEY_OEM_PERIOD}, // .>
89 {'/', '?', "Slash", ui::VKEY_OEM_2}, // /? 89 {'/', '?', "Slash", ui::VKEY_OEM_2}, // /?
90 }; 90 };
91 91
92 } // namespace remoting 92 } // namespace remoting
93 93
94 #endif // CHROME_TEST_REMOTING_KEY_CODE_MAP_H_ 94 #endif // CHROME_TEST_REMOTING_KEY_CODE_MAP_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/test/remoting/key_code_test_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698