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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 15039009: Add PPAPI tests for VideoSource and VideoDestination resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix proxy so basic tests pass. Created 7 years, 7 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 07a5b5ce46a43c1618cb7168621a1b1130b0114a..807a4b80305aa08d55ba932ed2d88cfc5873aee3 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -448,6 +448,10 @@
'tests/test_utils.cc',
'tests/test_var.cc',
'tests/test_var.h',
+ 'tests/test_video_destination.cc',
+ 'tests/test_video_destination.h',
+ 'tests/test_video_source.cc',
+ 'tests/test_video_source.h',
'tests/test_view.cc',
'tests/test_view.h',
'tests/test_websocket.cc',

Powered by Google App Engine
This is Rietveld 408576698