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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 'touchui/touch_selection_controller_impl_unittest.cc', | 666 'touchui/touch_selection_controller_impl_unittest.cc', |
667 'view_model_unittest.cc', | 667 'view_model_unittest.cc', |
668 'view_model_utils_unittest.cc', | 668 'view_model_utils_unittest.cc', |
669 'view_targeter_unittest.cc', | 669 'view_targeter_unittest.cc', |
670 'view_unittest.cc', | 670 'view_unittest.cc', |
671 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', | 671 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', |
672 'widget/desktop_aura/desktop_focus_rules_unittest.cc', | 672 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
673 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 673 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
674 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 674 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
675 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 675 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
676 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', | |
677 'widget/native_widget_aura_unittest.cc', | 676 'widget/native_widget_aura_unittest.cc', |
678 'widget/native_widget_unittest.cc', | 677 'widget/native_widget_unittest.cc', |
679 'widget/root_view_unittest.cc', | 678 'widget/root_view_unittest.cc', |
680 'widget/widget_unittest.cc', | 679 'widget/widget_unittest.cc', |
681 'widget/window_reorderer_unittest.cc', | 680 'widget/window_reorderer_unittest.cc', |
682 'window/dialog_client_view_unittest.cc', | 681 'window/dialog_client_view_unittest.cc', |
683 'window/dialog_delegate_unittest.cc', | 682 'window/dialog_delegate_unittest.cc', |
684 ], | 683 ], |
685 'conditions': [ | 684 'conditions': [ |
686 ['chromeos==0', { | 685 ['chromeos==0', { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'dependencies': [ | 718 'dependencies': [ |
720 '../../base/allocator/allocator.gyp:allocator', | 719 '../../base/allocator/allocator.gyp:allocator', |
721 ], | 720 ], |
722 }], | 721 }], |
723 ['OS=="linux" and use_allocator!="none"', { | 722 ['OS=="linux" and use_allocator!="none"', { |
724 # See http://crbug.com/162998#c4 for why this is needed. | 723 # See http://crbug.com/162998#c4 for why this is needed. |
725 'dependencies': [ | 724 'dependencies': [ |
726 '../../base/allocator/allocator.gyp:allocator', | 725 '../../base/allocator/allocator.gyp:allocator', |
727 ], | 726 ], |
728 }], | 727 }], |
729 ['use_x11==1', { | |
730 'dependencies': [ | |
731 '../../build/linux/system.gyp:x11', | |
732 '../../build/linux/system.gyp:xext', | |
733 ], | |
734 }], | |
735 ['use_ozone==1', { | 728 ['use_ozone==1', { |
736 'sources!': [ | 729 'sources!': [ |
737 'corewm/capture_controller_unittest.cc', | 730 'corewm/capture_controller_unittest.cc', |
738 ], | 731 ], |
739 }], | 732 }], |
740 ['use_aura==1', { | 733 ['use_aura==1', { |
741 'dependencies': [ | 734 'dependencies': [ |
742 '../aura/aura.gyp:aura_test_support', | 735 '../aura/aura.gyp:aura_test_support', |
743 ], | 736 ], |
744 }], | 737 }], |
745 ['use_x11==1', { | 738 ['use_x11==1', { |
746 'dependencies': [ | 739 'dependencies': [ |
747 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 740 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
748 ], | 741 ], |
749 }], | 742 }], |
750 ], | 743 ], |
751 }, # target_name: views_unittests | 744 }, # target_name: views_unittests |
752 ], | 745 ], |
753 } | 746 } |
OLD | NEW |