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', |