OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 'accessibility/native_view_accessibility_win_unittest.cc', | 610 'accessibility/native_view_accessibility_win_unittest.cc', |
611 'accessible_pane_view_unittest.cc', | 611 'accessible_pane_view_unittest.cc', |
612 'animation/bounds_animator_unittest.cc', | 612 'animation/bounds_animator_unittest.cc', |
613 'bubble/bubble_border_unittest.cc', | 613 'bubble/bubble_border_unittest.cc', |
614 'bubble/bubble_delegate_unittest.cc', | 614 'bubble/bubble_delegate_unittest.cc', |
615 'bubble/bubble_frame_view_unittest.cc', | 615 'bubble/bubble_frame_view_unittest.cc', |
616 'bubble/bubble_window_targeter_unittest.cc', | 616 'bubble/bubble_window_targeter_unittest.cc', |
617 'controls/button/custom_button_unittest.cc', | 617 'controls/button/custom_button_unittest.cc', |
618 'controls/button/image_button_unittest.cc', | 618 'controls/button/image_button_unittest.cc', |
619 'controls/button/label_button_unittest.cc', | 619 'controls/button/label_button_unittest.cc', |
| 620 'controls/button/menu_button_unittest.cc', |
620 'controls/combobox/combobox_unittest.cc', | 621 'controls/combobox/combobox_unittest.cc', |
621 'controls/label_unittest.cc', | 622 'controls/label_unittest.cc', |
622 'controls/menu/menu_model_adapter_unittest.cc', | 623 'controls/menu/menu_model_adapter_unittest.cc', |
623 'controls/native/native_view_host_aura_unittest.cc', | 624 'controls/native/native_view_host_aura_unittest.cc', |
624 'controls/native/native_view_host_unittest.cc', | 625 'controls/native/native_view_host_unittest.cc', |
625 'controls/prefix_selector_unittest.cc', | 626 'controls/prefix_selector_unittest.cc', |
626 'controls/progress_bar_unittest.cc', | 627 'controls/progress_bar_unittest.cc', |
627 'controls/scrollbar/scrollbar_unittest.cc', | 628 'controls/scrollbar/scrollbar_unittest.cc', |
628 'controls/scroll_view_unittest.cc', | 629 'controls/scroll_view_unittest.cc', |
629 'controls/single_split_view_unittest.cc', | 630 'controls/single_split_view_unittest.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 }], | 714 }], |
714 ['use_aura==1', { | 715 ['use_aura==1', { |
715 'dependencies': [ | 716 'dependencies': [ |
716 '../aura/aura.gyp:aura_test_support', | 717 '../aura/aura.gyp:aura_test_support', |
717 ], | 718 ], |
718 }], | 719 }], |
719 ], | 720 ], |
720 }, # target_name: views_unittests | 721 }, # target_name: views_unittests |
721 ], | 722 ], |
722 } | 723 } |
OLD | NEW |