Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index fc145e979cff755d53e2e23725228469e12c8029..9b804fc5675a797e7cd662934ace345278dec87e 100644 |
--- a/chromeos/chromeos.gyp |
+++ b/chromeos/chromeos.gyp |
@@ -174,6 +174,8 @@ |
'ime/input_method_property.h', |
'ime/input_method_whitelist.cc', |
'ime/input_method_whitelist.h', |
+ 'ime/xkeyboard.cc', |
+ 'ime/xkeyboard.h', |
'network/cros_network_functions.cc', |
'network/cros_network_functions.h', |
'network/device_state.cc', |
@@ -367,6 +369,8 @@ |
'ime/mock_ibus_daemon_controller.h', |
'ime/mock_input_method_delegate.cc', |
'ime/mock_input_method_delegate.h', |
+ 'ime/mock_xkeyboard.cc', |
+ 'ime/mock_xkeyboard.h', |
], |
'include_dirs': [ |
'..', |
@@ -420,6 +424,7 @@ |
'ime/input_method_descriptor_unittest.cc', |
'ime/input_method_property_unittest.cc', |
'ime/input_method_whitelist_unittest.cc', |
+ 'ime/xkeyboard_unittest.cc', |
'network/cros_network_functions_unittest.cc', |
'network/geolocation_handler_unittest.cc', |
'network/network_change_notifier_chromeos_unittest.cc', |