| Index: net/net.gyp | 
| diff --git a/net/net.gyp b/net/net.gyp | 
| index 09a717ef010689b399fb90c9f9776ce361e2709d..acf13fe6cbb8317d56bb44aab81e9d5400684b50 100644 | 
| --- a/net/net.gyp | 
| +++ b/net/net.gyp | 
| @@ -1063,6 +1063,24 @@ | 
| ], | 
| }, | 
| { | 
| +          'target_name': 'simple_quic_client', | 
| +          'type': 'executable', | 
| +          'dependencies': [ | 
| +            '../base/base.gyp:base', | 
| +            '../url/url.gyp:url_lib', | 
| +            'net', | 
| +          ], | 
| +          'sources': [ | 
| +            'tools/quic/quic_simple_client.cc', | 
| +            'tools/quic/quic_simple_client.h', | 
| +            'tools/quic/quic_simple_client_bin.cc', | 
| +            'tools/quic/quic_simple_client_session.cc', | 
| +            'tools/quic/quic_simple_client_session.h', | 
| +            'tools/quic/quic_simple_client_stream.cc', | 
| +            'tools/quic/quic_simple_client_stream.h', | 
| +          ], | 
| +        }, | 
| +        { | 
| 'target_name': 'stress_cache', | 
| 'type': 'executable', | 
| 'dependencies': [ | 
|  |