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

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: Remove pointless plumbing that forced matching begin/end events 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
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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'disk_cache/cache_util_win.cc', 367 'disk_cache/cache_util_win.cc',
368 'disk_cache/disk_cache.h', 368 'disk_cache/disk_cache.h',
369 'disk_cache/disk_format.cc', 369 'disk_cache/disk_format.cc',
370 'disk_cache/disk_format.h', 370 'disk_cache/disk_format.h',
371 'disk_cache/entry_impl.cc', 371 'disk_cache/entry_impl.cc',
372 'disk_cache/entry_impl.h', 372 'disk_cache/entry_impl.h',
373 'disk_cache/errors.h', 373 'disk_cache/errors.h',
374 'disk_cache/eviction.cc', 374 'disk_cache/eviction.cc',
375 'disk_cache/eviction.h', 375 'disk_cache/eviction.h',
376 'disk_cache/experiments.h', 376 'disk_cache/experiments.h',
377 'disk_cache/net_log_parameters.cc',
378 'disk_cache/net_log_parameters.h',
377 'disk_cache/file.cc', 379 'disk_cache/file.cc',
378 'disk_cache/file.h', 380 'disk_cache/file.h',
379 'disk_cache/file_block.h', 381 'disk_cache/file_block.h',
380 'disk_cache/file_lock.cc', 382 'disk_cache/file_lock.cc',
381 'disk_cache/file_lock.h', 383 'disk_cache/file_lock.h',
382 'disk_cache/file_posix.cc', 384 'disk_cache/file_posix.cc',
383 'disk_cache/file_win.cc', 385 'disk_cache/file_win.cc',
384 'disk_cache/hash.cc', 386 'disk_cache/hash.cc',
385 'disk_cache/hash.h', 387 'disk_cache/hash.h',
386 'disk_cache/histogram_macros.h', 388 'disk_cache/histogram_macros.h',
(...skipping 1089 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
« net/disk_cache/sparse_control.cc ('K') | « net/disk_cache/sparse_control.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698