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

Unified Diff: ui/ui_base.gypi

Issue 6709023: Move some common ime code to ui/base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always put the composition cursor to the selection end. Created 9 years, 9 months 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/base/win/ime_input.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_base.gypi
diff --git a/ui/ui_base.gypi b/ui/ui_base.gypi
index db120165d5e02cf359cebdb2b8b409fc50c4ec0a..e9e891e5fd4132ac7cf52c7737e648082a492296 100644
--- a/ui/ui_base.gypi
+++ b/ui/ui_base.gypi
@@ -49,10 +49,12 @@
'base/clipboard/clipboard_win.cc',
'base/clipboard/scoped_clipboard_writer.cc',
'base/clipboard/scoped_clipboard_writer.h',
- 'base/ime/composition.cc',
- 'base/ime/composition.h',
+ 'base/ime/composition_text.cc',
+ 'base/ime/composition_text.h',
'base/ime/composition_underline.h',
'base/ime/text_input_type.h',
+ 'base/gtk/gtk_im_context_util.cc',
+ 'base/gtk/gtk_im_context_util.h',
'base/range/range.cc',
'base/range/range.h',
'base/range/range.mm',
@@ -65,6 +67,12 @@
'../build/linux/system.gyp:xext',
],
}],
+ ['OS=="win"', {
+ 'sources': [
+ 'base/win/ime_input.cc',
+ 'base/win/ime_input.h',
+ ],
+ }],
],
},
],
« no previous file with comments | « ui/base/win/ime_input.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698