OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'ime/character_composer.cc', | 292 'ime/character_composer.cc', |
293 'ime/character_composer.h', | 293 'ime/character_composer.h', |
294 'ime/input_method.h', | 294 'ime/input_method.h', |
295 'ime/input_method_delegate.h', | 295 'ime/input_method_delegate.h', |
296 'ime/input_method_base.cc', | 296 'ime/input_method_base.cc', |
297 'ime/input_method_base.h', | 297 'ime/input_method_base.h', |
298 'ime/input_method_gtk.cc', | 298 'ime/input_method_gtk.cc', |
299 'ime/input_method_gtk.h', | 299 'ime/input_method_gtk.h', |
300 'ime/input_method_ibus.cc', | 300 'ime/input_method_ibus.cc', |
301 'ime/input_method_ibus.h', | 301 'ime/input_method_ibus.h', |
| 302 'ime/input_method_manager.h', |
| 303 'ime/input_method_manager.cc', |
302 'ime/input_method_win.cc', | 304 'ime/input_method_win.cc', |
303 'ime/input_method_win.h', | 305 'ime/input_method_win.h', |
304 'ime/text_input_client.h', | 306 'ime/text_input_client.h', |
305 'layer_helper.cc', | 307 'layer_helper.cc', |
306 'layer_helper.h', | 308 'layer_helper.h', |
307 'layer_property_setter.cc', | 309 'layer_property_setter.cc', |
308 'layer_property_setter.h', | 310 'layer_property_setter.h', |
309 'layout/box_layout.cc', | 311 'layout/box_layout.cc', |
310 'layout/box_layout.h', | 312 'layout/box_layout.h', |
311 'layout/fill_layout.cc', | 313 'layout/fill_layout.cc', |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 | 759 |
758 | 760 |
759 ], | 761 ], |
760 } | 762 } |
761 | 763 |
762 # Local Variables: | 764 # Local Variables: |
763 # tab-width:2 | 765 # tab-width:2 |
764 # indent-tabs-mode:nil | 766 # indent-tabs-mode:nil |
765 # End: | 767 # End: |
766 # vim: set expandtab tabstop=2 shiftwidth=2: | 768 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |