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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 905023005: Pepper: PPB_VideoEncoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Send bitstream buffers in their own ppapi ipc message 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_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index ffd2e45455a926466cb66d9aab60806cf1dd0928..badfbcc7bf3cbaedbd2fc24899abf5d3313365c3 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -507,6 +507,8 @@
'tests/test_video_decoder.h',
'tests/test_video_destination.cc',
'tests/test_video_destination.h',
+ 'tests/test_video_encoder.cc',
+ 'tests/test_video_encoder.h',
'tests/test_video_source.cc',
'tests/test_video_source.h',
'tests/test_view.cc',

Powered by Google App Engine
This is Rietveld 408576698