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

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

Issue 54463009: Link LinuxInputMethodContextFactory instead of skipping a call to its SetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 7 years, 1 month 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/views/linux_ui/linux_ui.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 'sources': [ 6 'sources': [
7 'character_composer.cc', 7 'character_composer.cc',
8 'character_composer.h', 8 'character_composer.h',
9 'composition_text.cc', 9 'composition_text.cc',
10 'composition_text.h', 10 'composition_text.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'input_method_imm32.cc', 84 'input_method_imm32.cc',
85 'input_method_imm32.h', 85 'input_method_imm32.h',
86 'input_method_tsf.cc', 86 'input_method_tsf.cc',
87 'input_method_tsf.h', 87 'input_method_tsf.h',
88 ], 88 ],
89 }], 89 }],
90 ['use_aura==0 or use_x11==0 or desktop_linux==0', { 90 ['use_aura==0 or use_x11==0 or desktop_linux==0', {
91 'sources!': [ 91 'sources!': [
92 'input_method_linux_x11.cc', 92 'input_method_linux_x11.cc',
93 'input_method_linux_x11.h', 93 'input_method_linux_x11.h',
94 ],
95 }],
96 ['use_aura==0 or desktop_linux==0', {
97 'sources!': [
94 'linux/fake_input_method_context.cc', 98 'linux/fake_input_method_context.cc',
95 'linux/fake_input_method_context.h', 99 'linux/fake_input_method_context.h',
96 'linux/fake_input_method_context_factory.cc', 100 'linux/fake_input_method_context_factory.cc',
97 'linux/fake_input_method_context_factory.h', 101 'linux/fake_input_method_context_factory.h',
98 'linux/linux_input_method_context.h', 102 'linux/linux_input_method_context.h',
99 'linux/linux_input_method_context_factory.cc', 103 'linux/linux_input_method_context_factory.cc',
100 'linux/linux_input_method_context_factory.h', 104 'linux/linux_input_method_context_factory.h',
101 ], 105 ],
102 }], 106 }],
103 ['use_x11==0', { 107 ['use_x11==0', {
104 'sources!': [ 108 'sources!': [
105 'composition_text_util_pango.cc', 109 'composition_text_util_pango.cc',
106 'composition_text_util_pango.h', 110 'composition_text_util_pango.h',
107 ], 111 ],
108 }], 112 }],
109 ], 113 ],
110 } 114 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/linux_ui/linux_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698