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

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: 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 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') | no next file with comments »
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 7d52d9d7839d177d9666e100ec04a0d34257093d..ad930fd6a535d1541c04cfdfc51050ca2576aac4 100644
--- a/ui/base/ime/ime.gypi
+++ b/ui/base/ime/ime.gypi
@@ -99,13 +99,13 @@
'input_method_tsf.h',
],
}],
- ['use_aura==0 or desktop_linux==0', {
+ ['use_aura==0 or (desktop_linux==0 and use_ozone==0)', {
'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)', {
'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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698