| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index b85a0313e80de0cc7a8c2cf78f218bcf9b46f2c8..ae245f52ce4344e5b2164e6ec54993e5b54aa81a 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -22,6 +22,7 @@
|
| '../dbus/dbus.gyp:dbus',
|
| '../net/net.gyp:net',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| + 'ime/input_method.gyp:gencode',
|
| 'power_manager_proto',
|
| 'power_supply_properties_proto',
|
| 'video_activity_update_proto',
|
| @@ -153,6 +154,8 @@
|
| 'ime/input_method_descriptor.h',
|
| 'ime/input_method_property.cc',
|
| 'ime/input_method_property.h',
|
| + 'ime/input_method_whitelist.cc',
|
| + 'ime/input_method_whitelist.h',
|
| 'network/cros_network_functions.cc',
|
| 'network/cros_network_functions.h',
|
| 'network/device_state.cc',
|
| @@ -386,6 +389,7 @@
|
| 'disks/disk_mount_manager_unittest.cc',
|
| 'ime/input_method_descriptor_unittest.cc',
|
| 'ime/input_method_property_unittest.cc',
|
| + 'ime/input_method_whitelist_unittest.cc',
|
| 'network/cros_network_functions_unittest.cc',
|
| 'network/geolocation_handler_unittest.cc',
|
| 'network/network_change_notifier_chromeos_unittest.cc',
|
|
|