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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 9192009: WebSocket Pepper API: make the API out of dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove binary type handling interfaces Created 8 years, 11 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_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 4336ff6dd9074cf45f3ba086fb00c98726536d7b..62dbf7f2ac55a643e41e2d92ca4adc1662162a30 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -42,6 +42,7 @@
'c/ppb_url_response_info.h',
'c/ppb_var.h',
'c/ppb_view.h',
+ 'c/ppb_websocket.h',
'c/ppp.h',
'c/ppp_graphics_3d.h',
'c/ppp_input_event.h',
@@ -72,7 +73,6 @@
'c/dev/ppb_url_util_dev.h',
'c/dev/ppb_var_array_buffer_dev.h',
'c/dev/ppb_video_decoder_dev.h',
- 'c/dev/ppb_websocket_dev.h',
'c/dev/ppb_widget_dev.h',
'c/dev/ppb_zoom_dev.h',
'c/dev/ppp_cursor_control_dev.h',
@@ -171,6 +171,8 @@
'cpp/var.h',
'cpp/view.cc',
'cpp/view.h',
+ 'cpp/websocket.cc',
+ 'cpp/websocket.h',
# Dev interfaces.
'cpp/dev/audio_input_dev.cc',
@@ -219,8 +221,6 @@
'cpp/dev/video_decoder_client_dev.h',
'cpp/dev/video_decoder_dev.cc',
'cpp/dev/video_decoder_dev.h',
- 'cpp/dev/websocket_dev.cc',
- 'cpp/dev/websocket_dev.h',
'cpp/dev/widget_client_dev.cc',
'cpp/dev/widget_client_dev.h',
'cpp/dev/widget_dev.cc',

Powered by Google App Engine
This is Rietveld 408576698