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

Unified Diff: ppapi/ppapi_sources.gypi

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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('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 10f2d1613e40c06bb5c242f05de2f18eaa401977..2d397a7dd90368b876dbac5ebd7f415ab83ec948 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -65,6 +65,7 @@
'c/ppb_var_array_buffer.h',
'c/ppb_var_dictionary.h',
'c/ppb_video_decoder.h',
+ 'c/ppb_video_encoder.h',
'c/ppb_video_frame.h',
'c/ppb_view.h',
'c/ppb_websocket.h',
@@ -244,6 +245,8 @@
'cpp/var_dictionary.h',
'cpp/video_decoder.cc',
'cpp/video_decoder.h',
+ 'cpp/video_encoder.cc',
+ 'cpp/video_encoder.h',
'cpp/video_frame.cc',
'cpp/video_frame.h',
'cpp/view.cc',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698