| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'disk_cache/eviction.cc', | 156 'disk_cache/eviction.cc', |
| 157 'disk_cache/eviction.h', | 157 'disk_cache/eviction.h', |
| 158 'disk_cache/file.h', | 158 'disk_cache/file.h', |
| 159 'disk_cache/file_block.h', | 159 'disk_cache/file_block.h', |
| 160 'disk_cache/file_lock.cc', | 160 'disk_cache/file_lock.cc', |
| 161 'disk_cache/file_lock.h', | 161 'disk_cache/file_lock.h', |
| 162 'disk_cache/file_posix.cc', | 162 'disk_cache/file_posix.cc', |
| 163 'disk_cache/file_win.cc', | 163 'disk_cache/file_win.cc', |
| 164 'disk_cache/hash.cc', | 164 'disk_cache/hash.cc', |
| 165 'disk_cache/hash.h', | 165 'disk_cache/hash.h', |
| 166 'disk_cache/histogram_macros.h', |
| 166 'disk_cache/mapped_file.h', | 167 'disk_cache/mapped_file.h', |
| 167 'disk_cache/mapped_file_posix.cc', | 168 'disk_cache/mapped_file_posix.cc', |
| 168 'disk_cache/mapped_file_win.cc', | 169 'disk_cache/mapped_file_win.cc', |
| 169 'disk_cache/mem_backend_impl.cc', | 170 'disk_cache/mem_backend_impl.cc', |
| 170 'disk_cache/mem_backend_impl.h', | 171 'disk_cache/mem_backend_impl.h', |
| 171 'disk_cache/mem_entry_impl.cc', | 172 'disk_cache/mem_entry_impl.cc', |
| 172 'disk_cache/mem_entry_impl.h', | 173 'disk_cache/mem_entry_impl.h', |
| 173 'disk_cache/mem_rankings.cc', | 174 'disk_cache/mem_rankings.cc', |
| 174 'disk_cache/mem_rankings.h', | 175 'disk_cache/mem_rankings.h', |
| 175 'disk_cache/rankings.cc', | 176 'disk_cache/rankings.cc', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 'sources': [ | 588 'sources': [ |
| 588 'tools/dump_cache/dump_cache.cc', | 589 'tools/dump_cache/dump_cache.cc', |
| 589 'tools/dump_cache/dump_files.cc', | 590 'tools/dump_cache/dump_files.cc', |
| 590 'tools/dump_cache/upgrade.cc', | 591 'tools/dump_cache/upgrade.cc', |
| 591 ], | 592 ], |
| 592 }, | 593 }, |
| 593 ], | 594 ], |
| 594 }], | 595 }], |
| 595 ], | 596 ], |
| 596 } | 597 } |
| OLD | NEW |