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

Side by Side Diff: net/net.gypi

Issue 295913014: Disk cache: Remove stats_histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 6 years, 6 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/blockfile/stats_histogram.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'disk_cache/blockfile/mapped_file.h', 412 'disk_cache/blockfile/mapped_file.h',
413 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', 413 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
414 'disk_cache/blockfile/mapped_file_posix.cc', 414 'disk_cache/blockfile/mapped_file_posix.cc',
415 'disk_cache/blockfile/mapped_file_win.cc', 415 'disk_cache/blockfile/mapped_file_win.cc',
416 'disk_cache/blockfile/rankings.cc', 416 'disk_cache/blockfile/rankings.cc',
417 'disk_cache/blockfile/rankings.h', 417 'disk_cache/blockfile/rankings.h',
418 'disk_cache/blockfile/sparse_control.cc', 418 'disk_cache/blockfile/sparse_control.cc',
419 'disk_cache/blockfile/sparse_control.h', 419 'disk_cache/blockfile/sparse_control.h',
420 'disk_cache/blockfile/stats.cc', 420 'disk_cache/blockfile/stats.cc',
421 'disk_cache/blockfile/stats.h', 421 'disk_cache/blockfile/stats.h',
422 'disk_cache/blockfile/stats_histogram.cc',
423 'disk_cache/blockfile/stats_histogram.h',
424 'disk_cache/blockfile/storage_block-inl.h', 422 'disk_cache/blockfile/storage_block-inl.h',
425 'disk_cache/blockfile/storage_block.h', 423 'disk_cache/blockfile/storage_block.h',
426 'disk_cache/blockfile/stress_support.h', 424 'disk_cache/blockfile/stress_support.h',
427 'disk_cache/blockfile/trace.cc', 425 'disk_cache/blockfile/trace.cc',
428 'disk_cache/blockfile/trace.h', 426 'disk_cache/blockfile/trace.h',
429 'disk_cache/cache_creator.cc', 427 'disk_cache/cache_creator.cc',
430 'disk_cache/cache_util.cc', 428 'disk_cache/cache_util.cc',
431 'disk_cache/cache_util.h', 429 'disk_cache/cache_util.h',
432 'disk_cache/cache_util_posix.cc', 430 'disk_cache/cache_util_posix.cc',
433 'disk_cache/cache_util_win.cc', 431 'disk_cache/cache_util_win.cc',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 'tools/quic/test_tools/quic_test_client.h', 1706 'tools/quic/test_tools/quic_test_client.h',
1709 'tools/quic/test_tools/quic_test_utils.cc', 1707 'tools/quic/test_tools/quic_test_utils.cc',
1710 'tools/quic/test_tools/quic_test_utils.h', 1708 'tools/quic/test_tools/quic_test_utils.h',
1711 'tools/quic/test_tools/server_thread.h', 1709 'tools/quic/test_tools/server_thread.h',
1712 'tools/quic/test_tools/server_thread.cc', 1710 'tools/quic/test_tools/server_thread.cc',
1713 'tools/quic/test_tools/simple_client.h', 1711 'tools/quic/test_tools/simple_client.h',
1714 'tools/quic/test_tools/simple_client.cc', 1712 'tools/quic/test_tools/simple_client.cc',
1715 ], 1713 ],
1716 } 1714 }
1717 } 1715 }
OLDNEW
« no previous file with comments | « net/disk_cache/blockfile/stats_histogram.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698