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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 937643006: Pepper: add video_encoder example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bbudge-ppb-video-encoder-impl
Patch Set: Always encode the latest frame 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_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 562903d5c0b8a9e2181e8f61cb79bf15b16cc823..3267e0b24cdf79ae4ebf021aac02d4b9cb4ed112 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -498,6 +498,16 @@
],
},
{
+ 'target_name': 'ppapi_example_video_encode',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/video_encode/video_encode.cc',
+ ],
+ },
+ {
# GN version: //ppapi/example/video_capture
'target_name': 'ppapi_example_vc',
'dependencies': [
« ppapi/examples/video_encode/video_encode.cc ('K') | « ppapi/examples/video_encode/video_encode.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698