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

Side by Side Diff: ui/shell_dialogs.gypi

Issue 23868020: Fix remaining shared_library link_settings propagation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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/message_center/message_center.gyp ('k') | ui/snapshot/snapshot.gyp » ('j') | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'shell_dialogs', 8 'target_name': 'shell_dialogs',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'libraries': [ 68 'libraries': [
69 '-ljnigraphics', 69 '-ljnigraphics',
70 ], 70 ],
71 }, 71 },
72 }], 72 }],
73 ['OS=="android" and android_webview_build==0', { 73 ['OS=="android" and android_webview_build==0', {
74 'dependencies': [ 74 'dependencies': [
75 'ui_java', 75 'ui_java',
76 ], 76 ],
77 }], 77 }],
78 ['OS=="mac"', {
79 'link_settings': {
80 'libraries': [
81 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
82 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
83 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
84 ],
85 },
86 }],
78 ], 87 ],
79 }, # target_name: shell_dialogs 88 }, # target_name: shell_dialogs
80 ], 89 ],
81 } 90 }
OLDNEW
« no previous file with comments | « ui/message_center/message_center.gyp ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698