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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 'test/desktop_test_views_delegate.cc', | 580 'test/desktop_test_views_delegate.cc', |
581 'test/desktop_test_views_delegate.h', | 581 'test/desktop_test_views_delegate.h', |
582 'test/test_views_delegate.cc', | 582 'test/test_views_delegate.cc', |
583 'test/test_views_delegate.h', | 583 'test/test_views_delegate.h', |
584 'test/views_test_base.cc', | 584 'test/views_test_base.cc', |
585 'test/views_test_base.h', | 585 'test/views_test_base.h', |
586 ], | 586 ], |
587 'conditions': [ | 587 'conditions': [ |
588 ['use_aura==1', { | 588 ['use_aura==1', { |
589 'dependencies': [ | 589 'dependencies': [ |
590 '../aura/aura.gyp:test_support_aura', | 590 '../aura/aura.gyp:aura_test_support', |
591 '../compositor/compositor.gyp:compositor', | 591 '../compositor/compositor.gyp:compositor', |
592 ], | 592 ], |
593 }, { # use_aura==0 | 593 }, { # use_aura==0 |
594 'sources!': [ | 594 'sources!': [ |
595 'test/child_modal_window.cc', | 595 'test/child_modal_window.cc', |
596 'test/child_modal_window.h', | 596 'test/child_modal_window.h', |
597 ], | 597 ], |
598 }], | 598 }], |
599 ], | 599 ], |
600 }, # target_name: views_test_support | 600 }, # target_name: views_test_support |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 ], | 714 ], |
715 }], | 715 }], |
716 ['use_aura==0 and OS=="win"', { | 716 ['use_aura==0 and OS=="win"', { |
717 'sources/': [ | 717 'sources/': [ |
718 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 718 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
719 ['exclude', 'controls/tree/tree_view_views_unittest.cc'], | 719 ['exclude', 'controls/tree/tree_view_views_unittest.cc'], |
720 ], | 720 ], |
721 }], | 721 }], |
722 [ 'use_aura==1', { | 722 [ 'use_aura==1', { |
723 'dependencies': [ | 723 'dependencies': [ |
724 '../aura/aura.gyp:test_support_aura', | 724 '../aura/aura.gyp:aura_test_support', |
725 ], | 725 ], |
726 'sources/': [ | 726 'sources/': [ |
727 ['exclude', 'controls/table/table_view_unittest.cc'], | 727 ['exclude', 'controls/table/table_view_unittest.cc'], |
728 ['exclude', 'widget/native_widget_win_unittest.cc'], | 728 ['exclude', 'widget/native_widget_win_unittest.cc'], |
729 ], | 729 ], |
730 }, { | 730 }, { |
731 'sources/': [ | 731 'sources/': [ |
732 ['exclude', '../aura/test/test_desktop_delegate.cc'], | 732 ['exclude', '../aura/test/test_desktop_delegate.cc'], |
733 ['exclude', '../aura/test/test_desktop_delegate.h'], | 733 ['exclude', '../aura/test/test_desktop_delegate.h'], |
734 ['exclude', 'corewm'], | 734 ['exclude', 'corewm'], |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 'sources/': [ | 972 'sources/': [ |
973 # This is needed because the aura rule strips it from the default | 973 # This is needed because the aura rule strips it from the default |
974 # sources list. | 974 # sources list. |
975 ['include', '^../../content/app/startup_helper_win.cc'], | 975 ['include', '^../../content/app/startup_helper_win.cc'], |
976 ], | 976 ], |
977 }], | 977 }], |
978 ], | 978 ], |
979 }, # target_name: views_examples_with_content_exe | 979 }, # target_name: views_examples_with_content_exe |
980 ], | 980 ], |
981 } | 981 } |
OLD | NEW |