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

Side by Side Diff: ui/ui.gyp

Issue 8509034: Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review 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
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'base/gtk/gtk_windowing.cc', 119 'base/gtk/gtk_windowing.cc',
120 'base/gtk/gtk_windowing.h', 120 'base/gtk/gtk_windowing.h',
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/composition_text.cc', 126 'base/ime/composition_text.cc',
127 'base/ime/composition_text.h', 127 'base/ime/composition_text.h',
128 'base/ime/composition_underline.h', 128 'base/ime/composition_underline.h',
129 'base/ime/text_input_client.h',
129 'base/ime/text_input_type.h', 130 'base/ime/text_input_type.h',
130 'base/keycodes/keyboard_code_conversion_gtk.cc', 131 'base/keycodes/keyboard_code_conversion_gtk.cc',
131 'base/keycodes/keyboard_code_conversion_gtk.h', 132 'base/keycodes/keyboard_code_conversion_gtk.h',
132 'base/keycodes/keyboard_code_conversion_mac.h', 133 'base/keycodes/keyboard_code_conversion_mac.h',
133 'base/keycodes/keyboard_code_conversion_mac.mm', 134 'base/keycodes/keyboard_code_conversion_mac.mm',
134 'base/keycodes/keyboard_code_conversion_win.cc', 135 'base/keycodes/keyboard_code_conversion_win.cc',
135 'base/keycodes/keyboard_code_conversion_win.h', 136 'base/keycodes/keyboard_code_conversion_win.h',
136 'base/keycodes/keyboard_code_conversion_x.cc', 137 'base/keycodes/keyboard_code_conversion_x.cc',
137 'base/keycodes/keyboard_code_conversion_x.h', 138 'base/keycodes/keyboard_code_conversion_x.h',
138 'base/keycodes/keyboard_codes.h', 139 'base/keycodes/keyboard_codes.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 612 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
612 'os.chmod(\'<(ui_copy_dest)\', 0700)' 613 'os.chmod(\'<(ui_copy_dest)\', 0700)'
613 ] 614 ]
614 } 615 }
615 ], 616 ],
616 }, 617 },
617 ], 618 ],
618 }], 619 }],
619 ], 620 ],
620 } 621 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698