| 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_simple_cache_backend%': 0, | |
| 11 'conditions': [ | 10 'conditions': [ |
| 12 ['chromeos==1 or OS=="android" or OS=="ios"', { | 11 ['chromeos==1 or OS=="android" or OS=="ios"', { |
| 13 # Disable Kerberos on ChromeOS, Android and iOS, at least for now. | 12 # Disable Kerberos on ChromeOS, Android and iOS, at least for now. |
| 14 # It needs configuration (krb5.conf and so on). | 13 # It needs configuration (krb5.conf and so on). |
| 15 'use_kerberos%': 0, | 14 'use_kerberos%': 0, |
| 16 }, { # chromeos == 0 | 15 }, { # chromeos == 0 |
| 17 'use_kerberos%': 1, | 16 'use_kerberos%': 1, |
| 18 }], | 17 }], |
| 19 ['OS=="android" and target_arch != "ia32"', { | 18 ['OS=="android" and target_arch != "ia32"', { |
| 20 # The way the cache uses mmap() is inefficient on some Android devices. | 19 # The way the cache uses mmap() is inefficient on some Android devices. |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 'cookies/parsed_cookie.cc', | 325 'cookies/parsed_cookie.cc', |
| 327 'cookies/parsed_cookie.h', | 326 'cookies/parsed_cookie.h', |
| 328 'disk_cache/addr.cc', | 327 'disk_cache/addr.cc', |
| 329 'disk_cache/addr.h', | 328 'disk_cache/addr.h', |
| 330 'disk_cache/backend_impl.cc', | 329 'disk_cache/backend_impl.cc', |
| 331 'disk_cache/backend_impl.h', | 330 'disk_cache/backend_impl.h', |
| 332 'disk_cache/bitmap.cc', | 331 'disk_cache/bitmap.cc', |
| 333 'disk_cache/bitmap.h', | 332 'disk_cache/bitmap.h', |
| 334 'disk_cache/block_files.cc', | 333 'disk_cache/block_files.cc', |
| 335 'disk_cache/block_files.h', | 334 'disk_cache/block_files.h', |
| 335 'disk_cache/cache_creator.cc', |
| 336 'disk_cache/cache_util.h', | 336 'disk_cache/cache_util.h', |
| 337 'disk_cache/cache_util.cc', |
| 337 'disk_cache/cache_util_posix.cc', | 338 'disk_cache/cache_util_posix.cc', |
| 338 'disk_cache/cache_util_win.cc', | 339 'disk_cache/cache_util_win.cc', |
| 339 'disk_cache/disk_cache.h', | 340 'disk_cache/disk_cache.h', |
| 340 'disk_cache/disk_format.cc', | 341 'disk_cache/disk_format.cc', |
| 341 'disk_cache/disk_format.h', | 342 'disk_cache/disk_format.h', |
| 342 'disk_cache/entry_impl.cc', | 343 'disk_cache/entry_impl.cc', |
| 343 'disk_cache/entry_impl.h', | 344 'disk_cache/entry_impl.h', |
| 344 'disk_cache/errors.h', | 345 'disk_cache/errors.h', |
| 345 'disk_cache/eviction.cc', | 346 'disk_cache/eviction.cc', |
| 346 'disk_cache/eviction.h', | 347 'disk_cache/eviction.h', |
| (...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 'defines': [ | 1073 'defines': [ |
| 1073 'ENABLE_BUILT_IN_DNS', | 1074 'ENABLE_BUILT_IN_DNS', |
| 1074 ] | 1075 ] |
| 1075 }, { # else | 1076 }, { # else |
| 1076 'sources!': [ | 1077 'sources!': [ |
| 1077 'dns/address_sorter_posix.cc', | 1078 'dns/address_sorter_posix.cc', |
| 1078 'dns/address_sorter_posix.h', | 1079 'dns/address_sorter_posix.h', |
| 1079 'dns/dns_client.cc', | 1080 'dns/dns_client.cc', |
| 1080 ], | 1081 ], |
| 1081 }], | 1082 }], |
| 1082 ['use_simple_cache_backend==1', { | |
| 1083 'defines': [ | |
| 1084 'USE_SIMPLE_CACHE_BACKEND', | |
| 1085 ] | |
| 1086 }], | |
| 1087 ['use_openssl==1', { | 1083 ['use_openssl==1', { |
| 1088 'sources!': [ | 1084 'sources!': [ |
| 1089 'base/cert_database_nss.cc', | 1085 'base/cert_database_nss.cc', |
| 1090 'base/cert_verify_proc_nss.cc', | 1086 'base/cert_verify_proc_nss.cc', |
| 1091 'base/cert_verify_proc_nss.h', | 1087 'base/cert_verify_proc_nss.h', |
| 1092 'base/crypto_module_nss.cc', | 1088 'base/crypto_module_nss.cc', |
| 1093 'base/keygen_handler_nss.cc', | 1089 'base/keygen_handler_nss.cc', |
| 1094 'base/nss_cert_database.cc', | 1090 'base/nss_cert_database.cc', |
| 1095 'base/nss_cert_database.h', | 1091 'base/nss_cert_database.h', |
| 1096 'base/nss_memio.c', | 1092 'base/nss_memio.c', |
| (...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2700 '--result', '<@(_outputs)', | 2696 '--result', '<@(_outputs)', |
| 2701 '--isolate', 'net_unittests.isolate', | 2697 '--isolate', 'net_unittests.isolate', |
| 2702 ], | 2698 ], |
| 2703 }, | 2699 }, |
| 2704 ], | 2700 ], |
| 2705 }, | 2701 }, |
| 2706 ], | 2702 ], |
| 2707 }], | 2703 }], |
| 2708 ], | 2704 ], |
| 2709 } | 2705 } |
| OLD | NEW |