| 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 18 matching lines...) Expand all Loading... |
| 29 'infolist_entry.cc', | 29 'infolist_entry.cc', |
| 30 'infolist_entry.h', | 30 'infolist_entry.h', |
| 31 'input_method.h', | 31 'input_method.h', |
| 32 'input_method_base.cc', | 32 'input_method_base.cc', |
| 33 'input_method_base.h', | 33 'input_method_base.h', |
| 34 'input_method_delegate.h', | 34 'input_method_delegate.h', |
| 35 'input_method_factory.cc', | 35 'input_method_factory.cc', |
| 36 'input_method_factory.h', | 36 'input_method_factory.h', |
| 37 'input_method_chromeos.cc', | 37 'input_method_chromeos.cc', |
| 38 'input_method_chromeos.h', | 38 'input_method_chromeos.h', |
| 39 'input_method_imm32.cc', | |
| 40 'input_method_imm32.h', | |
| 41 'input_method_initializer.cc', | 39 'input_method_initializer.cc', |
| 42 'input_method_initializer.h', | 40 'input_method_initializer.h', |
| 43 'input_method_auralinux.cc', | 41 'input_method_auralinux.cc', |
| 44 'input_method_auralinux.h', | 42 'input_method_auralinux.h', |
| 45 'input_method_minimal.cc', | 43 'input_method_minimal.cc', |
| 46 'input_method_minimal.h', | 44 'input_method_minimal.h', |
| 47 'input_method_observer.h', | 45 'input_method_observer.h', |
| 48 'input_method_win.cc', | 46 'input_method_win.cc', |
| 49 'input_method_win.h', | 47 'input_method_win.h', |
| 50 'linux/fake_input_method_context.cc', | 48 'linux/fake_input_method_context.cc', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 ], | 105 ], |
| 108 }], | 106 }], |
| 109 ['use_x11==0', { | 107 ['use_x11==0', { |
| 110 'sources!': [ | 108 'sources!': [ |
| 111 'composition_text_util_pango.cc', | 109 'composition_text_util_pango.cc', |
| 112 'composition_text_util_pango.h', | 110 'composition_text_util_pango.h', |
| 113 ], | 111 ], |
| 114 }], | 112 }], |
| 115 ], | 113 ], |
| 116 } | 114 } |
| OLD | NEW |