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

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
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/ime/fake_ime_keyboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 89a35800a0a8248b65e947c791a5559e9fbcf0bd..98ddfc33b0e6e0d25b8875b34e28eddb4d4ca051 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',
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/ime/fake_ime_keyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698