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

Unified Diff: ppapi/BUILD.gn

Issue 859313002: Pepper: Define PPB_VideoEncoder API + Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | ppapi/api/pp_codecs.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 3a1865681f5f5bf6cfd141ac29160121e67fb07e..dd722c14acd170657f910708e4fe5592a6c7eed4 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -332,6 +332,8 @@ component("ppapi_shared") {
"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",
@@ -720,6 +722,8 @@ component("ppapi_proxy") {
"proxy/ppp_video_decoder_proxy.h",
"proxy/video_decoder_resource.cc",
"proxy/video_decoder_resource.h",
+ "proxy/video_encoder_resource.cc",
+ "proxy/video_encoder_resource.h",
"proxy/talk_resource.cc",
"proxy/talk_resource.h",
"proxy/video_capture_resource.cc",
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | ppapi/api/pp_codecs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698