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

Unified Diff: media/cast/BUILD.gn

Issue 868803007: [Cast] Refactor ExternalVideoEncoder for cleaner/simpler encapsulation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add clarification comments and TODOs. Created 5 years, 11 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 | « no previous file | media/cast/cast_testing.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index c10a990e6401d614edbebc4ff64c8c7bd1716ffc..2166953d38f2fcdeb3d6689ffa912310ce5aeee3 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -296,6 +296,8 @@ test("cast_unittests") {
"sender/audio_sender_unittest.cc",
"sender/congestion_control_unittest.cc",
"sender/external_video_encoder_unittest.cc",
+ "sender/fake_video_encode_accelerator_factory.cc",
+ "sender/fake_video_encode_accelerator_factory.h",
"sender/video_encoder_impl_unittest.cc",
"sender/video_sender_unittest.cc",
"test/end2end_unittest.cc",
« no previous file with comments | « no previous file | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698