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

Unified Diff: build/config/features.gni

Issue 2355503003: Disable VIDEO_HOLE on Android (Closed)
Patch Set: update common.gypi to match Created 4 years, 3 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 | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index a7fd9454ab9b2471bee7d5022a035833b887486d..561c4d352ab4bcf8065035beebc2ce2ce3ae6ac1 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -67,9 +67,6 @@ declare_args() {
enable_remoting = !is_ios && !is_chromecast
- # Enable hole punching for the protected video.
- enable_video_hole = is_android && !is_chromecast
-
# Enables browser side Content Decryption Modules. Required for embedders
# (e.g. Android and ChromeCast) that use a browser side CDM.
enable_browser_cdms = is_android || is_chromecast
« no previous file with comments | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698