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

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: Removed extra logging. Created 9 years, 3 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/base/net_errors_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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'base/dnssec_chain_verifier.cc', 95 'base/dnssec_chain_verifier.cc',
96 'base/dnssec_chain_verifier.h', 96 'base/dnssec_chain_verifier.h',
97 'base/dnssec_keyset.cc', 97 'base/dnssec_keyset.cc',
98 'base/dnssec_keyset.h', 98 'base/dnssec_keyset.h',
99 'base/escape.cc', 99 'base/escape.cc',
100 'base/escape.h', 100 'base/escape.h',
101 'base/escape_icu.cc', 101 'base/escape_icu.cc',
102 'base/ev_root_ca_metadata.cc', 102 'base/ev_root_ca_metadata.cc',
103 'base/ev_root_ca_metadata.h', 103 'base/ev_root_ca_metadata.h',
104 'base/file_stream.h', 104 'base/file_stream.h',
105 'base/file_stream_metrics.h',
106 'base/file_stream_metrics.cc',
107 'base/file_stream_metrics_posix.cc',
108 'base/file_stream_metrics_win.cc',
105 'base/file_stream_posix.cc', 109 'base/file_stream_posix.cc',
106 'base/file_stream_win.cc', 110 'base/file_stream_win.cc',
107 'base/filter.cc', 111 'base/filter.cc',
108 'base/filter.h', 112 'base/filter.h',
109 'base/gzip_filter.cc', 113 'base/gzip_filter.cc',
110 'base/gzip_filter.h', 114 'base/gzip_filter.h',
111 'base/gzip_header.cc', 115 'base/gzip_header.cc',
112 'base/gzip_header.h', 116 'base/gzip_header.h',
113 'base/host_cache.cc', 117 'base/host_cache.cc',
114 'base/host_cache.h', 118 'base/host_cache.h',
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 'tools/dump_cache/url_to_filename_encoder.cc', 1554 'tools/dump_cache/url_to_filename_encoder.cc',
1551 'tools/dump_cache/url_to_filename_encoder.h', 1555 'tools/dump_cache/url_to_filename_encoder.h',
1552 'tools/dump_cache/url_utilities.h', 1556 'tools/dump_cache/url_utilities.h',
1553 'tools/dump_cache/url_utilities.cc', 1557 'tools/dump_cache/url_utilities.cc',
1554 ], 1558 ],
1555 }, 1559 },
1556 ], 1560 ],
1557 }], 1561 }],
1558 ], 1562 ],
1559 } 1563 }
OLDNEW
« no previous file with comments | « net/base/net_errors_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698