| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 ], | 473 ], |
| 474 'sources': [ | 474 'sources': [ |
| 475 'animation/bounds_animator_unittest.cc', | 475 'animation/bounds_animator_unittest.cc', |
| 476 'controls/label_unittest.cc', | 476 'controls/label_unittest.cc', |
| 477 'controls/progress_bar_unittest.cc', | 477 'controls/progress_bar_unittest.cc', |
| 478 'controls/single_split_view_unittest.cc', | 478 'controls/single_split_view_unittest.cc', |
| 479 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 479 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 480 'controls/table/table_view_unittest.cc', | 480 'controls/table/table_view_unittest.cc', |
| 481 'controls/textfield/native_textfield_views_unittest.cc', | 481 'controls/textfield/native_textfield_views_unittest.cc', |
| 482 'controls/textfield/textfield_views_model_unittest.cc', | 482 'controls/textfield/textfield_views_model_unittest.cc', |
| 483 'events/event_unittest.cc', |
| 483 'focus/accelerator_handler_gtk_unittest.cc', | 484 'focus/accelerator_handler_gtk_unittest.cc', |
| 484 'focus/focus_manager_unittest.cc', | 485 'focus/focus_manager_unittest.cc', |
| 485 'layout/grid_layout_unittest.cc', | 486 'layout/grid_layout_unittest.cc', |
| 486 'layout/box_layout_unittest.cc', | 487 'layout/box_layout_unittest.cc', |
| 487 'test/views_test_base.cc', | 488 'test/views_test_base.cc', |
| 488 'test/views_test_base.h', | 489 'test/views_test_base.h', |
| 489 'run_all_unittests.cc', | 490 'run_all_unittests.cc', |
| 490 'test/test_views_delegate.cc', | 491 'test/test_views_delegate.cc', |
| 491 'test/test_views_delegate.h', | 492 'test/test_views_delegate.h', |
| 492 'view_unittest.cc', | 493 'view_unittest.cc', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 ], | 610 ], |
| 610 }, | 611 }, |
| 611 ], | 612 ], |
| 612 } | 613 } |
| 613 | 614 |
| 614 # Local Variables: | 615 # Local Variables: |
| 615 # tab-width:2 | 616 # tab-width:2 |
| 616 # indent-tabs-mode:nil | 617 # indent-tabs-mode:nil |
| 617 # End: | 618 # End: |
| 618 # vim: set expandtab tabstop=2 shiftwidth=2: | 619 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |