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

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, 9 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) 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 ], 109 ],
108 }], 110 }],
109 ['use_x11==0', { 111 ['use_x11==0', {
110 'sources!': [ 112 'sources!': [
111 'composition_text_util_pango.cc', 113 'composition_text_util_pango.cc',
112 'composition_text_util_pango.h', 114 'composition_text_util_pango.h',
113 ], 115 ],
114 }], 116 }],
115 ], 117 ],
116 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698