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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 'disk_cache/flash/storage.h', | 450 'disk_cache/flash/storage.h', |
451 'disk_cache/v3/backend_impl_v3.cc', | 451 'disk_cache/v3/backend_impl_v3.cc', |
452 'disk_cache/v3/backend_impl_v3.h', | 452 'disk_cache/v3/backend_impl_v3.h', |
453 'disk_cache/v3/block_bitmaps.cc', | 453 'disk_cache/v3/block_bitmaps.cc', |
454 'disk_cache/v3/block_bitmaps.h', | 454 'disk_cache/v3/block_bitmaps.h', |
455 'disk_cache/v3/disk_format_v3.h', | 455 'disk_cache/v3/disk_format_v3.h', |
456 'disk_cache/v3/entry_impl_v3.cc', | 456 'disk_cache/v3/entry_impl_v3.cc', |
457 'disk_cache/v3/entry_impl_v3.h', | 457 'disk_cache/v3/entry_impl_v3.h', |
458 'disk_cache/v3/eviction_v3.cc', | 458 'disk_cache/v3/eviction_v3.cc', |
459 'disk_cache/v3/eviction_v3.h', | 459 'disk_cache/v3/eviction_v3.h', |
| 460 'disk_cache/v3/histogram_macros.h', |
460 'disk_cache/v3/index_table.cc', | 461 'disk_cache/v3/index_table.cc', |
461 'disk_cache/v3/index_table.h', | 462 'disk_cache/v3/index_table.h', |
462 'dns/address_sorter.h', | 463 'dns/address_sorter.h', |
463 'dns/address_sorter_posix.cc', | 464 'dns/address_sorter_posix.cc', |
464 'dns/address_sorter_posix.h', | 465 'dns/address_sorter_posix.h', |
465 'dns/address_sorter_win.cc', | 466 'dns/address_sorter_win.cc', |
466 'dns/dns_client.cc', | 467 'dns/dns_client.cc', |
467 'dns/dns_client.h', | 468 'dns/dns_client.h', |
468 'dns/dns_config_service.cc', | 469 'dns/dns_config_service.cc', |
469 'dns/dns_config_service.h', | 470 'dns/dns_config_service.h', |
(...skipping 2709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3179 'net_unittests.isolate', | 3180 'net_unittests.isolate', |
3180 ], | 3181 ], |
3181 'sources': [ | 3182 'sources': [ |
3182 'net_unittests.isolate', | 3183 'net_unittests.isolate', |
3183 ], | 3184 ], |
3184 }, | 3185 }, |
3185 ], | 3186 ], |
3186 }], | 3187 }], |
3187 ], | 3188 ], |
3188 } | 3189 } |
OLD | NEW |