OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 'base/network_change_notifier_mac.cc', | 135 'base/network_change_notifier_mac.cc', |
136 'base/network_change_notifier_mac.h', | 136 'base/network_change_notifier_mac.h', |
137 'base/network_change_notifier_netlink_linux.cc', | 137 'base/network_change_notifier_netlink_linux.cc', |
138 'base/network_change_notifier_netlink_linux.h', | 138 'base/network_change_notifier_netlink_linux.h', |
139 'base/network_change_notifier_win.cc', | 139 'base/network_change_notifier_win.cc', |
140 'base/network_change_notifier_win.h', | 140 'base/network_change_notifier_win.h', |
141 'base/network_config_watcher_mac.cc', | 141 'base/network_config_watcher_mac.cc', |
142 'base/network_config_watcher_mac.h', | 142 'base/network_config_watcher_mac.h', |
143 'base/nss_memio.c', | 143 'base/nss_memio.c', |
144 'base/nss_memio.h', | 144 'base/nss_memio.h', |
145 'base/openssl_util.cc', | |
146 'base/openssl_util.h', | |
147 'base/pem_tokenizer.cc', | 145 'base/pem_tokenizer.cc', |
148 'base/pem_tokenizer.h', | 146 'base/pem_tokenizer.h', |
149 'base/platform_mime_util.h', | 147 'base/platform_mime_util.h', |
150 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 148 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
151 'base/platform_mime_util_linux.cc', | 149 'base/platform_mime_util_linux.cc', |
152 'base/platform_mime_util_mac.cc', | 150 'base/platform_mime_util_mac.cc', |
153 'base/platform_mime_util_win.cc', | 151 'base/platform_mime_util_win.cc', |
154 'base/registry_controlled_domain.cc', | 152 'base/registry_controlled_domain.cc', |
155 'base/registry_controlled_domain.h', | 153 'base/registry_controlled_domain.h', |
156 'base/scoped_cert_chain_context.h', | 154 'base/scoped_cert_chain_context.h', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', | 278 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
281 'third_party/mozilla_security_manager/nsNSSCertTrust.h', | 279 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
282 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', | 280 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', |
283 'third_party/mozilla_security_manager/nsPKCS12Blob.h', | 281 'third_party/mozilla_security_manager/nsPKCS12Blob.h', |
284 ], | 282 ], |
285 }, | 283 }, |
286 { # else: not using openssl. | 284 { # else: not using openssl. |
287 'sources!': [ | 285 'sources!': [ |
288 'base/cert_database_openssl.cc', | 286 'base/cert_database_openssl.cc', |
289 'base/keygen_handler_openssl.cc', | 287 'base/keygen_handler_openssl.cc', |
290 'base/openssl_util.cc', | |
291 'base/openssl_util.h', | |
292 'base/x509_certificate_openssl.cc', | 288 'base/x509_certificate_openssl.cc', |
293 'base/x509_openssl_util.cc', | 289 'base/x509_openssl_util.cc', |
294 'base/x509_openssl_util.h', | 290 'base/x509_openssl_util.h', |
295 ], | 291 ], |
296 }, | 292 }, |
297 ], | 293 ], |
298 [ 'OS == "win"', { | 294 [ 'OS == "win"', { |
299 'dependencies': [ | 295 'dependencies': [ |
300 '../third_party/nss/nss.gyp:nss', | 296 '../third_party/nss/nss.gyp:nss', |
301 'tld_cleanup', | 297 'tld_cleanup', |
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1448 ], | 1444 ], |
1449 }], | 1445 }], |
1450 ], | 1446 ], |
1451 } | 1447 } |
1452 | 1448 |
1453 # Local Variables: | 1449 # Local Variables: |
1454 # tab-width:2 | 1450 # tab-width:2 |
1455 # indent-tabs-mode:nil | 1451 # indent-tabs-mode:nil |
1456 # End: | 1452 # End: |
1457 # vim: set expandtab tabstop=2 shiftwidth=2: | 1453 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |