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