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

Unified Diff: ui/base/ui_base.gyp

Issue 444523003: Support IME extensions for Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compiling failures. Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« ui/base/ime/input_method_factory.cc ('K') | « ui/base/ime/input_method_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 887e8e4a1a321fd66bbacfb53de761744d1698d6..d2abb0334213f350f16384330c8b84b9e6ddcace 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -644,7 +644,7 @@
'ime/input_method_minimal.h',
],
}],
- ['chromeos==0 or use_x11==0', {
+ ['chromeos==0', {
'sources!': [
'ime/input_method_chromeos.cc',
'ime/input_method_chromeos.h',
@@ -678,8 +678,6 @@
'sources!': [
'ime/composition_text_util_pango.cc',
'ime/composition_text_util_pango.h',
- 'ime/chromeos/character_composer.cc',
- 'ime/chromeos/character_composer.h',
],
}],
],
« ui/base/ime/input_method_factory.cc ('K') | « ui/base/ime/input_method_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698