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

Unified Diff: media/BUILD.gn

Issue 1993973002: Revert "Revert "media: Move widevine CDM targets to WidevineCdm folder"" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add "cdm_paths" target 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
« no previous file with comments | « chrome/tools/build/win/create_installer_archive.py ('k') | media/cdm/cdm_paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b3c55e74a83d6ecdf4c58794e4987e038be52441..4ee987d1e46e74a154ab22ab7631703882c54c8c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -474,6 +474,17 @@ component("media") {
]
}
+source_set("cdm_paths") {
+ sources = [
+ "cdm/cdm_paths.cc",
+ "cdm/cdm_paths.h",
+ ]
+ deps = [
+ ":shared_memory_support",
+ "//base",
+ ]
+}
+
# Minimal media component for media/cast on iOS.
if (is_ios) {
component("media_for_cast_ios") {
@@ -566,6 +577,7 @@ test("media_unittests") {
deps = [
":cdm_api",
+ ":cdm_paths",
":media",
":test_support",
"//base/test:test_support",
« no previous file with comments | « chrome/tools/build/win/create_installer_archive.py ('k') | media/cdm/cdm_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698