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

Unified Diff: webkit/media/webkit_media.gypi

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_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webkit_media.gypi
diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi
index 28ab5f4b06741edd69fbc1da3889be2f9c3a7bce..79092c013894d70dba3da3aa69abd34a9b4ddfdc 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -192,7 +192,7 @@
],
},
{
- 'target_name': 'clearkeycdmplugin',
+ 'target_name': 'clearkeycdmadapter',
'type': 'none',
'dependencies': [
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp',
@@ -230,7 +230,7 @@
]},
'copies': [
{
- 'destination': '<(PRODUCT_DIR)/clearkeycdmplugin.plugin/Contents/MacOS/',
+ 'destination': '<(PRODUCT_DIR)/clearkeycdmadapter.plugin/Contents/MacOS/',
'files': [
'<(PRODUCT_DIR)/libclearkeycdm.dylib',
'<(PRODUCT_DIR)/ffmpegsumo.so'
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698