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

Side by Side Diff: net/net.gyp

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 | « media/media.gyp ('k') | net/third_party/nss/ssl.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 'sources!': [ 1420 'sources!': [
1421 'ssl/client_cert_store_impl_nss.cc', 1421 'ssl/client_cert_store_impl_nss.cc',
1422 ], 1422 ],
1423 'dependencies': [ 1423 'dependencies': [
1424 '../third_party/nss/nss.gyp:nspr', 1424 '../third_party/nss/nss.gyp:nspr',
1425 '../third_party/nss/nss.gyp:nss', 1425 '../third_party/nss/nss.gyp:nss',
1426 'third_party/nss/ssl.gyp:libssl', 1426 'third_party/nss/ssl.gyp:libssl',
1427 ], 1427 ],
1428 'link_settings': { 1428 'link_settings': {
1429 'libraries': [ 1429 'libraries': [
1430 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framew ork',
1431 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
1430 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 1432 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
1431 '$(SDKROOT)/System/Library/Frameworks/Security.framework', 1433 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
1432 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framew ork', 1434 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framew ork',
1433 '$(SDKROOT)/usr/lib/libresolv.dylib', 1435 '$(SDKROOT)/usr/lib/libresolv.dylib',
1434 ] 1436 ]
1435 }, 1437 },
1436 }, 1438 },
1437 ], 1439 ],
1438 [ 'OS == "ios"', { 1440 [ 'OS == "ios"', {
1439 'dependencies': [ 1441 'dependencies': [
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 'net_unittests.isolate', 3004 'net_unittests.isolate',
3003 ], 3005 ],
3004 'sources': [ 3006 'sources': [
3005 'net_unittests.isolate', 3007 'net_unittests.isolate',
3006 ], 3008 ],
3007 }, 3009 },
3008 ], 3010 ],
3009 }], 3011 }],
3010 ], 3012 ],
3011 } 3013 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | net/third_party/nss/ssl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698