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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 210373003: Pepper VideoDecoder API definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Plugin should call RecyclePicture during Flush. Created 6 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
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index bc8865449c9a3ece5869cd18b8477cee97bc3895..697d1b21913eeb72ecb5fed2b0e90867edc24daf 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -23,6 +23,7 @@
'c/pp_time.h',
'c/pp_touch_point.h',
'c/pp_var.h',
+ 'c/pp_media_codec.h',
'c/ppb.h',
'c/ppb_audio.h',
'c/ppb_audio_buffer.h',
@@ -63,6 +64,7 @@
'c/ppb_var_array_buffer.h',
'c/ppb_var_dictionary.h',
'c/ppb_video_frame.h',
+ 'c/ppb_media_codec_video_decoder.h',
dmichael (off chromium) 2014/04/17 20:23:26 This and others seem out of order in this file.
bbudge 2014/04/18 17:03:17 The names changed during the course of this. Done.
'c/ppb_view.h',
'c/ppb_websocket.h',
'c/ppp.h',
@@ -241,6 +243,8 @@
'cpp/var_dictionary.h',
'cpp/video_frame.cc',
'cpp/video_frame.h',
+ 'cpp/media_codec_video_decoder.cc',
+ 'cpp/media_codec_video_decoder.h',
'cpp/view.cc',
'cpp/view.h',
'cpp/websocket.cc',

Powered by Google App Engine
This is Rietveld 408576698