| 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', | 
|  |