Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1454)

Unified Diff: chromeos/chromeos.gyp

Issue 693733002: Adds ozone support for ime keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698