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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/linux_ui/linux_ui.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 785e977b5e7f014661dc7b419801fbb7a7ec44b3..18df488879fe10cbea00117c8ee9d8a597b8891d 100644
--- a/ui/base/ime/ime.gypi
+++ b/ui/base/ime/ime.gypi
@@ -91,6 +91,10 @@
'sources!': [
'input_method_linux_x11.cc',
'input_method_linux_x11.h',
+ ],
+ }],
+ ['use_aura==0 or desktop_linux==0', {
+ 'sources!': [
'linux/fake_input_method_context.cc',
'linux/fake_input_method_context.h',
'linux/fake_input_method_context_factory.cc',
« 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