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

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

Issue 12237003: Renaming the CdmWrapper build targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wording change Created 7 years, 10 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 | « third_party/widevine/cdm/widevine_cdm.gyp ('k') | webkit/media/webkit_media.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 752b68bc90b7e8822c85874348841ab9c95eb96d..ef1d8c4512407e5ca34b1c5fa9aaa223048e4572 100644
--- a/third_party/widevine/cdm/widevine_cdm_common.h
+++ b/third_party/widevine/cdm/widevine_cdm_common.h
@@ -15,19 +15,18 @@ const char kWidevineKeySystem[] = "com.widevine.alpha";
const char kWidevineCdmPluginName[] = "Widevine HTML CDM";
// Will be parsed as HTML.
const char kWidevineCdmPluginDescription[] =
- "This plugin enables Widevine licenses for playback of HTML audio/video "
- "content.";
+ "Enables Widevine licenses for playback of HTML audio/video content.";
const char kWidevineCdmPluginMimeType[] ="application/x-ppapi-widevine-cdm";
const char kWidevineCdmPluginMimeTypeDescription[] = "Widevine HTML CDM";
// File name of the plugin on different platforms.
const FilePath::CharType kWidevineCdmPluginFileName[] =
#if defined(OS_MACOSX)
- FILE_PATH_LITERAL("widevinecdmplugin.plugin");
+ FILE_PATH_LITERAL("widevinecdmadapter.plugin");
#elif defined(OS_WIN)
- FILE_PATH_LITERAL("widevinecdmplugin.dll");
+ FILE_PATH_LITERAL("widevinecdmadapter.dll");
#else // OS_LINUX, etc.
- FILE_PATH_LITERAL("libwidevinecdmplugin.so");
+ FILE_PATH_LITERAL("libwidevinecdmadapter.so");
#endif
#endif // WIDEVINE_CDM_COMMON_H_INCLUDED_
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm.gyp ('k') | webkit/media/webkit_media.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698