| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'input_method_auralinux.h', | 82 'input_method_auralinux.h', |
| 83 'input_method_base.cc', | 83 'input_method_base.cc', |
| 84 'input_method_base.h', | 84 'input_method_base.h', |
| 85 'input_method_chromeos.cc', | 85 'input_method_chromeos.cc', |
| 86 'input_method_chromeos.h', | 86 'input_method_chromeos.h', |
| 87 'input_method_delegate.h', | 87 'input_method_delegate.h', |
| 88 'input_method_factory.cc', | 88 'input_method_factory.cc', |
| 89 'input_method_factory.h', | 89 'input_method_factory.h', |
| 90 'input_method_initializer.cc', | 90 'input_method_initializer.cc', |
| 91 'input_method_initializer.h', | 91 'input_method_initializer.h', |
| 92 'input_method_log_collector.cc', | |
| 93 'input_method_log_collector.h', | |
| 94 'input_method_mac.h', | 92 'input_method_mac.h', |
| 95 'input_method_mac.mm', | 93 'input_method_mac.mm', |
| 96 'input_method_minimal.cc', | 94 'input_method_minimal.cc', |
| 97 'input_method_minimal.h', | 95 'input_method_minimal.h', |
| 98 'input_method_observer.h', | 96 'input_method_observer.h', |
| 99 'input_method_win.cc', | 97 'input_method_win.cc', |
| 100 'input_method_win.h', | 98 'input_method_win.h', |
| 101 'linux/fake_input_method_context.cc', | 99 'linux/fake_input_method_context.cc', |
| 102 'linux/fake_input_method_context.h', | 100 'linux/fake_input_method_context.h', |
| 103 'linux/fake_input_method_context_factory.cc', | 101 'linux/fake_input_method_context_factory.cc', |
| (...skipping 73 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 |