| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 'disk_cache/eviction.h', | 255 'disk_cache/eviction.h', |
| 256 'disk_cache/file.h', | 256 'disk_cache/file.h', |
| 257 'disk_cache/file_block.h', | 257 'disk_cache/file_block.h', |
| 258 'disk_cache/file_lock.cc', | 258 'disk_cache/file_lock.cc', |
| 259 'disk_cache/file_lock.h', | 259 'disk_cache/file_lock.h', |
| 260 'disk_cache/file_posix.cc', | 260 'disk_cache/file_posix.cc', |
| 261 'disk_cache/file_win.cc', | 261 'disk_cache/file_win.cc', |
| 262 'disk_cache/hash.cc', | 262 'disk_cache/hash.cc', |
| 263 'disk_cache/hash.h', | 263 'disk_cache/hash.h', |
| 264 'disk_cache/histogram_macros.h', | 264 'disk_cache/histogram_macros.h', |
| 265 'disk_cache/in_flight_backend_io.cc', |
| 266 'disk_cache/in_flight_backend_io.h', |
| 267 'disk_cache/in_flight_io.cc', |
| 268 'disk_cache/in_flight_io.h', |
| 265 'disk_cache/mapped_file.h', | 269 'disk_cache/mapped_file.h', |
| 266 'disk_cache/mapped_file_posix.cc', | 270 'disk_cache/mapped_file_posix.cc', |
| 267 'disk_cache/mapped_file_win.cc', | 271 'disk_cache/mapped_file_win.cc', |
| 268 'disk_cache/mem_backend_impl.cc', | 272 'disk_cache/mem_backend_impl.cc', |
| 269 'disk_cache/mem_backend_impl.h', | 273 'disk_cache/mem_backend_impl.h', |
| 270 'disk_cache/mem_entry_impl.cc', | 274 'disk_cache/mem_entry_impl.cc', |
| 271 'disk_cache/mem_entry_impl.h', | 275 'disk_cache/mem_entry_impl.h', |
| 272 'disk_cache/mem_rankings.cc', | 276 'disk_cache/mem_rankings.cc', |
| 273 'disk_cache/mem_rankings.h', | 277 'disk_cache/mem_rankings.h', |
| 274 'disk_cache/rankings.cc', | 278 'disk_cache/rankings.cc', |
| (...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 ], | 1071 ], |
| 1068 }], | 1072 }], |
| 1069 ], | 1073 ], |
| 1070 } | 1074 } |
| 1071 | 1075 |
| 1072 # Local Variables: | 1076 # Local Variables: |
| 1073 # tab-width:2 | 1077 # tab-width:2 |
| 1074 # indent-tabs-mode:nil | 1078 # indent-tabs-mode:nil |
| 1075 # End: | 1079 # End: |
| 1076 # vim: set expandtab tabstop=2 shiftwidth=2: | 1080 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |