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', |