| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 'cookies/parsed_cookie.cc', | 334 'cookies/parsed_cookie.cc', |
| 336 'cookies/parsed_cookie.h', | 335 'cookies/parsed_cookie.h', |
| 337 'disk_cache/addr.cc', | 336 'disk_cache/addr.cc', |
| 338 'disk_cache/addr.h', | 337 'disk_cache/addr.h', |
| 339 'disk_cache/backend_impl.cc', | 338 'disk_cache/backend_impl.cc', |
| 340 'disk_cache/backend_impl.h', | 339 'disk_cache/backend_impl.h', |
| 341 'disk_cache/bitmap.cc', | 340 'disk_cache/bitmap.cc', |
| 342 'disk_cache/bitmap.h', | 341 'disk_cache/bitmap.h', |
| 343 'disk_cache/block_files.cc', | 342 'disk_cache/block_files.cc', |
| 344 'disk_cache/block_files.h', | 343 'disk_cache/block_files.h', |
| 344 'disk_cache/cache_creator.cc', |
| 345 'disk_cache/cache_util.h', | 345 'disk_cache/cache_util.h', |
| 346 'disk_cache/cache_util.cc', |
| 346 'disk_cache/cache_util_posix.cc', | 347 'disk_cache/cache_util_posix.cc', |
| 347 'disk_cache/cache_util_win.cc', | 348 'disk_cache/cache_util_win.cc', |
| 348 'disk_cache/disk_cache.h', | 349 'disk_cache/disk_cache.h', |
| 349 'disk_cache/disk_format.cc', | 350 'disk_cache/disk_format.cc', |
| 350 'disk_cache/disk_format.h', | 351 'disk_cache/disk_format.h', |
| 351 'disk_cache/entry_impl.cc', | 352 'disk_cache/entry_impl.cc', |
| 352 'disk_cache/entry_impl.h', | 353 'disk_cache/entry_impl.h', |
| 353 'disk_cache/errors.h', | 354 'disk_cache/errors.h', |
| 354 'disk_cache/eviction.cc', | 355 'disk_cache/eviction.cc', |
| 355 'disk_cache/eviction.h', | 356 'disk_cache/eviction.h', |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1070 'defines': [ | 1071 'defines': [ |
| 1071 'ENABLE_BUILT_IN_DNS', | 1072 'ENABLE_BUILT_IN_DNS', |
| 1072 ] | 1073 ] |
| 1073 }, { # else | 1074 }, { # else |
| 1074 'sources!': [ | 1075 'sources!': [ |
| 1075 'dns/address_sorter_posix.cc', | 1076 'dns/address_sorter_posix.cc', |
| 1076 'dns/address_sorter_posix.h', | 1077 'dns/address_sorter_posix.h', |
| 1077 'dns/dns_client.cc', | 1078 'dns/dns_client.cc', |
| 1078 ], | 1079 ], |
| 1079 }], | 1080 }], |
| 1080 ['use_simple_cache_backend==1', { | |
| 1081 'defines': [ | |
| 1082 'USE_SIMPLE_CACHE_BACKEND', | |
| 1083 ] | |
| 1084 }], | |
| 1085 ['use_openssl==1', { | 1081 ['use_openssl==1', { |
| 1086 'sources!': [ | 1082 'sources!': [ |
| 1087 'base/cert_database_nss.cc', | 1083 'base/cert_database_nss.cc', |
| 1088 'base/cert_verify_proc_nss.cc', | 1084 'base/cert_verify_proc_nss.cc', |
| 1089 'base/cert_verify_proc_nss.h', | 1085 'base/cert_verify_proc_nss.h', |
| 1090 'base/crypto_module_nss.cc', | 1086 'base/crypto_module_nss.cc', |
| 1091 'base/keygen_handler_nss.cc', | 1087 'base/keygen_handler_nss.cc', |
| 1092 'base/nss_cert_database.cc', | 1088 'base/nss_cert_database.cc', |
| 1093 'base/nss_cert_database.h', | 1089 'base/nss_cert_database.h', |
| 1094 'base/nss_memio.c', | 1090 'base/nss_memio.c', |
| (...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2597 '--result', '<@(_outputs)', | 2593 '--result', '<@(_outputs)', |
| 2598 '--isolate', 'net_unittests.isolate', | 2594 '--isolate', 'net_unittests.isolate', |
| 2599 ], | 2595 ], |
| 2600 }, | 2596 }, |
| 2601 ], | 2597 ], |
| 2602 }, | 2598 }, |
| 2603 ], | 2599 ], |
| 2604 }], | 2600 }], |
| 2605 ], | 2601 ], |
| 2606 } | 2602 } |
| OLD | NEW |