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

Side by Side Diff: ui/ui.gyp

Issue 8511061: Move GetCharacterFromKeyCode from views::KeyEvent to ui/base/keycodes/keyboard_code_conversion.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/keycodes/keyboard_code_conversion.cc ('k') | views/events/event.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'base/gtk/tooltip_window_gtk.h', 126 'base/gtk/tooltip_window_gtk.h',
127 'base/hit_test.h', 127 'base/hit_test.h',
128 'base/ime/character_composer.cc', 128 'base/ime/character_composer.cc',
129 'base/ime/character_composer.h', 129 'base/ime/character_composer.h',
130 'base/ime/composition_text.cc', 130 'base/ime/composition_text.cc',
131 'base/ime/composition_text.h', 131 'base/ime/composition_text.h',
132 'base/ime/composition_underline.h', 132 'base/ime/composition_underline.h',
133 'base/ime/text_input_client.cc', 133 'base/ime/text_input_client.cc',
134 'base/ime/text_input_client.h', 134 'base/ime/text_input_client.h',
135 'base/ime/text_input_type.h', 135 'base/ime/text_input_type.h',
136 'base/keycodes/keyboard_code_conversion.cc',
137 'base/keycodes/keyboard_code_conversion.h',
136 'base/keycodes/keyboard_code_conversion_gtk.cc', 138 'base/keycodes/keyboard_code_conversion_gtk.cc',
137 'base/keycodes/keyboard_code_conversion_gtk.h', 139 'base/keycodes/keyboard_code_conversion_gtk.h',
138 'base/keycodes/keyboard_code_conversion_mac.h', 140 'base/keycodes/keyboard_code_conversion_mac.h',
139 'base/keycodes/keyboard_code_conversion_mac.mm', 141 'base/keycodes/keyboard_code_conversion_mac.mm',
140 'base/keycodes/keyboard_code_conversion_win.cc', 142 'base/keycodes/keyboard_code_conversion_win.cc',
141 'base/keycodes/keyboard_code_conversion_win.h', 143 'base/keycodes/keyboard_code_conversion_win.h',
142 'base/keycodes/keyboard_code_conversion_x.cc', 144 'base/keycodes/keyboard_code_conversion_x.cc',
143 'base/keycodes/keyboard_code_conversion_x.h', 145 'base/keycodes/keyboard_code_conversion_x.h',
144 'base/keycodes/keyboard_codes.h', 146 'base/keycodes/keyboard_codes.h',
145 'base/l10n/l10n_font_util.cc', 147 'base/l10n/l10n_font_util.cc',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 640 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
639 'os.chmod(\'<(ui_copy_dest)\', 0700)' 641 'os.chmod(\'<(ui_copy_dest)\', 0700)'
640 ] 642 ]
641 } 643 }
642 ], 644 ],
643 }, 645 },
644 ], 646 ],
645 }], 647 }],
646 ], 648 ],
647 } 649 }
OLDNEW
« no previous file with comments | « ui/base/keycodes/keyboard_code_conversion.cc ('k') | views/events/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698