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

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

Issue 210373003: Pepper VideoDecoder API definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add 'allow_software_fallback' param to Initialize. 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: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index c81b6c978f758e7e33298d960c0eb107c9ca64a5..9768699ecdef0e7ff86e99e3190509ac8e7fcd2a 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -34,6 +34,7 @@
'input_event.cc',
'instance.cc',
'instance_handle.cc',
+ 'media_codec_video_decoder.cc',
'media_stream_audio_track.cc',
'media_stream_video_track.cc',
'message_loop.cc',
@@ -114,6 +115,7 @@
'instance.h',
'instance_handle.h',
'logging.h',
+ 'media_codec_video_decoder.h',
'media_stream_audio_track.h',
'media_stream_video_track.h',
'message_loop.h',

Powered by Google App Engine
This is Rietveld 408576698