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

Side by Side Diff: chrome/chrome_browser_ui.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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3057 matching lines...) Expand 10 before | Expand all | Expand 10 after
3068 'browser/ui/webui/help/version_updater_basic.h', 3068 'browser/ui/webui/help/version_updater_basic.h',
3069 ], 3069 ],
3070 'dependencies': [ 3070 'dependencies': [
3071 '../ui/ui.gyp:ui_cocoa_third_party_toolkits', 3071 '../ui/ui.gyp:ui_cocoa_third_party_toolkits',
3072 ], 3072 ],
3073 'include_dirs': [ 3073 'include_dirs': [
3074 '../third_party/GTM', 3074 '../third_party/GTM',
3075 ], 3075 ],
3076 'link_settings': { 3076 'link_settings': {
3077 'libraries': [ 3077 'libraries': [
3078 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
3078 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework', 3079 '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
3079 ], 3080 ],
3080 }, 3081 },
3081 'actions': [ 3082 'actions': [
3082 { 3083 {
3083 # This action is used to extract the localization data from xib 3084 # This action is used to extract the localization data from xib
3084 # files and generate table for the ui localizer from it. 3085 # files and generate table for the ui localizer from it.
3085 'variables': { 3086 'variables': {
3086 'xib_localizer_tool_path': 3087 'xib_localizer_tool_path':
3087 'tools/build/mac/generate_localizer', 3088 'tools/build/mac/generate_localizer',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3263 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3263 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3264 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3264 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3265 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3265 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3266 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3266 ], 3267 ],
3267 }], 3268 }],
3268 ], 3269 ],
3269 }, 3270 },
3270 ], 3271 ],
3271 } 3272 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698