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

Unified Diff: ash/ash.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: move to ash/ime/ 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
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/ime/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 993996db778ae55011934d9742910c330af540d0..eaea11341d64944938aa9a14d3b52c479f317e0d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -66,6 +66,10 @@
'drag_drop/drag_drop_controller.h',
'drag_drop/drag_image_view.cc',
'drag_drop/drag_image_view.h',
+ 'ime/event.cc',
+ 'ime/event.h',
+ 'ime/input_method_event_filter.cc',
+ 'ime/input_method_event_filter.h',
'launcher/app_launcher_button.cc',
'launcher/app_launcher_button.h',
'launcher/launcher.cc',
@@ -176,6 +180,7 @@
'sources': [
'accelerators/accelerator_controller_unittest.cc',
'drag_drop/drag_drop_controller_unittest.cc',
+ 'ime/input_method_event_filter_unittest.cc',
'launcher/launcher_model_unittest.cc',
'launcher/launcher_unittest.cc',
'launcher/view_model_unittest.cc',
@@ -217,6 +222,11 @@
'../ui/gfx/compositor/compositor.gyp:test_compositor',
],
}],
+ ['use_ibus==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:ibus',
+ ],
+ }],
],
},
{
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/ime/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698