| 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_candidate_window_handler.h', | 66 'chromeos/mock_ime_candidate_window_handler.h', |
| 67 'chromeos/mock_ime_engine_handler.cc', | 67 'chromeos/mock_ime_engine_handler.cc', |
| 68 'chromeos/mock_ime_engine_handler.h', | 68 'chromeos/mock_ime_engine_handler.h', |
| 69 'chromeos/mock_ime_input_context_handler.cc', | 69 'chromeos/mock_ime_input_context_handler.cc', |
| 70 'chromeos/mock_ime_input_context_handler.h', | 70 'chromeos/mock_ime_input_context_handler.h', |
| 71 'composition_text.cc', | 71 'composition_text.cc', |
| 72 'composition_text.h', | 72 'composition_text.h', |
| 73 'composition_text_util_pango.cc', | 73 'composition_text_util_pango.cc', |
| 74 'composition_text_util_pango.h', | 74 'composition_text_util_pango.h', |
| 75 'composition_underline.h', | 75 'composition_underline.h', |
| 76 'dummy_input_method_delegate.cc', | |
| 77 'dummy_input_method_delegate.h', | |
| 78 'infolist_entry.cc', | 76 'infolist_entry.cc', |
| 79 'infolist_entry.h', | 77 'infolist_entry.h', |
| 80 'input_method.h', | 78 'input_method.h', |
| 81 'input_method_auralinux.cc', | 79 'input_method_auralinux.cc', |
| 82 'input_method_auralinux.h', | 80 'input_method_auralinux.h', |
| 83 'input_method_base.cc', | 81 'input_method_base.cc', |
| 84 'input_method_base.h', | 82 'input_method_base.h', |
| 85 'input_method_chromeos.cc', | 83 'input_method_chromeos.cc', |
| 86 'input_method_chromeos.h', | 84 'input_method_chromeos.h', |
| 87 'input_method_delegate.h', | 85 'input_method_delegate.h', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 ['use_x11==0', { | 173 ['use_x11==0', { |
| 176 'sources!': [ | 174 'sources!': [ |
| 177 'composition_text_util_pango.cc', | 175 'composition_text_util_pango.cc', |
| 178 'composition_text_util_pango.h', | 176 'composition_text_util_pango.h', |
| 179 ], | 177 ], |
| 180 }], | 178 }], |
| 181 ], | 179 ], |
| 182 }, | 180 }, |
| 183 ], | 181 ], |
| 184 } | 182 } |
| OLD | NEW |