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

Unified Diff: ui/ozone/ozone.gyp

Issue 100213003: Support for providing IMEContext with Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fix: Sort files in alphabetical order Created 7 years 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: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 03f5b2eecd077a10d644125b2b079a97cfcbf681..e34e9a4d63f3253ee3036cc5f7f3b99f1f3c360f 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -31,6 +31,10 @@
},
'sources': [
'<(platform_list_file)',
+ 'ime/fake_input_method_context_ozone.cc',
+ 'ime/fake_input_method_context_ozone.h',
+ 'ime/input_method_context_factory_ozone.cc',
+ 'ime/input_method_context_factory_ozone.h',
'ozone_platform.cc',
'ozone_platform.h',
'ozone_switches.cc',

Powered by Google App Engine
This is Rietveld 408576698