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

Unified 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 unused data. 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 side-by-side diff with in-line comments
Download patch
« net/base/file_stream_metrics_win.cc ('K') | « net/base/file_stream_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 73b6d623f08384b9a3970dbb0ef502c4c87c0396..78bb33b15d6f93c9a746e0dbe17707e202e9adaf 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -98,6 +98,10 @@
'base/ev_root_ca_metadata.cc',
'base/ev_root_ca_metadata.h',
'base/file_stream.h',
+ 'base/file_stream_metrics.h',
+ 'base/file_stream_metrics.cc',
+ 'base/file_stream_metrics_posix.cc',
+ 'base/file_stream_metrics_win.cc',
'base/file_stream_posix.cc',
'base/file_stream_win.cc',
'base/filter.cc',
« net/base/file_stream_metrics_win.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