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

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

Issue 166063002: Unify InputMethodIMM32 into InputMethodWin again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 10 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 | « no previous file | ui/base/ime/input_method_factory.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 18 matching lines...) Expand all
29 'infolist_entry.cc', 29 'infolist_entry.cc',
30 'infolist_entry.h', 30 'infolist_entry.h',
31 'input_method.h', 31 'input_method.h',
32 'input_method_base.cc', 32 'input_method_base.cc',
33 'input_method_base.h', 33 'input_method_base.h',
34 'input_method_delegate.h', 34 'input_method_delegate.h',
35 'input_method_factory.cc', 35 'input_method_factory.cc',
36 'input_method_factory.h', 36 'input_method_factory.h',
37 'input_method_chromeos.cc', 37 'input_method_chromeos.cc',
38 'input_method_chromeos.h', 38 'input_method_chromeos.h',
39 'input_method_imm32.cc',
40 'input_method_imm32.h',
41 'input_method_initializer.cc', 39 'input_method_initializer.cc',
42 'input_method_initializer.h', 40 'input_method_initializer.h',
43 'input_method_auralinux.cc', 41 'input_method_auralinux.cc',
44 'input_method_auralinux.h', 42 'input_method_auralinux.h',
45 'input_method_minimal.cc', 43 'input_method_minimal.cc',
46 'input_method_minimal.h', 44 'input_method_minimal.h',
47 'input_method_observer.h', 45 'input_method_observer.h',
48 'input_method_win.cc', 46 'input_method_win.cc',
49 'input_method_win.h', 47 'input_method_win.h',
50 'linux/fake_input_method_context.cc', 48 'linux/fake_input_method_context.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 ], 105 ],
108 }], 106 }],
109 ['use_x11==0', { 107 ['use_x11==0', {
110 'sources!': [ 108 'sources!': [
111 'composition_text_util_pango.cc', 109 'composition_text_util_pango.cc',
112 'composition_text_util_pango.h', 110 'composition_text_util_pango.h',
113 ], 111 ],
114 }], 112 }],
115 ], 113 ],
116 } 114 }
OLDNEW
« no previous file with comments | « no previous file | ui/base/ime/input_method_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698