Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index 0fb974893cfa02e125663de623f2a7f991c27b28..3ef6f53b30af22e6b7994840307a76fc591ddb22 100644 |
--- a/chromeos/chromeos.gyp |
+++ b/chromeos/chromeos.gyp |
@@ -230,10 +230,12 @@ |
'ime/extension_ime_util.h', |
'ime/fake_ime_keyboard.cc', |
'ime/fake_ime_keyboard.h', |
+ 'ime/ime_keyboard.cc', |
'ime/ime_keyboard.h', |
'ime/ime_keyboard_ozone.cc', |
- 'ime/ime_keyboard_x11.h', |
+ 'ime/ime_keyboard_ozone.h', |
'ime/ime_keyboard_x11.cc', |
+ 'ime/ime_keyboard_x11.h', |
'ime/input_method_delegate.h', |
'ime/input_method_descriptor.cc', |
'ime/input_method_descriptor.h', |
@@ -493,7 +495,7 @@ |
# use_x11 == 0 |
'sources!': [ |
'ime/keyboard_controller.cc', |
- 'ime/ime_keyboard.h', |
+ 'ime/ime_keyboard.h' |
], |
}], |
], |