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 'conditions': [ | 10 'conditions': [ |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'disk_cache/mapped_file_avoid_mmap_posix.cc', | 378 'disk_cache/mapped_file_avoid_mmap_posix.cc', |
379 'disk_cache/mapped_file_win.cc', | 379 'disk_cache/mapped_file_win.cc', |
380 'disk_cache/mem_backend_impl.cc', | 380 'disk_cache/mem_backend_impl.cc', |
381 'disk_cache/mem_backend_impl.h', | 381 'disk_cache/mem_backend_impl.h', |
382 'disk_cache/mem_entry_impl.cc', | 382 'disk_cache/mem_entry_impl.cc', |
383 'disk_cache/mem_entry_impl.h', | 383 'disk_cache/mem_entry_impl.h', |
384 'disk_cache/mem_rankings.cc', | 384 'disk_cache/mem_rankings.cc', |
385 'disk_cache/mem_rankings.h', | 385 'disk_cache/mem_rankings.h', |
386 'disk_cache/net_log_parameters.cc', | 386 'disk_cache/net_log_parameters.cc', |
387 'disk_cache/net_log_parameters.h', | 387 'disk_cache/net_log_parameters.h', |
| 388 'disk_cache/pending_create_entry.cc', |
| 389 'disk_cache/pending_create_entry.h', |
388 'disk_cache/rankings.cc', | 390 'disk_cache/rankings.cc', |
389 'disk_cache/rankings.h', | 391 'disk_cache/rankings.h', |
390 'disk_cache/sparse_control.cc', | 392 'disk_cache/sparse_control.cc', |
391 'disk_cache/sparse_control.h', | 393 'disk_cache/sparse_control.h', |
392 'disk_cache/stats.cc', | 394 'disk_cache/stats.cc', |
393 'disk_cache/stats.h', | 395 'disk_cache/stats.h', |
394 'disk_cache/stats_histogram.cc', | 396 'disk_cache/stats_histogram.cc', |
395 'disk_cache/stats_histogram.h', | 397 'disk_cache/stats_histogram.h', |
396 'disk_cache/storage_block-inl.h', | 398 'disk_cache/storage_block-inl.h', |
397 'disk_cache/storage_block.h', | 399 'disk_cache/storage_block.h', |
(...skipping 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2439 '--result', '<@(_outputs)', | 2441 '--result', '<@(_outputs)', |
2440 '--isolate', 'net_unittests.isolate', | 2442 '--isolate', 'net_unittests.isolate', |
2441 ], | 2443 ], |
2442 }, | 2444 }, |
2443 ], | 2445 ], |
2444 }, | 2446 }, |
2445 ], | 2447 ], |
2446 }], | 2448 }], |
2447 ], | 2449 ], |
2448 } | 2450 } |
OLD | NEW |