| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'input_method_win.h', | 109 'input_method_win.h', |
| 110 'linux/fake_input_method_context.cc', | 110 'linux/fake_input_method_context.cc', |
| 111 'linux/fake_input_method_context.h', | 111 'linux/fake_input_method_context.h', |
| 112 'linux/fake_input_method_context_factory.cc', | 112 'linux/fake_input_method_context_factory.cc', |
| 113 'linux/fake_input_method_context_factory.h', | 113 'linux/fake_input_method_context_factory.h', |
| 114 'linux/linux_input_method_context.h', | 114 'linux/linux_input_method_context.h', |
| 115 'linux/linux_input_method_context_factory.cc', | 115 'linux/linux_input_method_context_factory.cc', |
| 116 'linux/linux_input_method_context_factory.h', | 116 'linux/linux_input_method_context_factory.h', |
| 117 'mock_input_method.cc', | 117 'mock_input_method.cc', |
| 118 'mock_input_method.h', | 118 'mock_input_method.h', |
| 119 'text_edit_commands.h', |
| 119 'text_input_client.cc', | 120 'text_input_client.cc', |
| 120 'text_input_client.h', | 121 'text_input_client.h', |
| 121 'ui_base_ime_export.h', | 122 'ui_base_ime_export.h', |
| 122 'win/imm32_manager.cc', | 123 'win/imm32_manager.cc', |
| 123 'win/imm32_manager.h', | 124 'win/imm32_manager.h', |
| 124 'win/tsf_input_scope.cc', | 125 'win/tsf_input_scope.cc', |
| 125 'win/tsf_input_scope.h', | 126 'win/tsf_input_scope.h', |
| 126 ], | 127 ], |
| 127 'conditions': [ | 128 'conditions': [ |
| 128 ['use_ozone==1', { | 129 ['use_ozone==1', { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 ['use_x11==0', { | 183 ['use_x11==0', { |
| 183 'sources!': [ | 184 'sources!': [ |
| 184 'composition_text_util_pango.cc', | 185 'composition_text_util_pango.cc', |
| 185 'composition_text_util_pango.h', | 186 'composition_text_util_pango.h', |
| 186 ], | 187 ], |
| 187 }], | 188 }], |
| 188 ], | 189 ], |
| 189 }, | 190 }, |
| 190 ], | 191 ], |
| 191 } | 192 } |
| OLD | NEW |