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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 210373003: Pepper VideoDecoder API definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Exclude thunk from build for now. Created 6 years, 7 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/thunk/ppb_video_decoder_api.h » ('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 066fcd0af3a848c3117a7c7a16cda381ad5e6a3e..6f72e0353599a4596058847101cbc3e2a37263b0 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -7,6 +7,7 @@
'c_source_files': [
'c/pp_array_output.h',
'c/pp_bool.h',
+ 'c/pp_codecs.h',
'c/pp_completion_callback.h',
'c/pp_errors.h',
'c/pp_file_info.h',
@@ -62,6 +63,7 @@
'c/ppb_var_array.h',
'c/ppb_var_array_buffer.h',
'c/ppb_var_dictionary.h',
+ 'c/ppb_video_decoder.h',
'c/ppb_video_frame.h',
'c/ppb_view.h',
'c/ppb_websocket.h',
@@ -236,6 +238,8 @@
'cpp/var_array_buffer.h',
'cpp/var_dictionary.cc',
'cpp/var_dictionary.h',
+ 'cpp/video_decoder.cc',
+ 'cpp/video_decoder.h',
'cpp/video_frame.cc',
'cpp/video_frame.h',
'cpp/view.cc',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/thunk/ppb_video_decoder_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698