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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 'bubble/bubble_border_unittest.cc', | 615 'bubble/bubble_border_unittest.cc', |
616 'bubble/bubble_delegate_unittest.cc', | 616 'bubble/bubble_delegate_unittest.cc', |
617 'bubble/bubble_frame_view_unittest.cc', | 617 'bubble/bubble_frame_view_unittest.cc', |
618 'bubble/bubble_window_targeter_unittest.cc', | 618 'bubble/bubble_window_targeter_unittest.cc', |
619 'controls/button/custom_button_unittest.cc', | 619 'controls/button/custom_button_unittest.cc', |
620 'controls/button/image_button_unittest.cc', | 620 'controls/button/image_button_unittest.cc', |
621 'controls/button/label_button_unittest.cc', | 621 'controls/button/label_button_unittest.cc', |
622 'controls/combobox/combobox_unittest.cc', | 622 'controls/combobox/combobox_unittest.cc', |
623 'controls/label_unittest.cc', | 623 'controls/label_unittest.cc', |
624 'controls/menu/menu_model_adapter_unittest.cc', | 624 'controls/menu/menu_model_adapter_unittest.cc', |
| 625 'controls/menu/menu_controller_unittest.cc', |
625 'controls/native/native_view_host_aura_unittest.cc', | 626 'controls/native/native_view_host_aura_unittest.cc', |
626 'controls/native/native_view_host_unittest.cc', | 627 'controls/native/native_view_host_unittest.cc', |
627 'controls/prefix_selector_unittest.cc', | 628 'controls/prefix_selector_unittest.cc', |
628 'controls/progress_bar_unittest.cc', | 629 'controls/progress_bar_unittest.cc', |
629 'controls/scrollbar/scrollbar_unittest.cc', | 630 'controls/scrollbar/scrollbar_unittest.cc', |
630 'controls/scroll_view_unittest.cc', | 631 'controls/scroll_view_unittest.cc', |
631 'controls/single_split_view_unittest.cc', | 632 'controls/single_split_view_unittest.cc', |
632 'controls/slider_unittest.cc', | 633 'controls/slider_unittest.cc', |
633 'controls/styled_label_unittest.cc', | 634 'controls/styled_label_unittest.cc', |
634 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 635 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 }], | 717 }], |
717 ['use_aura==1', { | 718 ['use_aura==1', { |
718 'dependencies': [ | 719 'dependencies': [ |
719 '../aura/aura.gyp:aura_test_support', | 720 '../aura/aura.gyp:aura_test_support', |
720 ], | 721 ], |
721 }], | 722 }], |
722 ], | 723 ], |
723 }, # target_name: views_unittests | 724 }, # target_name: views_unittests |
724 ], | 725 ], |
725 } | 726 } |
OLD | NEW |