summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/browser/media/encrypted_media_browsertest.cc6
-rw-r--r--content/content_tests.gypi2
2 files changed, 4 insertions, 4 deletions
diff --git a/content/browser/media/encrypted_media_browsertest.cc b/content/browser/media/encrypted_media_browsertest.cc
index ff92fdf..4b39425 100644
--- a/content/browser/media/encrypted_media_browsertest.cc
+++ b/content/browser/media/encrypted_media_browsertest.cc
@@ -22,11 +22,11 @@
// Platform-specific filename relative to the chrome executable.
#if defined(OS_WIN)
-static const wchar_t kLibraryName[] = L"clearkeycdmplugin.dll";
+static const wchar_t kLibraryName[] = L"clearkeycdmadapter.dll";
#elif defined(OS_MACOSX)
-static const char kLibraryName[] = "clearkeycdmplugin.plugin";
+static const char kLibraryName[] = "clearkeycdmadapter.plugin";
#elif defined(OS_POSIX)
-static const char kLibraryName[] = "libclearkeycdmplugin.so";
+static const char kLibraryName[] = "libclearkeycdmadapter.so";
#endif
// Available key systems.
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 92cb115..569adedc 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -678,7 +678,7 @@
'../ui/snapshot/snapshot.gyp:snapshot',
'../ui/ui.gyp:shell_dialogs',
'../ui/ui.gyp:ui',
- '../webkit/support/webkit_support.gyp:clearkeycdmplugin',
+ '../webkit/support/webkit_support.gyp:clearkeycdmadapter',
'../webkit/support/webkit_support.gyp:glue',
'<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner_resources',
],