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 'conditions': [ | 11 'conditions': [ |
11 ['chromeos==1 or OS=="android" or OS=="ios"', { | 12 ['chromeos==1 or OS=="android" or OS=="ios"', { |
12 # Disable Kerberos on ChromeOS, Android and iOS, at least for now. | 13 # Disable Kerberos on ChromeOS, Android and iOS, at least for now. |
13 # It needs configuration (krb5.conf and so on). | 14 # It needs configuration (krb5.conf and so on). |
14 'use_kerberos%': 0, | 15 'use_kerberos%': 0, |
15 }, { # chromeos == 0 | 16 }, { # chromeos == 0 |
16 'use_kerberos%': 1, | 17 'use_kerberos%': 1, |
17 }], | 18 }], |
18 ['OS=="android" and target_arch != "ia32"', { | 19 ['OS=="android" and target_arch != "ia32"', { |
19 # The way the cache uses mmap() is inefficient on some Android devices. | 20 # The way the cache uses mmap() is inefficient on some Android devices. |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'disk_cache/sparse_control.h', | 375 'disk_cache/sparse_control.h', |
375 'disk_cache/stats.cc', | 376 'disk_cache/stats.cc', |
376 'disk_cache/stats.h', | 377 'disk_cache/stats.h', |
377 'disk_cache/stats_histogram.cc', | 378 'disk_cache/stats_histogram.cc', |
378 'disk_cache/stats_histogram.h', | 379 'disk_cache/stats_histogram.h', |
379 'disk_cache/storage_block-inl.h', | 380 'disk_cache/storage_block-inl.h', |
380 'disk_cache/storage_block.h', | 381 'disk_cache/storage_block.h', |
381 'disk_cache/stress_support.h', | 382 'disk_cache/stress_support.h', |
382 'disk_cache/trace.cc', | 383 'disk_cache/trace.cc', |
383 'disk_cache/trace.h', | 384 'disk_cache/trace.h', |
| 385 'disk_cache/tracing_cache_backend.cc', |
| 386 'disk_cache/tracing_cache_backend.h', |
384 'disk_cache/simple/simple_backend_impl.cc', | 387 'disk_cache/simple/simple_backend_impl.cc', |
385 'disk_cache/simple/simple_backend_impl.h', | 388 'disk_cache/simple/simple_backend_impl.h', |
386 'disk_cache/simple/simple_disk_format.cc', | 389 'disk_cache/simple/simple_disk_format.cc', |
387 'disk_cache/simple/simple_disk_format.h', | 390 'disk_cache/simple/simple_disk_format.h', |
388 'disk_cache/simple/simple_entry_impl.cc', | 391 'disk_cache/simple/simple_entry_impl.cc', |
389 'disk_cache/simple/simple_entry_impl.h', | 392 'disk_cache/simple/simple_entry_impl.h', |
390 'disk_cache/simple/simple_index.cc', | 393 'disk_cache/simple/simple_index.cc', |
391 'disk_cache/simple/simple_index.h', | 394 'disk_cache/simple/simple_index.h', |
392 'disk_cache/simple/simple_synchronous_entry.cc', | 395 'disk_cache/simple/simple_synchronous_entry.cc', |
393 'disk_cache/simple/simple_synchronous_entry.h', | 396 'disk_cache/simple/simple_synchronous_entry.h', |
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1074 'defines': [ | 1077 'defines': [ |
1075 'ENABLE_BUILT_IN_DNS', | 1078 'ENABLE_BUILT_IN_DNS', |
1076 ] | 1079 ] |
1077 }, { # else | 1080 }, { # else |
1078 'sources!': [ | 1081 'sources!': [ |
1079 'dns/address_sorter_posix.cc', | 1082 'dns/address_sorter_posix.cc', |
1080 'dns/address_sorter_posix.h', | 1083 'dns/address_sorter_posix.h', |
1081 'dns/dns_client.cc', | 1084 'dns/dns_client.cc', |
1082 ], | 1085 ], |
1083 }], | 1086 }], |
| 1087 ['use_tracing_cache_backend==1', { |
| 1088 'defines': [ |
| 1089 'USE_TRACING_CACHE_BACKEND' |
| 1090 ], |
| 1091 }], |
1084 ['use_openssl==1', { | 1092 ['use_openssl==1', { |
1085 'sources!': [ | 1093 'sources!': [ |
1086 'base/crypto_module_nss.cc', | 1094 'base/crypto_module_nss.cc', |
1087 'base/keygen_handler_nss.cc', | 1095 'base/keygen_handler_nss.cc', |
1088 'base/nss_memio.c', | 1096 'base/nss_memio.c', |
1089 'base/nss_memio.h', | 1097 'base/nss_memio.h', |
1090 'cert/cert_database_nss.cc', | 1098 'cert/cert_database_nss.cc', |
1091 'cert/cert_verify_proc_nss.cc', | 1099 'cert/cert_verify_proc_nss.cc', |
1092 'cert/cert_verify_proc_nss.h', | 1100 'cert/cert_verify_proc_nss.h', |
1093 'cert/nss_cert_database.cc', | 1101 'cert/nss_cert_database.cc', |
(...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2708 '--result', '<@(_outputs)', | 2716 '--result', '<@(_outputs)', |
2709 '--isolate', 'net_unittests.isolate', | 2717 '--isolate', 'net_unittests.isolate', |
2710 ], | 2718 ], |
2711 }, | 2719 }, |
2712 ], | 2720 ], |
2713 }, | 2721 }, |
2714 ], | 2722 ], |
2715 }], | 2723 }], |
2716 ], | 2724 ], |
2717 } | 2725 } |
OLD | NEW |