Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1118)

Unified Diff: ppapi/ppapi_proxy.gypi

Issue 10944005: Pepper WebSocket API: Implement new design Chrome IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: retry Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi_proxy.gypi
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi
index 56dbb8c67c96f2df2f9bcea7e96c789c297b481a..8b28447b6c6874743c07925cd48496a0b33d8709 100644
--- a/ppapi/ppapi_proxy.gypi
+++ b/ppapi/ppapi_proxy.gypi
@@ -156,6 +156,10 @@
'proxy/url_request_info_resource.cc',
'proxy/url_request_info_resource.h',
'proxy/var_serialization_rules.h',
+ 'proxy/websocket_resource.cc',
+ 'proxy/websocket_resource.h',
+ 'thunk/ppb_websocket_api.h',
+ 'thunk/ppb_websocket_thunk.cc',
],
'defines': [
'PPAPI_PROXY_IMPLEMENTATION',

Powered by Google App Engine
This is Rietveld 408576698