| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'disk_cache/eviction.h', | 258 'disk_cache/eviction.h', |
| 259 'disk_cache/file.h', | 259 'disk_cache/file.h', |
| 260 'disk_cache/file_block.h', | 260 'disk_cache/file_block.h', |
| 261 'disk_cache/file_lock.cc', | 261 'disk_cache/file_lock.cc', |
| 262 'disk_cache/file_lock.h', | 262 'disk_cache/file_lock.h', |
| 263 'disk_cache/file_posix.cc', | 263 'disk_cache/file_posix.cc', |
| 264 'disk_cache/file_win.cc', | 264 'disk_cache/file_win.cc', |
| 265 'disk_cache/hash.cc', | 265 'disk_cache/hash.cc', |
| 266 'disk_cache/hash.h', | 266 'disk_cache/hash.h', |
| 267 'disk_cache/histogram_macros.h', | 267 'disk_cache/histogram_macros.h', |
| 268 'disk_cache/in_flight_backend_io.cc', | |
| 269 'disk_cache/in_flight_backend_io.h', | |
| 270 'disk_cache/in_flight_io.cc', | |
| 271 'disk_cache/in_flight_io.h', | |
| 272 'disk_cache/mapped_file.h', | 268 'disk_cache/mapped_file.h', |
| 273 'disk_cache/mapped_file_posix.cc', | 269 'disk_cache/mapped_file_posix.cc', |
| 274 'disk_cache/mapped_file_win.cc', | 270 'disk_cache/mapped_file_win.cc', |
| 275 'disk_cache/mem_backend_impl.cc', | 271 'disk_cache/mem_backend_impl.cc', |
| 276 'disk_cache/mem_backend_impl.h', | 272 'disk_cache/mem_backend_impl.h', |
| 277 'disk_cache/mem_entry_impl.cc', | 273 'disk_cache/mem_entry_impl.cc', |
| 278 'disk_cache/mem_entry_impl.h', | 274 'disk_cache/mem_entry_impl.h', |
| 279 'disk_cache/mem_rankings.cc', | 275 'disk_cache/mem_rankings.cc', |
| 280 'disk_cache/mem_rankings.h', | 276 'disk_cache/mem_rankings.h', |
| 281 'disk_cache/rankings.cc', | 277 'disk_cache/rankings.cc', |
| (...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 ], | 1088 ], |
| 1093 }], | 1089 }], |
| 1094 ], | 1090 ], |
| 1095 } | 1091 } |
| 1096 | 1092 |
| 1097 # Local Variables: | 1093 # Local Variables: |
| 1098 # tab-width:2 | 1094 # tab-width:2 |
| 1099 # indent-tabs-mode:nil | 1095 # indent-tabs-mode:nil |
| 1100 # End: | 1096 # End: |
| 1101 # vim: set expandtab tabstop=2 shiftwidth=2: | 1097 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |