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

Unified Diff: ash/ash.gyp

Issue 150203015: Split out InputMethodMenuManager from InputMethodManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make clang happy Created 6 years, 10 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
« no previous file with comments | « no previous file | ash/ime/input_method_menu_item.h » ('j') | ash/ime/input_method_menu_item.h » ('J')
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 41408014659450f1f9461e0219d7711ad574c270..fa6145ae4eb3ef832d924b10afe0cd1084eb4e63 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -167,6 +167,10 @@
'ime/candidate_window_view.h',
'ime/infolist_window.cc',
'ime/infolist_window.h',
+ 'ime/input_method_menu_item.cc',
+ 'ime/input_method_menu_item.h',
+ 'ime/input_method_menu_manager.cc',
+ 'ime/input_method_menu_manager.h',
'ime/mode_indicator_view.cc',
'ime/mode_indicator_view.h',
'keyboard_uma_event_filter.cc',
@@ -849,6 +853,8 @@
'extended_desktop_unittest.cc',
'focus_cycler_unittest.cc',
'ime/candidate_window_view_unittest.cc',
+ 'ime/input_method_menu_item_unittest.cc',
+ 'ime/input_method_menu_manager_unittest.cc',
'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
'keyboard_overlay/keyboard_overlay_view_unittest.cc',
'magnifier/magnification_controller_unittest.cc',
« no previous file with comments | « no previous file | ash/ime/input_method_menu_item.h » ('j') | ash/ime/input_method_menu_item.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698