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 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
8 'views_sources': [ | 8 'views_sources': [ |
9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 }], | 719 }], |
720 ['use_ozone==1', { | 720 ['use_ozone==1', { |
721 'sources': [ '<@(views_desktop_aura_ozone_sources)' ], | 721 'sources': [ '<@(views_desktop_aura_ozone_sources)' ], |
722 }], | 722 }], |
723 ], | 723 ], |
724 }], | 724 }], |
725 ['OS=="mac"', { | 725 ['OS=="mac"', { |
726 'dependencies': [ | 726 'dependencies': [ |
727 '../accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wi
dget_mac', | 727 '../accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wi
dget_mac', |
728 ], | 728 ], |
729 'link_settings': { | |
730 'libraries': [ | |
731 # Required by bridged_native_widget.mm. | |
732 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | |
733 ], | |
734 }, | |
735 }], | 729 }], |
736 ], | 730 ], |
737 }, # target_name: views | 731 }, # target_name: views |
738 { | 732 { |
739 # GN version: //ui/views:test_support | 733 # GN version: //ui/views:test_support |
740 'target_name': 'views_test_support', | 734 'target_name': 'views_test_support', |
741 'type': 'static_library', | 735 'type': 'static_library', |
742 'dependencies': [ | 736 'dependencies': [ |
743 '../../base/base.gyp:base', | 737 '../../base/base.gyp:base', |
744 '../../ipc/ipc.gyp:test_support_ipc', | 738 '../../ipc/ipc.gyp:test_support_ipc', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 '../aura/aura.gyp:aura', | 915 '../aura/aura.gyp:aura', |
922 '../wm/wm.gyp:wm', | 916 '../wm/wm.gyp:wm', |
923 ], | 917 ], |
924 }], | 918 }], |
925 ], | 919 ], |
926 }, # target_name: macviews_interactive_ui_tests | 920 }, # target_name: macviews_interactive_ui_tests |
927 ], # targets | 921 ], # targets |
928 }], | 922 }], |
929 ], # conditions | 923 ], # conditions |
930 } | 924 } |
OLD | NEW |