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

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

Issue 365153003: Pepper: add PPB_VideoEncoder interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update API to prevent the user from dealing with buffer management Created 6 years, 5 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/library.dsc ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bb3d032b26973988db152cb5702c86a5a1480a01..a74a3e3bb005b6479e8e17465b8865656d804563 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -58,6 +58,8 @@
'var.cc',
'var_dictionary.cc',
'video_decoder.cc',
+ 'video_encoder.cc',
+ 'video_encoder_client.cc',
'video_frame.cc',
'view.cc',
'websocket.cc',
@@ -142,6 +144,8 @@
'var_dictionary.h',
'var.h',
'video_decoder.h',
+ 'video_encoder.h',
+ 'video_encoder_client.h',
'video_frame.h',
'view.h',
'websocket.h',
@@ -204,4 +208,3 @@
'DEST': 'src',
'NAME': 'ppapi_cpp',
}
-
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698