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

Unified Diff: chromeos/chromeos.gyp

Issue 12453011: Move InputMethodManager to chromeos/ime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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 | « chrome/chrome_tests_unit.gypi ('k') | chromeos/ime/input_method_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 2839099b25290fd08f56a6e7693fe90bb9bb1435..9c45e70cd9281d52e4ce6001cda70e2e8a73ed74 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -143,6 +143,13 @@
'ime/ibus_bridge.h',
'ime/ibus_daemon_controller.cc',
'ime/ibus_daemon_controller.h',
+ 'ime/input_method_config.cc',
+ 'ime/input_method_config.h',
+ 'ime/input_method_descriptor.cc',
+ 'ime/input_method_descriptor.h',
+ 'ime/input_method_manager.h',
+ 'ime/input_method_property.cc',
+ 'ime/input_method_property.h',
'network/cros_network_functions.cc',
'network/cros_network_functions.h',
'network/device_state.cc',
@@ -371,6 +378,8 @@
'dbus/ibus/ibus_text_unittest.cc',
'dbus/introspectable_client_unittest.cc',
'dbus/modem_messaging_client_unittest.cc',
+ 'ime/input_method_descriptor_unittest.cc',
+ 'ime/input_method_property_unittest.cc',
'disks/disk_mount_manager_unittest.cc',
'network/cros_network_functions_unittest.cc',
'network/geolocation_handler_unittest.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/ime/input_method_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698