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

Unified Diff: build/config/BUILD.gn

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
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | content/renderer/media/cdm/render_cdm_factory.h » ('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 0275b4707bcce367f723f3495a15a71bf3cb2d93..238c4eed134cc97d1665665cef8cfc2136088563 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -72,10 +72,6 @@ config("feature_flags") {
# TODO(brettw) should probably be "=1"
defines += [ "ENABLE_PEPPER_CDMS" ]
}
- if (enable_browser_cdms) {
- # TODO(brettw) should probably be "=1"
- defines += [ "ENABLE_BROWSER_CDMS" ]
- }
if (enable_plugins) {
defines += [ "ENABLE_PLUGINS=1" ]
}
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | content/renderer/media/cdm/render_cdm_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698