 Chromium Code Reviews
 Chromium Code Reviews Issue 10944005:
  Pepper WebSocket API: Implement new design Chrome IPC  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10944005:
  Pepper WebSocket API: Implement new design Chrome IPC  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ppapi/ppapi_shared.gypi | 
| diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi | 
| index 783252743643d841d9ae50541e1902f4d8a351da..3bcec1d51f01dd8d77603266f561c8f2be47b259 100644 | 
| --- a/ppapi/ppapi_shared.gypi | 
| +++ b/ppapi/ppapi_shared.gypi | 
| @@ -286,7 +286,6 @@ | 
| 'thunk/ppb_url_util_thunk.cc', | 
| 'thunk/ppb_video_capture_thunk.cc', | 
| 'thunk/ppb_video_decoder_thunk.cc', | 
| - 'thunk/ppb_websocket_thunk.cc', | 
| ], | 
| }], | 
| # We exclude a few more things for nacl_win64, to avoid pulling in |