| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index d055469456552d1e832be8655f8bf21d04cf65bf..b494ef3aecf73e24f56cc2cacadc9eed0c6d9589 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -772,6 +772,8 @@
|
| 'url_request/view_cache_helper.h',
|
| 'websockets/websocket_frame.cc',
|
| 'websockets/websocket_frame.h',
|
| + 'websockets/websocket_frame_builder.cc',
|
| + 'websockets/websocket_frame_builder.h',
|
| 'websockets/websocket_frame_parser.cc',
|
| 'websockets/websocket_frame_parser.h',
|
| 'websockets/websocket_handshake_handler.cc',
|
| @@ -1259,6 +1261,7 @@
|
| 'url_request/url_request_throttler_unittest.cc',
|
| 'url_request/url_request_unittest.cc',
|
| 'url_request/view_cache_helper_unittest.cc',
|
| + 'websockets/websocket_frame_builder_unittest.cc',
|
| 'websockets/websocket_frame_parser_unittest.cc',
|
| 'websockets/websocket_handshake_handler_unittest.cc',
|
| 'websockets/websocket_job_spdy2_unittest.cc',
|
|
|