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

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, 6 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'focus/focus_manager_win.cc', 280 'focus/focus_manager_win.cc',
281 'focus/focus_manager.cc', 281 'focus/focus_manager.cc',
282 'focus/focus_manager.h', 282 'focus/focus_manager.h',
283 'focus/focus_search.cc', 283 'focus/focus_search.cc',
284 'focus/focus_search.h', 284 'focus/focus_search.h',
285 'focus/focus_util_win.cc', 285 'focus/focus_util_win.cc',
286 'focus/focus_util_win.h', 286 'focus/focus_util_win.h',
287 'focus/view_storage.cc', 287 'focus/view_storage.cc',
288 'focus/view_storage.h', 288 'focus/view_storage.h',
289 'ime/input_method.h', 289 'ime/input_method.h',
290 'ime/input_method.cc',
290 'ime/input_method_delegate.h', 291 'ime/input_method_delegate.h',
291 'ime/input_method_base.cc', 292 'ime/input_method_base.cc',
292 'ime/input_method_base.h', 293 'ime/input_method_base.h',
293 'ime/input_method_gtk.cc', 294 'ime/input_method_gtk.cc',
294 'ime/input_method_gtk.h', 295 'ime/input_method_gtk.h',
295 'ime/input_method_ibus.cc', 296 'ime/input_method_ibus.cc',
296 'ime/input_method_ibus.h', 297 'ime/input_method_ibus.h',
297 'ime/input_method_win.cc', 298 'ime/input_method_win.cc',
298 'ime/input_method_win.h', 299 'ime/input_method_win.h',
299 'ime/text_input_client.h', 300 'ime/text_input_client.h',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 688
688 689
689 ], 690 ],
690 } 691 }
691 692
692 # Local Variables: 693 # Local Variables:
693 # tab-width:2 694 # tab-width:2
694 # indent-tabs-mode:nil 695 # indent-tabs-mode:nil
695 # End: 696 # End:
696 # vim: set expandtab tabstop=2 shiftwidth=2: 697 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« views/ime/input_method_ibus.cc ('K') | « views/ime/mock_input_method.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698