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

Unified Diff: chromecast/browser/media/BUILD.gn

Issue 2277853002: [Chromecast] Support blocking some video resolutions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO on removal plan Created 4 years, 4 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/browser/media/BUILD.gn
diff --git a/chromecast/browser/media/BUILD.gn b/chromecast/browser/media/BUILD.gn
index 79a72a6ea3f8a97821d608c69cf31e94436b83f0..21e92554a975a0700736b5fc2e31903b3033eb31 100644
--- a/chromecast/browser/media/BUILD.gn
+++ b/chromecast/browser/media/BUILD.gn
@@ -47,6 +47,8 @@ source_set("media") {
sources += [
"cma_message_filter_host.cc",
"cma_message_filter_host.h",
+ "video_resolution_policy.cc",
+ "video_resolution_policy.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698