Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: ui/views/views.gyp

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix sandbox_mac_unittests Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 },
729 }], 735 }],
730 ], 736 ],
731 }, # target_name: views 737 }, # target_name: views
732 { 738 {
733 # GN version: //ui/views:test_support 739 # GN version: //ui/views:test_support
734 'target_name': 'views_test_support', 740 'target_name': 'views_test_support',
735 'type': 'static_library', 741 'type': 'static_library',
736 'dependencies': [ 742 'dependencies': [
737 '../../base/base.gyp:base', 743 '../../base/base.gyp:base',
738 '../../ipc/ipc.gyp:test_support_ipc', 744 '../../ipc/ipc.gyp:test_support_ipc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 '../aura/aura.gyp:aura', 921 '../aura/aura.gyp:aura',
916 '../wm/wm.gyp:wm', 922 '../wm/wm.gyp:wm',
917 ], 923 ],
918 }], 924 }],
919 ], 925 ],
920 }, # target_name: macviews_interactive_ui_tests 926 }, # target_name: macviews_interactive_ui_tests
921 ], # targets 927 ], # targets
922 }], 928 }],
923 ], # conditions 929 ], # conditions
924 } 930 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698