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

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: CQ green. 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'input_method_auralinux.h', 82 'input_method_auralinux.h',
83 'input_method_base.cc', 83 'input_method_base.cc',
84 'input_method_base.h', 84 'input_method_base.h',
85 'input_method_chromeos.cc', 85 'input_method_chromeos.cc',
86 'input_method_chromeos.h', 86 'input_method_chromeos.h',
87 'input_method_delegate.h', 87 'input_method_delegate.h',
88 'input_method_factory.cc', 88 'input_method_factory.cc',
89 'input_method_factory.h', 89 'input_method_factory.h',
90 'input_method_initializer.cc', 90 'input_method_initializer.cc',
91 'input_method_initializer.h', 91 'input_method_initializer.h',
92 'input_method_log_collector.cc',
93 'input_method_log_collector.h',
92 'input_method_mac.h', 94 'input_method_mac.h',
93 'input_method_mac.mm', 95 'input_method_mac.mm',
94 'input_method_minimal.cc', 96 'input_method_minimal.cc',
95 'input_method_minimal.h', 97 'input_method_minimal.h',
96 'input_method_observer.h', 98 'input_method_observer.h',
97 'input_method_win.cc', 99 'input_method_win.cc',
98 'input_method_win.h', 100 'input_method_win.h',
99 'linux/fake_input_method_context.cc', 101 'linux/fake_input_method_context.cc',
100 'linux/fake_input_method_context.h', 102 'linux/fake_input_method_context.h',
101 'linux/fake_input_method_context_factory.cc', 103 'linux/fake_input_method_context_factory.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 ['use_x11==0', { 174 ['use_x11==0', {
173 'sources!': [ 175 'sources!': [
174 'composition_text_util_pango.cc', 176 'composition_text_util_pango.cc',
175 'composition_text_util_pango.h', 177 'composition_text_util_pango.h',
176 ], 178 ],
177 }], 179 }],
178 ], 180 ],
179 }, 181 },
180 ], 182 ],
181 } 183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698