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

Unified Diff: third_party/widevine/cdm/widevine_cdm_common.h

Issue 1957643002: media: Move widevine CDM targets to WidevineCdm folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @loader_path/. 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: third_party/widevine/cdm/widevine_cdm_common.h
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h
index b5e51939fa8c5dfe9331c8862a88f3e588bd4d90..0dafb1e2b26abce7cdef8988e0ce429e05f8361f 100644
--- a/third_party/widevine/cdm/widevine_cdm_common.h
+++ b/third_party/widevine/cdm/widevine_cdm_common.h
@@ -16,6 +16,9 @@ const char kWidevineKeySystem[] = "com.widevine.alpha";
// This type is used to register the Widevine CDM.
const char kWidevineCdmType[] = "Widevine";
+// Widevine CDM files are in a directory with this name.
+const char kWidevineCdmBaseDirectory[] = "WidevineCdm";
+
// This name is used by UMA. Do not change it!
const char kWidevineKeySystemNameForUMA[] = "Widevine";
« third_party/widevine/cdm/BUILD.gn ('K') | « third_party/widevine/cdm/widevine_cdm.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698