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

Side by Side Diff: net/net.gyp

Issue 6613027: Adds memory cache logging, and updates disk cache logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Oops Created 9 years, 9 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/sparse_control.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) 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'disk_cache/cache_util_win.cc', 376 'disk_cache/cache_util_win.cc',
377 'disk_cache/disk_cache.h', 377 'disk_cache/disk_cache.h',
378 'disk_cache/disk_format.cc', 378 'disk_cache/disk_format.cc',
379 'disk_cache/disk_format.h', 379 'disk_cache/disk_format.h',
380 'disk_cache/entry_impl.cc', 380 'disk_cache/entry_impl.cc',
381 'disk_cache/entry_impl.h', 381 'disk_cache/entry_impl.h',
382 'disk_cache/errors.h', 382 'disk_cache/errors.h',
383 'disk_cache/eviction.cc', 383 'disk_cache/eviction.cc',
384 'disk_cache/eviction.h', 384 'disk_cache/eviction.h',
385 'disk_cache/experiments.h', 385 'disk_cache/experiments.h',
386 'disk_cache/net_log_parameters.cc',
387 'disk_cache/net_log_parameters.h',
386 'disk_cache/file.cc', 388 'disk_cache/file.cc',
387 'disk_cache/file.h', 389 'disk_cache/file.h',
388 'disk_cache/file_block.h', 390 'disk_cache/file_block.h',
389 'disk_cache/file_lock.cc', 391 'disk_cache/file_lock.cc',
390 'disk_cache/file_lock.h', 392 'disk_cache/file_lock.h',
391 'disk_cache/file_posix.cc', 393 'disk_cache/file_posix.cc',
392 'disk_cache/file_win.cc', 394 'disk_cache/file_win.cc',
393 'disk_cache/hash.cc', 395 'disk_cache/hash.cc',
394 'disk_cache/hash.h', 396 'disk_cache/hash.h',
395 'disk_cache/histogram_macros.h', 397 'disk_cache/histogram_macros.h',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 ], 1478 ],
1477 }], 1479 }],
1478 ], 1480 ],
1479 } 1481 }
1480 1482
1481 # Local Variables: 1483 # Local Variables:
1482 # tab-width:2 1484 # tab-width:2
1483 # indent-tabs-mode:nil 1485 # indent-tabs-mode:nil
1484 # End: 1486 # End:
1485 # vim: set expandtab tabstop=2 shiftwidth=2: 1487 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/disk_cache/sparse_control.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698