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

Unified Diff: ppapi/ppapi_shared.gypi

Issue 887223009: ppapi: VideoEncoder: Add proxy boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 9fe13752bbd953bcbc0f9b52f566b78455536ea5..43d88954ef593a742600f1958aeca7d9085aec44 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -280,6 +280,8 @@
'thunk/ppb_video_decoder_thunk.cc',
'thunk/ppb_video_destination_private_api.h',
'thunk/ppb_video_destination_private_thunk.cc',
+ 'thunk/ppb_video_encoder_api.h',
+ 'thunk/ppb_video_encoder_thunk.cc',
'thunk/ppb_video_frame_api.h',
'thunk/ppb_video_frame_thunk.cc',
'thunk/ppb_video_source_private_api.h',

Powered by Google App Engine
This is Rietveld 408576698