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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 'widget/native_widget_aura_unittest.cc', | 725 'widget/native_widget_aura_unittest.cc', |
726 'widget/native_widget_unittest.cc', | 726 'widget/native_widget_unittest.cc', |
727 'widget/root_view_unittest.cc', | 727 'widget/root_view_unittest.cc', |
728 'widget/widget_unittest.cc', | 728 'widget/widget_unittest.cc', |
729 'widget/window_reorderer_unittest.cc', | 729 'widget/window_reorderer_unittest.cc', |
730 'window/custom_frame_view_unittest.cc', | 730 'window/custom_frame_view_unittest.cc', |
731 'window/dialog_client_view_unittest.cc', | 731 'window/dialog_client_view_unittest.cc', |
732 'window/dialog_delegate_unittest.cc', | 732 'window/dialog_delegate_unittest.cc', |
733 ], | 733 ], |
734 'conditions': [ | 734 'conditions': [ |
735 ['chromeos==0', { | 735 ['chromeos==1', { |
736 'sources!': [ | |
737 'touchui/touch_selection_controller_impl_unittest.cc', | |
738 ], | |
739 }, { # use_chromeos==1 | |
740 'sources/': [ | 736 'sources/': [ |
741 ['exclude', 'ime/input_method_bridge_unittest.cc'], | 737 ['exclude', 'ime/input_method_bridge_unittest.cc'], |
742 ['exclude', 'widget/desktop_aura'], | 738 ['exclude', 'widget/desktop_aura'], |
743 ], | 739 ], |
744 }], | 740 }], |
745 ['OS=="win"', { | 741 ['OS=="win"', { |
746 'dependencies': [ | 742 'dependencies': [ |
747 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 743 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
748 ], | 744 ], |
749 'link_settings': { | 745 'link_settings': { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
793 }], | 789 }], |
794 ['use_x11==1', { | 790 ['use_x11==1', { |
795 'dependencies': [ | 791 'dependencies': [ |
796 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 792 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
797 ], | 793 ], |
798 }], | 794 }], |
799 ], | 795 ], |
800 }, # target_name: views_unittests | 796 }, # target_name: views_unittests |
801 ], | 797 ], |
802 } | 798 } |
OLD | NEW |