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

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: Fixed Posix error. 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 4b2259eb9605039822b4dc35e409073a7e86350a..8900b1647e0ab4978b4cc47460fefc37a53f3999 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -87,6 +87,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