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

Side by Side Diff: ui/ui.gyp

Issue 8491035: Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/ime/text_input_client.h ('k') | views/controls/textfield/native_textfield_gtk.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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'base/gtk/owned_widget_gtk.cc', 121 'base/gtk/owned_widget_gtk.cc',
122 'base/gtk/owned_widget_gtk.h', 122 'base/gtk/owned_widget_gtk.h',
123 'base/gtk/tooltip_window_gtk.cc', 123 'base/gtk/tooltip_window_gtk.cc',
124 'base/gtk/tooltip_window_gtk.h', 124 'base/gtk/tooltip_window_gtk.h',
125 'base/hit_test.h', 125 'base/hit_test.h',
126 'base/ime/character_composer.cc', 126 'base/ime/character_composer.cc',
127 'base/ime/character_composer.h', 127 'base/ime/character_composer.h',
128 'base/ime/composition_text.cc', 128 'base/ime/composition_text.cc',
129 'base/ime/composition_text.h', 129 'base/ime/composition_text.h',
130 'base/ime/composition_underline.h', 130 'base/ime/composition_underline.h',
131 'base/ime/text_input_client.h',
132 'base/ime/text_input_type.h', 131 'base/ime/text_input_type.h',
133 'base/keycodes/keyboard_code_conversion_gtk.cc', 132 'base/keycodes/keyboard_code_conversion_gtk.cc',
134 'base/keycodes/keyboard_code_conversion_gtk.h', 133 'base/keycodes/keyboard_code_conversion_gtk.h',
135 'base/keycodes/keyboard_code_conversion_mac.h', 134 'base/keycodes/keyboard_code_conversion_mac.h',
136 'base/keycodes/keyboard_code_conversion_mac.mm', 135 'base/keycodes/keyboard_code_conversion_mac.mm',
137 'base/keycodes/keyboard_code_conversion_win.cc', 136 'base/keycodes/keyboard_code_conversion_win.cc',
138 'base/keycodes/keyboard_code_conversion_win.h', 137 'base/keycodes/keyboard_code_conversion_win.h',
139 'base/keycodes/keyboard_code_conversion_x.cc', 138 'base/keycodes/keyboard_code_conversion_x.cc',
140 'base/keycodes/keyboard_code_conversion_x.h', 139 'base/keycodes/keyboard_code_conversion_x.h',
141 'base/keycodes/keyboard_codes.h', 140 'base/keycodes/keyboard_codes.h',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 620 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
622 'os.chmod(\'<(ui_copy_dest)\', 0700)' 621 'os.chmod(\'<(ui_copy_dest)\', 0700)'
623 ] 622 ]
624 } 623 }
625 ], 624 ],
626 }, 625 },
627 ], 626 ],
628 }], 627 }],
629 ], 628 ],
630 } 629 }
OLDNEW
« no previous file with comments | « ui/base/ime/text_input_client.h ('k') | views/controls/textfield/native_textfield_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698