| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'disk_cache/simple/simple_entry_format.cc', | 392 'disk_cache/simple/simple_entry_format.cc', |
| 393 'disk_cache/simple/simple_entry_format.h', | 393 'disk_cache/simple/simple_entry_format.h', |
| 394 'disk_cache/simple/simple_entry_impl.cc', | 394 'disk_cache/simple/simple_entry_impl.cc', |
| 395 'disk_cache/simple/simple_entry_impl.h', | 395 'disk_cache/simple/simple_entry_impl.h', |
| 396 'disk_cache/simple/simple_entry_operation.cc', | 396 'disk_cache/simple/simple_entry_operation.cc', |
| 397 'disk_cache/simple/simple_entry_operation.h', | 397 'disk_cache/simple/simple_entry_operation.h', |
| 398 'disk_cache/simple/simple_index.cc', | 398 'disk_cache/simple/simple_index.cc', |
| 399 'disk_cache/simple/simple_index.h', | 399 'disk_cache/simple/simple_index.h', |
| 400 'disk_cache/simple/simple_index_file.cc', | 400 'disk_cache/simple/simple_index_file.cc', |
| 401 'disk_cache/simple/simple_index_file.h', | 401 'disk_cache/simple/simple_index_file.h', |
| 402 'disk_cache/simple/simple_index_file_posix.cc', |
| 403 'disk_cache/simple/simple_index_file_win.cc', |
| 402 'disk_cache/simple/simple_net_log_parameters.cc', | 404 'disk_cache/simple/simple_net_log_parameters.cc', |
| 403 'disk_cache/simple/simple_net_log_parameters.h', | 405 'disk_cache/simple/simple_net_log_parameters.h', |
| 404 'disk_cache/simple/simple_synchronous_entry.cc', | 406 'disk_cache/simple/simple_synchronous_entry.cc', |
| 405 'disk_cache/simple/simple_synchronous_entry.h', | 407 'disk_cache/simple/simple_synchronous_entry.h', |
| 406 'disk_cache/simple/simple_util.cc', | 408 'disk_cache/simple/simple_util.cc', |
| 407 'disk_cache/simple/simple_util.h', | 409 'disk_cache/simple/simple_util.h', |
| 408 'disk_cache/flash/flash_entry_impl.cc', | 410 'disk_cache/flash/flash_entry_impl.cc', |
| 409 'disk_cache/flash/flash_entry_impl.h', | 411 'disk_cache/flash/flash_entry_impl.h', |
| 410 'disk_cache/flash/format.h', | 412 'disk_cache/flash/format.h', |
| 411 'disk_cache/flash/internal_entry.cc', | 413 'disk_cache/flash/internal_entry.cc', |
| (...skipping 2521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2933 'net_unittests.isolate', | 2935 'net_unittests.isolate', |
| 2934 ], | 2936 ], |
| 2935 'sources': [ | 2937 'sources': [ |
| 2936 'net_unittests.isolate', | 2938 'net_unittests.isolate', |
| 2937 ], | 2939 ], |
| 2938 }, | 2940 }, |
| 2939 ], | 2941 ], |
| 2940 }], | 2942 }], |
| 2941 ], | 2943 ], |
| 2942 } | 2944 } |
| OLD | NEW |