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

Unified 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: mv InputMethodContextFactoryOzone to ozone/ime 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/ime/input_method_factory.cc » ('j') | ui/base/ime/input_method_factory.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/ime.gypi
diff --git a/ui/base/ime/ime.gypi b/ui/base/ime/ime.gypi
index ae8198b17794db35a23c3361a2db13d27ce06fae..e14e13343cd3674fc0ea42e905ad4644e237fa62 100644
--- a/ui/base/ime/ime.gypi
+++ b/ui/base/ime/ime.gypi
@@ -109,13 +109,13 @@
'input_method_tsf.h',
],
}],
- ['use_aura==0 or desktop_linux==0', {
+ ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', {
Yuki 2013/12/11 09:31:14 Is there any chance to be use_ozone==1 but desktop
'sources!': [
'input_method_auralinux.cc',
'input_method_auralinux.h',
],
}],
- ['use_aura==0 or desktop_linux==0', {
+ ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', {
Yuki 2013/12/11 09:31:14 Ditto.
'sources!': [
'linux/fake_input_method_context.cc',
'linux/fake_input_method_context.h',
« no previous file with comments | « no previous file | ui/base/ime/input_method_factory.cc » ('j') | ui/base/ime/input_method_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698