| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'linux/linux_input_method_context.h', | 103 'linux/linux_input_method_context.h', |
| 104 'linux/linux_input_method_context_factory.cc', | 104 'linux/linux_input_method_context_factory.cc', |
| 105 'linux/linux_input_method_context_factory.h', | 105 'linux/linux_input_method_context_factory.h', |
| 106 'mock_input_method.cc', | 106 'mock_input_method.cc', |
| 107 'mock_input_method.h', | 107 'mock_input_method.h', |
| 108 'remote_input_method_delegate_win.h', | 108 'remote_input_method_delegate_win.h', |
| 109 'remote_input_method_win.cc', | 109 'remote_input_method_win.cc', |
| 110 'remote_input_method_win.h', | 110 'remote_input_method_win.h', |
| 111 'text_input_client.cc', | 111 'text_input_client.cc', |
| 112 'text_input_client.h', | 112 'text_input_client.h', |
| 113 'text_input_focus_manager.cc', | |
| 114 'text_input_focus_manager.h', | |
| 115 'text_input_type.h', | 113 'text_input_type.h', |
| 116 'ui_base_ime_export.h', | 114 'ui_base_ime_export.h', |
| 117 'win/imm32_manager.cc', | 115 'win/imm32_manager.cc', |
| 118 'win/imm32_manager.h', | 116 'win/imm32_manager.h', |
| 119 'win/tsf_input_scope.cc', | 117 'win/tsf_input_scope.cc', |
| 120 'win/tsf_input_scope.h', | 118 'win/tsf_input_scope.h', |
| 121 ], | 119 ], |
| 122 'conditions': [ | 120 'conditions': [ |
| 123 ['use_ozone==1', { | 121 ['use_ozone==1', { |
| 124 'dependencies': [ | 122 'dependencies': [ |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 ['use_x11==0', { | 175 ['use_x11==0', { |
| 178 'sources!': [ | 176 'sources!': [ |
| 179 'composition_text_util_pango.cc', | 177 'composition_text_util_pango.cc', |
| 180 'composition_text_util_pango.h', | 178 'composition_text_util_pango.h', |
| 181 ], | 179 ], |
| 182 }], | 180 }], |
| 183 ], | 181 ], |
| 184 }, | 182 }, |
| 185 ], | 183 ], |
| 186 } | 184 } |
| OLD | NEW |