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

Unified Diff: build/config/features.gni

Issue 2380743004: media: Remove Browser CDM implementation (Closed)
Patch Set: media: Remove Browser CDM implementation 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
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 1f7ae344b1969fc02aa7e6abf01db8ee830dc71a..05a2551021ff668d5f86904b392b6ba320ffea91 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -67,10 +67,6 @@ declare_args() {
enable_remoting = !is_ios && !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
-
# Hangout services is an extension that adds extra features to Hangouts.
# For official GYP builds, this flag is set.
enable_hangout_services_extension = false

Powered by Google App Engine
This is Rietveld 408576698