| 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, | 10 'use_simple_cache_backend%': 0, |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'cookies/parsed_cookie.cc', | 362 'cookies/parsed_cookie.cc', |
| 363 'cookies/parsed_cookie.h', | 363 'cookies/parsed_cookie.h', |
| 364 'disk_cache/addr.cc', | 364 'disk_cache/addr.cc', |
| 365 'disk_cache/addr.h', | 365 'disk_cache/addr.h', |
| 366 'disk_cache/backend_impl.cc', | 366 'disk_cache/backend_impl.cc', |
| 367 'disk_cache/backend_impl.h', | 367 'disk_cache/backend_impl.h', |
| 368 'disk_cache/bitmap.cc', | 368 'disk_cache/bitmap.cc', |
| 369 'disk_cache/bitmap.h', | 369 'disk_cache/bitmap.h', |
| 370 'disk_cache/block_files.cc', | 370 'disk_cache/block_files.cc', |
| 371 'disk_cache/block_files.h', | 371 'disk_cache/block_files.h', |
| 372 'disk_cache/cache_creator.cc', |
| 372 'disk_cache/cache_util.h', | 373 'disk_cache/cache_util.h', |
| 373 'disk_cache/cache_util_posix.cc', | 374 'disk_cache/cache_util_posix.cc', |
| 374 'disk_cache/cache_util_win.cc', | 375 'disk_cache/cache_util_win.cc', |
| 375 'disk_cache/disk_cache.h', | 376 'disk_cache/disk_cache.h', |
| 376 'disk_cache/disk_format.cc', | 377 'disk_cache/disk_format.cc', |
| 377 'disk_cache/disk_format.h', | 378 'disk_cache/disk_format.h', |
| 378 'disk_cache/entry_impl.cc', | 379 'disk_cache/entry_impl.cc', |
| 379 'disk_cache/entry_impl.h', | 380 'disk_cache/entry_impl.h', |
| 380 'disk_cache/errors.h', | 381 'disk_cache/errors.h', |
| 381 'disk_cache/eviction.cc', | 382 'disk_cache/eviction.cc', |
| (...skipping 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2576 '--result', '<@(_outputs)', | 2577 '--result', '<@(_outputs)', |
| 2577 '--isolate', 'net_unittests.isolate', | 2578 '--isolate', 'net_unittests.isolate', |
| 2578 ], | 2579 ], |
| 2579 }, | 2580 }, |
| 2580 ], | 2581 ], |
| 2581 }, | 2582 }, |
| 2582 ], | 2583 ], |
| 2583 }], | 2584 }], |
| 2584 ], | 2585 ], |
| 2585 } | 2586 } |
| OLD | NEW |