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

Side by Side Diff: net/net.gyp

Issue 42682: Disk Cache: Second pass (and final) to allow multiple instances... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/stats.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'disk_cache/eviction.cc', 156 'disk_cache/eviction.cc',
157 'disk_cache/eviction.h', 157 'disk_cache/eviction.h',
158 'disk_cache/file.h', 158 'disk_cache/file.h',
159 'disk_cache/file_block.h', 159 'disk_cache/file_block.h',
160 'disk_cache/file_lock.cc', 160 'disk_cache/file_lock.cc',
161 'disk_cache/file_lock.h', 161 'disk_cache/file_lock.h',
162 'disk_cache/file_posix.cc', 162 'disk_cache/file_posix.cc',
163 'disk_cache/file_win.cc', 163 'disk_cache/file_win.cc',
164 'disk_cache/hash.cc', 164 'disk_cache/hash.cc',
165 'disk_cache/hash.h', 165 'disk_cache/hash.h',
166 'disk_cache/histogram_macros.h',
166 'disk_cache/mapped_file.h', 167 'disk_cache/mapped_file.h',
167 'disk_cache/mapped_file_posix.cc', 168 'disk_cache/mapped_file_posix.cc',
168 'disk_cache/mapped_file_win.cc', 169 'disk_cache/mapped_file_win.cc',
169 'disk_cache/mem_backend_impl.cc', 170 'disk_cache/mem_backend_impl.cc',
170 'disk_cache/mem_backend_impl.h', 171 'disk_cache/mem_backend_impl.h',
171 'disk_cache/mem_entry_impl.cc', 172 'disk_cache/mem_entry_impl.cc',
172 'disk_cache/mem_entry_impl.h', 173 'disk_cache/mem_entry_impl.h',
173 'disk_cache/mem_rankings.cc', 174 'disk_cache/mem_rankings.cc',
174 'disk_cache/mem_rankings.h', 175 'disk_cache/mem_rankings.h',
175 'disk_cache/rankings.cc', 176 'disk_cache/rankings.cc',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'sources': [ 588 'sources': [
588 'tools/dump_cache/dump_cache.cc', 589 'tools/dump_cache/dump_cache.cc',
589 'tools/dump_cache/dump_files.cc', 590 'tools/dump_cache/dump_files.cc',
590 'tools/dump_cache/upgrade.cc', 591 'tools/dump_cache/upgrade.cc',
591 ], 592 ],
592 }, 593 },
593 ], 594 ],
594 }], 595 }],
595 ], 596 ],
596 } 597 }
OLDNEW
« no previous file with comments | « net/disk_cache/stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698