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

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: Fix native compilation on Windows 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
« no previous file with comments | « ppapi/examples/video_encode/video_encode.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index ee4fd5461d557a32a5870d89f62960d913933c2e..000284362652554b2ddb79b56019c65ee54b6b34 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -502,6 +502,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': [
« no previous file with comments | « 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