| 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 'sources': [ | 6 'sources': [ |
| 7 'character_composer.cc', | 7 'character_composer.cc', |
| 8 'character_composer.h', | 8 'character_composer.h', |
| 9 'composition_text.cc', | 9 'composition_text.cc', |
| 10 'composition_text.h', | 10 'composition_text.h', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 'input_method_win.h', | 36 'input_method_win.h', |
| 37 'linux/fake_input_method_context.cc', | 37 'linux/fake_input_method_context.cc', |
| 38 'linux/fake_input_method_context.h', | 38 'linux/fake_input_method_context.h', |
| 39 'linux/fake_input_method_context_factory.cc', | 39 'linux/fake_input_method_context_factory.cc', |
| 40 'linux/fake_input_method_context_factory.h', | 40 'linux/fake_input_method_context_factory.h', |
| 41 'linux/linux_input_method_context.h', | 41 'linux/linux_input_method_context.h', |
| 42 'linux/linux_input_method_context_factory.cc', | 42 'linux/linux_input_method_context_factory.cc', |
| 43 'linux/linux_input_method_context_factory.h', | 43 'linux/linux_input_method_context_factory.h', |
| 44 'mock_input_method.cc', | 44 'mock_input_method.cc', |
| 45 'mock_input_method.h', | 45 'mock_input_method.h', |
| 46 'remote_input_method_delegate_win.h', |
| 47 'remote_input_method_win.cc', |
| 48 'remote_input_method_win.h', |
| 46 'text_input_client.cc', | 49 'text_input_client.cc', |
| 47 'text_input_client.h', | 50 'text_input_client.h', |
| 48 'text_input_type.h', | 51 'text_input_type.h', |
| 49 'win/imm32_manager.cc', | 52 'win/imm32_manager.cc', |
| 50 'win/imm32_manager.h', | 53 'win/imm32_manager.h', |
| 51 'win/tsf_bridge.cc', | 54 'win/tsf_bridge.cc', |
| 52 'win/tsf_bridge.h', | 55 'win/tsf_bridge.h', |
| 53 'win/tsf_event_router.cc', | 56 'win/tsf_event_router.cc', |
| 54 'win/tsf_event_router.h', | 57 'win/tsf_event_router.h', |
| 55 'win/tsf_input_scope.cc', | 58 'win/tsf_input_scope.cc', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 ], | 108 ], |
| 106 }], | 109 }], |
| 107 ['use_x11==0', { | 110 ['use_x11==0', { |
| 108 'sources!': [ | 111 'sources!': [ |
| 109 'composition_text_util_pango.cc', | 112 'composition_text_util_pango.cc', |
| 110 'composition_text_util_pango.h', | 113 'composition_text_util_pango.h', |
| 111 ], | 114 ], |
| 112 }], | 115 }], |
| 113 ], | 116 ], |
| 114 } | 117 } |
| OLD | NEW |