Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index d9958a1ef3e951823738c7ab57d83bde89e27f47..fdef765f44772e21d79eead21db96bdd7484ed57 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -650,14 +650,8 @@ |
'url_request/url_request_throttler_manager.h', |
'url_request/view_cache_helper.cc', |
'url_request/view_cache_helper.h', |
- 'websockets/websocket.cc', |
- 'websockets/websocket.h', |
'websockets/websocket_frame_handler.cc', |
'websockets/websocket_frame_handler.h', |
- 'websockets/websocket_handshake.cc', |
- 'websockets/websocket_handshake.h', |
- 'websockets/websocket_handshake_draft75.cc', |
- 'websockets/websocket_handshake_draft75.h', |
'websockets/websocket_handshake_handler.cc', |
'websockets/websocket_handshake_handler.h', |
'websockets/websocket_job.cc', |
@@ -1040,13 +1034,10 @@ |
'url_request/url_request_unittest.cc', |
'url_request/view_cache_helper_unittest.cc', |
'websockets/websocket_frame_handler_unittest.cc', |
- 'websockets/websocket_handshake_draft75_unittest.cc', |
'websockets/websocket_handshake_handler_unittest.cc', |
- 'websockets/websocket_handshake_unittest.cc', |
'websockets/websocket_job_unittest.cc', |
'websockets/websocket_net_log_params_unittest.cc', |
'websockets/websocket_throttle_unittest.cc', |
- 'websockets/websocket_unittest.cc', |
], |
'conditions': [ |
['chromeos==1', { |