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

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: Add OS_LINUX checks and build fix for component=shared_library 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
« no previous file with comments | « ui/ozone/ime/input_method_context_factory_ozone.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 03f5b2eecd077a10d644125b2b079a97cfcbf681..709d9225940231777af64bd5c7c34316352b8ee3 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -35,6 +35,10 @@
'ozone_platform.h',
'ozone_switches.cc',
'ozone_switches.h',
+ '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',
Yuki 2013/12/11 13:41:57 nit: Sort files in alphabetical order.
kalyank 2013/12/11 18:17:57 Done.
'platform/dri/ozone_platform_dri.cc',
'platform/dri/ozone_platform_dri.h',
'platform/test/ozone_platform_test.cc',
« no previous file with comments | « ui/ozone/ime/input_method_context_factory_ozone.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698