| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 'ime/input_method_delegate.h', | 277 'ime/input_method_delegate.h', |
| 278 'ime/input_method_base.cc', | 278 'ime/input_method_base.cc', |
| 279 'ime/input_method_base.h', | 279 'ime/input_method_base.h', |
| 280 'ime/input_method_gtk.cc', | 280 'ime/input_method_gtk.cc', |
| 281 'ime/input_method_gtk.h', | 281 'ime/input_method_gtk.h', |
| 282 'ime/input_method_ibus.cc', | 282 'ime/input_method_ibus.cc', |
| 283 'ime/input_method_ibus.h', | 283 'ime/input_method_ibus.h', |
| 284 'ime/input_method_win.cc', | 284 'ime/input_method_win.cc', |
| 285 'ime/input_method_win.h', | 285 'ime/input_method_win.h', |
| 286 'ime/text_input_client.h', | 286 'ime/text_input_client.h', |
| 287 'ime/text_input_type_tracker.h', |
| 288 'ime/text_input_type_tracker.cc', |
| 287 'layer_helper.cc', | 289 'layer_helper.cc', |
| 288 'layer_helper.h', | 290 'layer_helper.h', |
| 289 'layer_property_setter.cc', | 291 'layer_property_setter.cc', |
| 290 'layer_property_setter.h', | 292 'layer_property_setter.h', |
| 291 'layout/box_layout.cc', | 293 'layout/box_layout.cc', |
| 292 'layout/box_layout.h', | 294 'layout/box_layout.h', |
| 293 'layout/fill_layout.cc', | 295 'layout/fill_layout.cc', |
| 294 'layout/fill_layout.h', | 296 'layout/fill_layout.h', |
| 295 'layout/grid_layout.cc', | 297 'layout/grid_layout.cc', |
| 296 'layout/grid_layout.h', | 298 'layout/grid_layout.h', |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 | 742 |
| 741 | 743 |
| 742 ], | 744 ], |
| 743 } | 745 } |
| 744 | 746 |
| 745 # Local Variables: | 747 # Local Variables: |
| 746 # tab-width:2 | 748 # tab-width:2 |
| 747 # indent-tabs-mode:nil | 749 # indent-tabs-mode:nil |
| 748 # End: | 750 # End: |
| 749 # vim: set expandtab tabstop=2 shiftwidth=2: | 751 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |