OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'dependencies' : [ | 6 'dependencies' : [ |
7 '<(DEPTH)/ui/events/events.gyp:events', | 7 '<(DEPTH)/ui/events/events.gyp:events', |
8 ], | 8 ], |
9 'sources': [ | 9 'sources': [ |
10 'candidate_window.cc', | 10 'candidate_window.cc', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'linux/linux_input_method_context.h', | 54 'linux/linux_input_method_context.h', |
55 'linux/linux_input_method_context_factory.cc', | 55 'linux/linux_input_method_context_factory.cc', |
56 'linux/linux_input_method_context_factory.h', | 56 'linux/linux_input_method_context_factory.h', |
57 'mock_input_method.cc', | 57 'mock_input_method.cc', |
58 'mock_input_method.h', | 58 'mock_input_method.h', |
59 'remote_input_method_delegate_win.h', | 59 'remote_input_method_delegate_win.h', |
60 'remote_input_method_win.cc', | 60 'remote_input_method_win.cc', |
61 'remote_input_method_win.h', | 61 'remote_input_method_win.h', |
62 'text_input_client.cc', | 62 'text_input_client.cc', |
63 'text_input_client.h', | 63 'text_input_client.h', |
| 64 'text_input_focus_manager.cc', |
| 65 'text_input_focus_manager.h', |
64 'text_input_type.h', | 66 'text_input_type.h', |
65 'win/imm32_manager.cc', | 67 'win/imm32_manager.cc', |
66 'win/imm32_manager.h', | 68 'win/imm32_manager.h', |
67 'win/tsf_input_scope.cc', | 69 'win/tsf_input_scope.cc', |
68 'win/tsf_input_scope.h', | 70 'win/tsf_input_scope.h', |
69 ], | 71 ], |
70 'conditions': [ | 72 'conditions': [ |
71 ['toolkit_views==0 and use_aura==0', { | 73 ['toolkit_views==0 and use_aura==0', { |
72 'sources!': [ | 74 'sources!': [ |
73 'input_method_factory.cc', | 75 'input_method_factory.cc', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'chromeos/character_composer.h', | 116 'chromeos/character_composer.h', |
115 ], | 117 ], |
116 }], | 118 }], |
117 ['OS=="android"', { | 119 ['OS=="android"', { |
118 'dependencies!' : [ | 120 'dependencies!' : [ |
119 '<(DEPTH)/ui/events/events.gyp:events', | 121 '<(DEPTH)/ui/events/events.gyp:events', |
120 ], | 122 ], |
121 }] | 123 }] |
122 ], | 124 ], |
123 } | 125 } |
OLD | NEW |