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

Unified Diff: ui/chromeos/ui_chromeos.gyp

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: Created 6 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
Index: ui/chromeos/ui_chromeos.gyp
diff --git a/ui/chromeos/ui_chromeos.gyp b/ui/chromeos/ui_chromeos.gyp
index 1eeec050491294ae3716c4de487b7cb98f321913..1ccf9070647d1d7f13188555cf1287e537eb6147 100644
--- a/ui/chromeos/ui_chromeos.gyp
+++ b/ui/chromeos/ui_chromeos.gyp
@@ -62,6 +62,18 @@
],
'sources': [
'accessibility_types.h',
+ 'ime/candidate_view.cc',
+ 'ime/candidate_view.h',
+ 'ime/candidate_window_view.cc',
+ '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',
'network/network_connect.cc',
'network/network_connect.h',
'network/network_icon.cc',

Powered by Google App Engine
This is Rietveld 408576698