OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |