Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Side by Side Diff: net/net.gyp

Issue 2829008: Disk cache: Switch the disk cache to use the cache_thread.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Rename some methods Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/disk_cache/stress_cache.cc ('k') | net/tools/crash_cache/crash_cache.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « net/disk_cache/stress_cache.cc ('k') | net/tools/crash_cache/crash_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698