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

Unified Diff: chromecast/public/BUILD.gn

Issue 2156193003: [Chromecast] Add a custom CastMediaClient for Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codecs
Patch Set: Mark MediaCapShlib::IsSupportedVideoConfig as weak symbol Created 4 years, 5 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: chromecast/public/BUILD.gn
diff --git a/chromecast/public/BUILD.gn b/chromecast/public/BUILD.gn
index df14f2a9eb393601af9a4b4b95ad35d2878d807a..11917cf87acf29da9777fc9e75f9e7e9dbfc1ff2 100644
--- a/chromecast/public/BUILD.gn
+++ b/chromecast/public/BUILD.gn
@@ -26,4 +26,7 @@ source_set("public") {
]
public_configs = [ ":public_config" ]
+ public_deps = [
+ "//chromecast/public/media:media",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698