| 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', | 77 'ime_engine_observer.h', |
| 79 'ime_input_context_handler_interface.h', | 78 'ime_input_context_handler_interface.h', |
| 80 'infolist_entry.cc', | 79 'infolist_entry.cc', |
| 81 'infolist_entry.h', | 80 'infolist_entry.h', |
| 82 'input_method.h', | 81 'input_method.h', |
| 83 'input_method_auralinux.cc', | 82 'input_method_auralinux.cc', |
| 84 'input_method_auralinux.h', | 83 'input_method_auralinux.h', |
| 85 'input_method_base.cc', | 84 'input_method_base.cc', |
| 86 'input_method_base.h', | 85 'input_method_base.h', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 ['use_x11==0', { | 176 ['use_x11==0', { |
| 178 'sources!': [ | 177 'sources!': [ |
| 179 'composition_text_util_pango.cc', | 178 'composition_text_util_pango.cc', |
| 180 'composition_text_util_pango.h', | 179 'composition_text_util_pango.h', |
| 181 ], | 180 ], |
| 182 }], | 181 }], |
| 183 ], | 182 ], |
| 184 }, | 183 }, |
| 185 ], | 184 ], |
| 186 } | 185 } |
| OLD | NEW |