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

Unified Diff: chromeos/chromeos.gyp

Issue 12438013: Move InputMethod misc class from c/b/chromeos (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/ibus_keymap.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 fadc28f2c349cfe0d832f06bf918447088d0776b..b3340440dcf9eb98dfdafd4334cbc7245c088ff3 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -142,9 +142,15 @@
'ime/ibus_bridge.h',
'ime/ibus_daemon_controller.cc',
'ime/ibus_daemon_controller.h',
+ 'ime/ibus_keymap.cc',
+ 'ime/ibus_keymap.h',
+ 'ime/input_method_config.cc',
+ 'ime/input_method_config.h',
'ime/input_method_delegate.h',
'ime/input_method_descriptor.cc',
'ime/input_method_descriptor.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',
@@ -377,6 +383,7 @@
'dbus/modem_messaging_client_unittest.cc',
'disks/disk_mount_manager_unittest.cc',
'ime/input_method_descriptor_unittest.cc',
+ 'ime/input_method_property_unittest.cc',
'network/cros_network_functions_unittest.cc',
'network/geolocation_handler_unittest.cc',
'network/network_change_notifier_chromeos_unittest.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/ime/ibus_keymap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698