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

Side by Side Diff: ui/base/ime/ui_base_ime.gyp

Issue 1566083002: Makes sure the keyboard typing isn't blocked when InputMethod::OnFocus() is not correctly called. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compiled. Created 4 years, 11 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'input_method_auralinux.h', 84 'input_method_auralinux.h',
85 'input_method_base.cc', 85 'input_method_base.cc',
86 'input_method_base.h', 86 'input_method_base.h',
87 'input_method_chromeos.cc', 87 'input_method_chromeos.cc',
88 'input_method_chromeos.h', 88 'input_method_chromeos.h',
89 'input_method_delegate.h', 89 'input_method_delegate.h',
90 'input_method_factory.cc', 90 'input_method_factory.cc',
91 'input_method_factory.h', 91 'input_method_factory.h',
92 'input_method_initializer.cc', 92 'input_method_initializer.cc',
93 'input_method_initializer.h', 93 'input_method_initializer.h',
94 'input_method_log_collector.cc',
95 'input_method_log_collector.h',
94 'input_method_mac.h', 96 'input_method_mac.h',
95 'input_method_mac.mm', 97 'input_method_mac.mm',
96 'input_method_minimal.cc', 98 'input_method_minimal.cc',
97 'input_method_minimal.h', 99 'input_method_minimal.h',
98 'input_method_observer.h', 100 'input_method_observer.h',
99 'input_method_win.cc', 101 'input_method_win.cc',
100 'input_method_win.h', 102 'input_method_win.h',
101 'linux/fake_input_method_context.cc', 103 'linux/fake_input_method_context.cc',
102 'linux/fake_input_method_context.h', 104 'linux/fake_input_method_context.h',
103 'linux/fake_input_method_context_factory.cc', 105 'linux/fake_input_method_context_factory.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ['use_x11==0', { 179 ['use_x11==0', {
178 'sources!': [ 180 'sources!': [
179 'composition_text_util_pango.cc', 181 'composition_text_util_pango.cc',
180 'composition_text_util_pango.h', 182 'composition_text_util_pango.h',
181 ], 183 ],
182 }], 184 }],
183 ], 185 ],
184 }, 186 },
185 ], 187 ],
186 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698