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

Unified Diff: media/base/BUILD.gn

Issue 1408793009: media: Remove BrowserCdmFactory inferface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: real changes Created 5 years, 1 month 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: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index c6705a0cc6da615289f45cceb34fc57ba69a04f6..fba3fdac85f914c740de685b19738f7ce40d81f2 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -238,13 +238,6 @@ source_set("base") {
deps += [ "//third_party/ffmpeg" ]
}
- if (enable_browser_cdms) {
- sources += [
- "browser_cdm_factory.cc",
- "browser_cdm_factory.h",
- ]
- }
-
if (is_android) {
public_deps = [
"//media/base/android",

Powered by Google App Engine
This is Rietveld 408576698