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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 14192054: Rename PPAPI Video Stream APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Straighten out naming confusion, improve comments. Created 7 years, 8 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
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 03560c3de917109f25812e9f08990ead34ea39ab..8f86b73637356b79e52671a9128b64ca03f26b8f 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -94,6 +94,7 @@
# Private interfaces.
'c/private/pp_file_handle.h',
'c/private/pp_private_font_charset.h',
+ 'c/private/pp_video_frame_private.h',
'c/private/ppb_content_decryptor_private.h',
'c/private/ppb_flash.h',
'c/private/ppb_flash_clipboard.h',
@@ -115,6 +116,8 @@
'c/private/ppb_tcp_server_socket_private.h',
'c/private/ppb_tcp_socket_private.h',
'c/private/ppb_udp_socket_private.h',
+ 'c/private/ppb_video_destination_private.h',
+ 'c/private/ppb_video_source_private.h',
'c/private/ppb_x509_certificate_private.h',
'c/private/ppp_content_decryptor_private.h',
@@ -200,12 +203,6 @@
'cpp/var.h',
'cpp/var_array_buffer.cc',
'cpp/var_array_buffer.h',
- 'cpp/video_frame.cc',
- 'cpp/video_frame.h',
- 'cpp/video_reader.cc',
- 'cpp/video_reader.h',
- 'cpp/video_writer.cc',
- 'cpp/video_writer.h',
'cpp/view.cc',
'cpp/view.h',
'cpp/websocket.cc',
@@ -320,6 +317,12 @@
'cpp/private/udp_socket_private.h',
'cpp/private/var_private.cc',
'cpp/private/var_private.h',
+ 'cpp/private/video_destination_private.cc',
+ 'cpp/private/video_destination_private.h',
+ 'cpp/private/video_frame_private.cc',
+ 'cpp/private/video_frame_private.h',
+ 'cpp/private/video_source_private.cc',
+ 'cpp/private/video_source_private.h',
'cpp/private/x509_certificate_private.cc',
'cpp/private/x509_certificate_private.h',
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698