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

Side by Side Diff: ui/base/ime/ime.gypi

Issue 173803002: Redesigns the text input focus handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 6 years, 7 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
« no previous file with comments | « content/test/test_render_view_host.cc ('k') | ui/base/ime/input_method_base.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies' : [ 6 'dependencies' : [
7 '<(DEPTH)/ui/events/events.gyp:events', 7 '<(DEPTH)/ui/events/events.gyp:events',
8 ], 8 ],
9 'sources': [ 9 'sources': [
10 'candidate_window.cc', 10 'candidate_window.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'linux/linux_input_method_context.h', 54 'linux/linux_input_method_context.h',
55 'linux/linux_input_method_context_factory.cc', 55 'linux/linux_input_method_context_factory.cc',
56 'linux/linux_input_method_context_factory.h', 56 'linux/linux_input_method_context_factory.h',
57 'mock_input_method.cc', 57 'mock_input_method.cc',
58 'mock_input_method.h', 58 'mock_input_method.h',
59 'remote_input_method_delegate_win.h', 59 'remote_input_method_delegate_win.h',
60 'remote_input_method_win.cc', 60 'remote_input_method_win.cc',
61 'remote_input_method_win.h', 61 'remote_input_method_win.h',
62 'text_input_client.cc', 62 'text_input_client.cc',
63 'text_input_client.h', 63 'text_input_client.h',
64 'text_input_focus_manager.cc',
65 'text_input_focus_manager.h',
64 'text_input_type.h', 66 'text_input_type.h',
65 'win/imm32_manager.cc', 67 'win/imm32_manager.cc',
66 'win/imm32_manager.h', 68 'win/imm32_manager.h',
67 'win/tsf_input_scope.cc', 69 'win/tsf_input_scope.cc',
68 'win/tsf_input_scope.h', 70 'win/tsf_input_scope.h',
69 ], 71 ],
70 'conditions': [ 72 'conditions': [
71 ['toolkit_views==0 and use_aura==0', { 73 ['toolkit_views==0 and use_aura==0', {
72 'sources!': [ 74 'sources!': [
73 'input_method_factory.cc', 75 'input_method_factory.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'chromeos/character_composer.h', 116 'chromeos/character_composer.h',
115 ], 117 ],
116 }], 118 }],
117 ['OS=="android"', { 119 ['OS=="android"', {
118 'dependencies!' : [ 120 'dependencies!' : [
119 '<(DEPTH)/ui/events/events.gyp:events', 121 '<(DEPTH)/ui/events/events.gyp:events',
120 ], 122 ],
121 }] 123 }]
122 ], 124 ],
123 } 125 }
OLDNEW
« no previous file with comments | « content/test/test_render_view_host.cc ('k') | ui/base/ime/input_method_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698