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

Unified Diff: build/config/features.gni

Issue 2572883002: Convert USE_PROPRIETARY_CODECS to a buildflag header. (Closed)
Patch Set: Created 4 years 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 44fa391cebb1bef915702d8da2576d9bb18674bc..485700506d467c6593102aea977180ef382ad8bb 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -35,10 +35,6 @@ declare_args() {
# Enables the Media Router.
enable_media_router = !is_ios && !is_chromecast
- # Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4.
- # We always build Google Chrome and Chromecast with proprietary codecs.
- proprietary_codecs = is_chrome_branded || is_chromecast
-
# Variable safe_browsing is used to control the build time configuration for
# safe browsing feature. Safe browsing can be compiled in 3 different levels:
# 0 disables it, 1 enables it fully, and 2 enables mobile protection via an

Powered by Google App Engine
This is Rietveld 408576698