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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 13461010: Add PP_VideoFrame, PPB_VideoReader, and PPB_VideoWriter APIs to Pepper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix API version ids. Created 7 years, 9 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 55b7b7bb558ced5c69e8eaaedbf59db54221af8e..1b67d8b0db5b54c9be581e5d7f51b4d2b3fee84a 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -199,6 +199,12 @@
'cpp/var.h',
'cpp/var_array_buffer.cc',
'cpp/var_array_buffer.h',
+ 'cpp/video_frame.cc',
+ 'cpp/video_frame.h',
+ 'cpp/video_reader.cc',
+ 'cpp/video_reader.h',
+ 'cpp/video_writer.cc',
+ 'cpp/video_writer.h',
'cpp/view.cc',
'cpp/view.h',
'cpp/websocket.cc',

Powered by Google App Engine
This is Rietveld 408576698