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

Side by Side Diff: net/net.gyp

Issue 7583049: Record UMA statistics for file_stream operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hopefully fixed crash bug in file stream UMA stats. Created 9 years, 4 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
« net/base/file_stream_posix.cc ('K') | « net/base/file_stream_win.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'base/dnssec_keyset.h', 79 'base/dnssec_keyset.h',
80 'base/dns_util.cc', 80 'base/dns_util.cc',
81 'base/dns_util.h', 81 'base/dns_util.h',
82 'base/dnsrr_resolver.cc', 82 'base/dnsrr_resolver.cc',
83 'base/dnsrr_resolver.h', 83 'base/dnsrr_resolver.h',
84 'base/escape.cc', 84 'base/escape.cc',
85 'base/escape.h', 85 'base/escape.h',
86 'base/escape_icu.cc', 86 'base/escape_icu.cc',
87 'base/ev_root_ca_metadata.cc', 87 'base/ev_root_ca_metadata.cc',
88 'base/ev_root_ca_metadata.h', 88 'base/ev_root_ca_metadata.h',
89 'base/file_stream.cc',
89 'base/file_stream.h', 90 'base/file_stream.h',
90 'base/file_stream_posix.cc', 91 'base/file_stream_posix.cc',
91 'base/file_stream_win.cc', 92 'base/file_stream_win.cc',
92 'base/filter.cc', 93 'base/filter.cc',
93 'base/filter.h', 94 'base/filter.h',
94 'base/gzip_filter.cc', 95 'base/gzip_filter.cc',
95 'base/gzip_filter.h', 96 'base/gzip_filter.h',
96 'base/gzip_header.cc', 97 'base/gzip_header.cc',
97 'base/gzip_header.h', 98 'base/gzip_header.h',
98 'base/host_cache.cc', 99 'base/host_cache.cc',
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'tools/dump_cache/url_to_filename_encoder.cc', 1484 'tools/dump_cache/url_to_filename_encoder.cc',
1484 'tools/dump_cache/url_to_filename_encoder.h', 1485 'tools/dump_cache/url_to_filename_encoder.h',
1485 'tools/dump_cache/url_utilities.h', 1486 'tools/dump_cache/url_utilities.h',
1486 'tools/dump_cache/url_utilities.cc', 1487 'tools/dump_cache/url_utilities.cc',
1487 ], 1488 ],
1488 }, 1489 },
1489 ], 1490 ],
1490 }], 1491 }],
1491 ], 1492 ],
1492 } 1493 }
OLDNEW
« net/base/file_stream_posix.cc ('K') | « net/base/file_stream_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698