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

Unified Diff: native_client_sdk/src/libraries/ppapi/library.dsc

Issue 365153003: Pepper: add PPB_VideoEncoder interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update API to prevent the user from dealing with buffer management Created 6 years, 5 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: native_client_sdk/src/libraries/ppapi/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi/library.dsc b/native_client_sdk/src/libraries/ppapi/library.dsc
index b213395ae3120749312674d3bd4191403a734e3c..a6a30c34dfe23b5d9921d4747514569e96c951c0 100644
--- a/native_client_sdk/src/libraries/ppapi/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi/library.dsc
@@ -62,6 +62,7 @@
'ppb_var_dictionary.h',
'ppb_var.h',
'ppb_video_decoder.h',
+ 'ppb_video_encoder.h',
'ppb_video_frame.h',
'ppb_view.h',
'ppb_websocket.h',
@@ -82,6 +83,7 @@
'ppp_message_handler.h',
'ppp_messaging.h',
'ppp_mouse_lock.h',
+ 'ppp_video_encoder.h',
'pp_point.h',
'pp_rect.h',
'pp_resource.h',
@@ -115,6 +117,7 @@
'ppp_scrollbar_dev.h',
'ppp_selection_dev.h',
'ppp_text_input_dev.h',
+ 'pp_video_dev.h',
'ppp_zoom_dev.h',
],
'DEST': 'include/ppapi/c/dev',
« no previous file with comments | « content/renderer/pepper/resource_creation_impl.cc ('k') | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698