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

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

Issue 100213003: Support for providing IMEContext with Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 7 years 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
« 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 'chromeos/character_composer.cc', 10 'chromeos/character_composer.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ], 92 ],
93 }], 93 }],
94 ['OS!="win"', { 94 ['OS!="win"', {
95 'sources!': [ 95 'sources!': [
96 'input_method_imm32.cc', 96 'input_method_imm32.cc',
97 'input_method_imm32.h', 97 'input_method_imm32.h',
98 'input_method_tsf.cc', 98 'input_method_tsf.cc',
99 'input_method_tsf.h', 99 'input_method_tsf.h',
100 ], 100 ],
101 }], 101 }],
102 ['use_aura==0 or desktop_linux==0', { 102 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', {
103 'sources!': [ 103 'sources!': [
104 'input_method_auralinux.cc', 104 'input_method_auralinux.cc',
105 'input_method_auralinux.h', 105 'input_method_auralinux.h',
106 ], 106 ],
107 }], 107 }],
108 ['use_aura==0 or desktop_linux==0', { 108 ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', {
109 'sources!': [ 109 'sources!': [
110 'linux/fake_input_method_context.cc', 110 'linux/fake_input_method_context.cc',
111 'linux/fake_input_method_context.h', 111 'linux/fake_input_method_context.h',
112 'linux/fake_input_method_context_factory.cc', 112 'linux/fake_input_method_context_factory.cc',
113 'linux/fake_input_method_context_factory.h', 113 'linux/fake_input_method_context_factory.h',
114 'linux/linux_input_method_context.h', 114 'linux/linux_input_method_context.h',
115 'linux/linux_input_method_context_factory.cc', 115 'linux/linux_input_method_context_factory.cc',
116 'linux/linux_input_method_context_factory.h', 116 'linux/linux_input_method_context_factory.h',
117 ], 117 ],
118 }], 118 }],
119 ['use_x11==0', { 119 ['use_x11==0', {
120 'sources!': [ 120 'sources!': [
121 'composition_text_util_pango.cc', 121 'composition_text_util_pango.cc',
122 'composition_text_util_pango.h', 122 'composition_text_util_pango.h',
123 ], 123 ],
124 }], 124 }],
125 ], 125 ],
126 } 126 }
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