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

Side by Side Diff: net/net.gyp

Issue 2841034: Disk cache: Switch the disk cache to use the cache_thread.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix tsan issues 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
Property Changes:
Deleted: 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',
268 'disk_cache/mapped_file.h', 272 'disk_cache/mapped_file.h',
269 'disk_cache/mapped_file_posix.cc', 273 'disk_cache/mapped_file_posix.cc',
270 'disk_cache/mapped_file_win.cc', 274 'disk_cache/mapped_file_win.cc',
271 'disk_cache/mem_backend_impl.cc', 275 'disk_cache/mem_backend_impl.cc',
272 'disk_cache/mem_backend_impl.h', 276 'disk_cache/mem_backend_impl.h',
273 'disk_cache/mem_entry_impl.cc', 277 'disk_cache/mem_entry_impl.cc',
274 'disk_cache/mem_entry_impl.h', 278 'disk_cache/mem_entry_impl.h',
275 'disk_cache/mem_rankings.cc', 279 'disk_cache/mem_rankings.cc',
276 'disk_cache/mem_rankings.h', 280 'disk_cache/mem_rankings.h',
277 'disk_cache/rankings.cc', 281 'disk_cache/rankings.cc',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 ], 1078 ],
1075 }], 1079 }],
1076 ], 1080 ],
1077 } 1081 }
1078 1082
1079 # Local Variables: 1083 # Local Variables:
1080 # tab-width:2 1084 # tab-width:2
1081 # indent-tabs-mode:nil 1085 # indent-tabs-mode:nil
1082 # End: 1086 # End:
1083 # vim: set expandtab tabstop=2 shiftwidth=2: 1087 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698