| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'input_method_win.h', | 100 'input_method_win.h', |
| 101 'linux/fake_input_method_context.cc', | 101 'linux/fake_input_method_context.cc', |
| 102 'linux/fake_input_method_context.h', | 102 'linux/fake_input_method_context.h', |
| 103 'linux/fake_input_method_context_factory.cc', | 103 'linux/fake_input_method_context_factory.cc', |
| 104 'linux/fake_input_method_context_factory.h', | 104 'linux/fake_input_method_context_factory.h', |
| 105 'linux/linux_input_method_context.h', | 105 'linux/linux_input_method_context.h', |
| 106 'linux/linux_input_method_context_factory.cc', | 106 'linux/linux_input_method_context_factory.cc', |
| 107 'linux/linux_input_method_context_factory.h', | 107 'linux/linux_input_method_context_factory.h', |
| 108 'mock_input_method.cc', | 108 'mock_input_method.cc', |
| 109 'mock_input_method.h', | 109 'mock_input_method.h', |
| 110 'remote_input_method_delegate_win.h', | |
| 111 'remote_input_method_win.cc', | |
| 112 'remote_input_method_win.h', | |
| 113 'text_input_client.cc', | 110 'text_input_client.cc', |
| 114 'text_input_client.h', | 111 'text_input_client.h', |
| 115 'text_input_type.h', | 112 'text_input_type.h', |
| 116 'ui_base_ime_export.h', | 113 'ui_base_ime_export.h', |
| 117 'win/imm32_manager.cc', | 114 'win/imm32_manager.cc', |
| 118 'win/imm32_manager.h', | 115 'win/imm32_manager.h', |
| 119 'win/tsf_input_scope.cc', | 116 'win/tsf_input_scope.cc', |
| 120 'win/tsf_input_scope.h', | 117 'win/tsf_input_scope.h', |
| 121 ], | 118 ], |
| 122 'conditions': [ | 119 'conditions': [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 ['use_x11==0', { | 174 ['use_x11==0', { |
| 178 'sources!': [ | 175 'sources!': [ |
| 179 'composition_text_util_pango.cc', | 176 'composition_text_util_pango.cc', |
| 180 'composition_text_util_pango.h', | 177 'composition_text_util_pango.h', |
| 181 ], | 178 ], |
| 182 }], | 179 }], |
| 183 ], | 180 ], |
| 184 }, | 181 }, |
| 185 ], | 182 ], |
| 186 } | 183 } |
| OLD | NEW |