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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved IME code to aura_shell, not ready for review though Created 9 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
Index: ui/aura_shell/aura_shell.gyp
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index fc4f0d19a4aeeddcea38bb51c4e53d36a179c578..72b2e6788e23ca2a49da8bc82faa563a6f06c54b 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -53,6 +53,8 @@
'drag_image_view.h',
'image_grid.cc',
'image_grid.h',
+ 'input_method_event_filter.cc',
+ 'input_method_event_filter.h',
'launcher/app_launcher_button.cc',
'launcher/app_launcher_button.h',
'launcher/launcher.cc',
@@ -119,6 +121,13 @@
'workspace/workspace_manager.h',
'workspace/workspace_observer.h',
],
+ 'conditions': [
+ ['use_ibus==1', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:ibus',
+ ],
+ }],
+ ],
},
{
'target_name': 'aura_shell_unittests',

Powered by Google App Engine
This is Rietveld 408576698