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

Side by Side Diff: views/views.gyp

Issue 7217008: Use input method to control visibility of virtual keyboard (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update Created 9 years, 5 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 | 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 9
10 'conditions': [ 10 'conditions': [
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'ime/character_composer.cc', 292 'ime/character_composer.cc',
293 'ime/character_composer.h', 293 'ime/character_composer.h',
294 'ime/input_method.h', 294 'ime/input_method.h',
295 'ime/input_method_delegate.h', 295 'ime/input_method_delegate.h',
296 'ime/input_method_base.cc', 296 'ime/input_method_base.cc',
297 'ime/input_method_base.h', 297 'ime/input_method_base.h',
298 'ime/input_method_gtk.cc', 298 'ime/input_method_gtk.cc',
299 'ime/input_method_gtk.h', 299 'ime/input_method_gtk.h',
300 'ime/input_method_ibus.cc', 300 'ime/input_method_ibus.cc',
301 'ime/input_method_ibus.h', 301 'ime/input_method_ibus.h',
302 'ime/input_method_manager.h',
303 'ime/input_method_manager.cc',
302 'ime/input_method_win.cc', 304 'ime/input_method_win.cc',
303 'ime/input_method_win.h', 305 'ime/input_method_win.h',
304 'ime/text_input_client.h', 306 'ime/text_input_client.h',
305 'layer_helper.cc', 307 'layer_helper.cc',
306 'layer_helper.h', 308 'layer_helper.h',
307 'layer_property_setter.cc', 309 'layer_property_setter.cc',
308 'layer_property_setter.h', 310 'layer_property_setter.h',
309 'layout/box_layout.cc', 311 'layout/box_layout.cc',
310 'layout/box_layout.h', 312 'layout/box_layout.h',
311 'layout/fill_layout.cc', 313 'layout/fill_layout.cc',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 759
758 760
759 ], 761 ],
760 } 762 }
761 763
762 # Local Variables: 764 # Local Variables:
763 # tab-width:2 765 # tab-width:2
764 # indent-tabs-mode:nil 766 # indent-tabs-mode:nil
765 # End: 767 # End:
766 # vim: set expandtab tabstop=2 shiftwidth=2: 768 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« views/ime/input_method_manager.h ('K') | « views/ime/input_method_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698