| 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',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|