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

Unified Diff: build/config/BUILD.gn

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
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | media/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 17e1a6194bc1cc3f7f75d228e1f468947b601376..7015497f985d52c5a4c87d5241a6a5bf6b7d108a 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -139,9 +139,6 @@ config("feature_flags") {
if (enable_wayland_server) {
defines += [ "ENABLE_WAYLAND_SERVER=1" ]
}
- if (proprietary_codecs) {
- defines += [ "USE_PROPRIETARY_CODECS" ]
- }
if (safe_browsing_mode == 1) {
defines += [ "FULL_SAFE_BROWSING" ]
defines += [ "SAFE_BROWSING_CSD" ]
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | media/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698