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

Unified Diff: components/cdm/renderer/BUILD.gn

Issue 2411433002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: fix Created 4 years, 2 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: components/cdm/renderer/BUILD.gn
diff --git a/components/cdm/renderer/BUILD.gn b/components/cdm/renderer/BUILD.gn
index 9ec8fd05be404eb19a43eeb00acde9c2a89dc10f..1dcc7862103222840e088b5d0c4113d9dd5505a8 100644
--- a/components/cdm/renderer/BUILD.gn
+++ b/components/cdm/renderer/BUILD.gn
@@ -22,6 +22,7 @@ static_library("renderer") {
"//components/cdm/common",
"//content/public/renderer",
"//media",
+ "//third_party/widevine/cdm:cdm_features",
"//third_party/widevine/cdm:version_h",
]
}

Powered by Google App Engine
This is Rietveld 408576698