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