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

Side by Side Diff: net/net.gyp

Issue 2819032: Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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')
Property Changes:
Added: svn:mergeinfo
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 ], 1074 ],
1079 }], 1075 }],
1080 ], 1076 ],
1081 } 1077 }
1082 1078
1083 # Local Variables: 1079 # Local Variables:
1084 # tab-width:2 1080 # tab-width:2
1085 # indent-tabs-mode:nil 1081 # indent-tabs-mode:nil
1086 # End: 1082 # End:
1087 # vim: set expandtab tabstop=2 shiftwidth=2: 1083 # 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