| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'disk_cache/stats.h', | 368 'disk_cache/stats.h', |
| 369 'disk_cache/stats_histogram.cc', | 369 'disk_cache/stats_histogram.cc', |
| 370 'disk_cache/stats_histogram.h', | 370 'disk_cache/stats_histogram.h', |
| 371 'disk_cache/storage_block-inl.h', | 371 'disk_cache/storage_block-inl.h', |
| 372 'disk_cache/storage_block.h', | 372 'disk_cache/storage_block.h', |
| 373 'disk_cache/stress_support.h', | 373 'disk_cache/stress_support.h', |
| 374 'disk_cache/trace.cc', | 374 'disk_cache/trace.cc', |
| 375 'disk_cache/trace.h', | 375 'disk_cache/trace.h', |
| 376 'disk_cache/simple/simple_backend_impl.cc', | 376 'disk_cache/simple/simple_backend_impl.cc', |
| 377 'disk_cache/simple/simple_backend_impl.h', | 377 'disk_cache/simple/simple_backend_impl.h', |
| 378 'disk_cache/simple/simple_disk_format.cc', | |
| 379 'disk_cache/simple/simple_disk_format.h', | 378 'disk_cache/simple/simple_disk_format.h', |
| 380 'disk_cache/simple/simple_entry_impl.cc', | 379 'disk_cache/simple/simple_entry_impl.cc', |
| 381 'disk_cache/simple/simple_entry_impl.h', | 380 'disk_cache/simple/simple_entry_impl.h', |
| 382 'disk_cache/simple/simple_index.cc', | 381 'disk_cache/simple/simple_index.cc', |
| 383 'disk_cache/simple/simple_index.h', | 382 'disk_cache/simple/simple_index.h', |
| 383 'disk_cache/simple/simple_index_file.cc', |
| 384 'disk_cache/simple/simple_index_file.h', |
| 385 'disk_cache/simple/simple_index_util.cc', |
| 386 'disk_cache/simple/simple_index_util.h', |
| 384 'disk_cache/simple/simple_synchronous_entry.cc', | 387 'disk_cache/simple/simple_synchronous_entry.cc', |
| 385 'disk_cache/simple/simple_synchronous_entry.h', | 388 'disk_cache/simple/simple_synchronous_entry.h', |
| 386 'disk_cache/flash/flash_entry_impl.cc', | 389 'disk_cache/flash/flash_entry_impl.cc', |
| 387 'disk_cache/flash/flash_entry_impl.h', | 390 'disk_cache/flash/flash_entry_impl.h', |
| 388 'disk_cache/flash/format.h', | 391 'disk_cache/flash/format.h', |
| 389 'disk_cache/flash/internal_entry.cc', | 392 'disk_cache/flash/internal_entry.cc', |
| 390 'disk_cache/flash/internal_entry.h', | 393 'disk_cache/flash/internal_entry.h', |
| 391 'disk_cache/flash/log_store.cc', | 394 'disk_cache/flash/log_store.cc', |
| 392 'disk_cache/flash/log_store.h', | 395 'disk_cache/flash/log_store.h', |
| 393 'disk_cache/flash/log_store_entry.cc', | 396 'disk_cache/flash/log_store_entry.cc', |
| (...skipping 2384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2778 '--result', '<@(_outputs)', | 2781 '--result', '<@(_outputs)', |
| 2779 '--isolate', 'net_unittests.isolate', | 2782 '--isolate', 'net_unittests.isolate', |
| 2780 ], | 2783 ], |
| 2781 }, | 2784 }, |
| 2782 ], | 2785 ], |
| 2783 }, | 2786 }, |
| 2784 ], | 2787 ], |
| 2785 }], | 2788 }], |
| 2786 ], | 2789 ], |
| 2787 } | 2790 } |
| OLD | NEW |