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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 210373003: Pepper VideoDecoder API definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: David's comments, run clang format. 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..c2e4a890ad8cdad4204ec66f5e87696d854671fe 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -14,6 +14,7 @@
'c/pp_input_event.h',
'c/pp_instance.h',
'c/pp_macros.h',
+ 'c/pp_media_codec.h',
'c/pp_module.h',
'c/pp_point.h',
'c/pp_rect.h',
@@ -41,6 +42,7 @@
'c/ppb_image_data.h',
'c/ppb_input_event.h',
'c/ppb_instance.h',
+ 'c/ppb_media_codec_video_decoder.h',
'c/ppb_media_stream_audio_track.h',
'c/ppb_media_stream_video_track.h',
'c/ppb_message_loop.h',
@@ -190,6 +192,8 @@
'cpp/instance_handle.cc',
'cpp/instance_handle.h',
'cpp/logging.h',
+ 'cpp/media_codec_video_decoder.cc',
+ 'cpp/media_codec_video_decoder.h',
'cpp/media_stream_audio_track.cc',
'cpp/media_stream_audio_track.h',
'cpp/media_stream_video_track.cc',

Powered by Google App Engine
This is Rietveld 408576698