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