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

Unified Diff: content/browser/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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1f217720298561860c3778415aa35aabdb47d0c3..f897a941b788e2626eb37b68e62f4d178acb65fa 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1899,13 +1899,6 @@ source_set("browser") {
deps += [ "//dbus" ]
}
- if (enable_browser_cdms) {
- sources += [
- "media/cdm/browser_cdm_manager.cc",
- "media/cdm/browser_cdm_manager.h",
- ]
- }
-
if (is_linux) {
deps += [ "//third_party/boringssl" ]
}

Powered by Google App Engine
This is Rietveld 408576698