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

Unified Diff: media/BUILD.gn

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specify both paths in chrome.release Created 4 years, 7 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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b3c55e74a83d6ecdf4c58794e4987e038be52441..4fd5d4b9e3207ce216551e26ff706a83fb5e6403 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -474,6 +474,16 @@ component("media") {
]
}
+source_set("cdm_paths") {
+ sources = [
+ "cdm/cdm_paths.cc",
+ "cdm/cdm_paths.h",
+ ]
+ deps = [
+ "//base",
+ ]
+}
+
# Minimal media component for media/cast on iOS.
if (is_ios) {
component("media_for_cast_ios") {
@@ -566,6 +576,7 @@ test("media_unittests") {
deps = [
":cdm_api",
+ ":cdm_paths",
":media",
":test_support",
"//base/test:test_support",

Powered by Google App Engine
This is Rietveld 408576698