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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'focus/focus_traversal_unittest.cc', | 646 'focus/focus_traversal_unittest.cc', |
647 'ime/input_method_bridge_unittest.cc', | 647 'ime/input_method_bridge_unittest.cc', |
648 'layout/box_layout_unittest.cc', | 648 'layout/box_layout_unittest.cc', |
649 'layout/grid_layout_unittest.cc', | 649 'layout/grid_layout_unittest.cc', |
650 'rect_based_targeting_utils_unittest.cc', | 650 'rect_based_targeting_utils_unittest.cc', |
651 'run_all_unittests.cc', | 651 'run_all_unittests.cc', |
652 'touchui/touch_selection_controller_impl_unittest.cc', | 652 'touchui/touch_selection_controller_impl_unittest.cc', |
653 'view_model_unittest.cc', | 653 'view_model_unittest.cc', |
654 'view_model_utils_unittest.cc', | 654 'view_model_utils_unittest.cc', |
655 'view_unittest.cc', | 655 'view_unittest.cc', |
| 656 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', |
656 'widget/desktop_aura/desktop_focus_rules_unittest.cc', | 657 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
657 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 658 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
658 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', | 659 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', |
659 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 660 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
660 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 661 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
661 'widget/native_widget_aura_unittest.cc', | 662 'widget/native_widget_aura_unittest.cc', |
662 'widget/native_widget_unittest.cc', | 663 'widget/native_widget_unittest.cc', |
663 'widget/root_view_unittest.cc', | 664 'widget/root_view_unittest.cc', |
664 'widget/widget_unittest.cc', | 665 'widget/widget_unittest.cc', |
665 'widget/window_reorderer_unittest.cc', | 666 'widget/window_reorderer_unittest.cc', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 }], | 716 }], |
716 ['use_aura==1', { | 717 ['use_aura==1', { |
717 'dependencies': [ | 718 'dependencies': [ |
718 '../aura/aura.gyp:aura_test_support', | 719 '../aura/aura.gyp:aura_test_support', |
719 ], | 720 ], |
720 }], | 721 }], |
721 ], | 722 ], |
722 }, # target_name: views_unittests | 723 }, # target_name: views_unittests |
723 ], | 724 ], |
724 } | 725 } |
OLD | NEW |