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

Unified Diff: build/common.gypi

Issue 1785173005: Revert of Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « android_webview/test/shell/assets/video.webm ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 9e010e3a5af3a60313ec19eead8ff7a6ad195bb9..6b8852f0203e2d69b89504e10a41543d9480da8e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -833,9 +833,10 @@
'use_browser_spellchecker%': 1,
}],
- # Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4.
- # We always build Google Chrome and Chromecast with proprietary codecs.
- ['branding=="Chrome" or chromecast==1', {
+ # Android OS includes support for proprietary codecs regardless of
+ # building Chromium or Google Chrome. We also ship Google Chrome and
+ # Chromecast with proprietary codecs.
+ ['OS=="android" or branding=="Chrome" or chromecast==1', {
'proprietary_codecs%': 1,
}, {
'proprietary_codecs%': 0,
« no previous file with comments | « android_webview/test/shell/assets/video.webm ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698