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

Unified Diff: media/base/BUILD.gn

Issue 883293005: Cast: Basic cast_receiver API for chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed extra BUILD.gn line 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 | « media/BUILD.gn ('k') | media/base/video_capture_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index b93ed7092ffbe0f7191878f7f5b637852fb42c1b..515ea54d25b44b0f73dcbb769aa90470dad77960 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -163,6 +163,10 @@ source_set("base") {
"time_source.h",
"user_input_monitor.cc",
"user_input_monitor.h",
+ "video_capture_types.cc",
+ "video_capture_types.h",
+ "video_capturer_source.cc",
+ "video_capturer_source.h",
"video_decoder.cc",
"video_decoder.h",
"video_decoder_config.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/base/video_capture_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698