| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'chromeos/mock_ime_engine_handler.h', | 66 'chromeos/mock_ime_engine_handler.h', |
| 67 'chromeos/mock_ime_input_context_handler.cc', | 67 'chromeos/mock_ime_input_context_handler.cc', |
| 68 'chromeos/mock_ime_input_context_handler.h', | 68 'chromeos/mock_ime_input_context_handler.h', |
| 69 'composition_text.cc', | 69 'composition_text.cc', |
| 70 'composition_text.h', | 70 'composition_text.h', |
| 71 'composition_text_util_pango.cc', | 71 'composition_text_util_pango.cc', |
| 72 'composition_text_util_pango.h', | 72 'composition_text_util_pango.h', |
| 73 'composition_underline.h', | 73 'composition_underline.h', |
| 74 'ime_bridge.cc', | 74 'ime_bridge.cc', |
| 75 'ime_bridge.h', | 75 'ime_bridge.h', |
| 76 'ime_engine_handler_interface.cc', | |
| 77 'ime_engine_handler_interface.h', | 76 'ime_engine_handler_interface.h', |
| 78 'ime_engine_observer.h', | |
| 79 'ime_input_context_handler_interface.h', | 77 'ime_input_context_handler_interface.h', |
| 80 'infolist_entry.cc', | 78 'infolist_entry.cc', |
| 81 'infolist_entry.h', | 79 'infolist_entry.h', |
| 82 'input_method.h', | 80 'input_method.h', |
| 83 'input_method_auralinux.cc', | 81 'input_method_auralinux.cc', |
| 84 'input_method_auralinux.h', | 82 'input_method_auralinux.h', |
| 85 'input_method_base.cc', | 83 'input_method_base.cc', |
| 86 'input_method_base.h', | 84 'input_method_base.h', |
| 87 'input_method_chromeos.cc', | 85 'input_method_chromeos.cc', |
| 88 'input_method_chromeos.h', | 86 'input_method_chromeos.h', |
| (...skipping 88 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 |