| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_win.cc', | 302 'ime/input_method_win.cc', |
| 303 'ime/input_method_win.h', | 303 'ime/input_method_win.h', |
| 304 'ime/text_input_client.h', | 304 'ime/text_input_client.h', |
| 305 'ime/text_input_type_tracker.h', |
| 306 'ime/text_input_type_tracker.cc', |
| 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', |
| 312 'layout/fill_layout.h', | 314 'layout/fill_layout.h', |
| 313 'layout/grid_layout.cc', | 315 'layout/grid_layout.cc', |
| 314 'layout/grid_layout.h', | 316 'layout/grid_layout.h', |
| (...skipping 442 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 |