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

Unified Diff: media/cdm/cdm_paths.cc

Issue 2048523002: Fix base::GetNativeLibraryName() for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native_lib_clean
Patch Set: rebase Created 4 years, 6 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 | « media/cdm/cdm_paths.h ('k') | media/cdm/external_clear_key_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_paths.cc
diff --git a/media/cdm/cdm_paths.cc b/media/cdm/cdm_paths.cc
index ab9ed7d8cce844bc42dad3e9c2b11f4af8f64329..50a71272b0d02b03b80945833cd389f789f48c18 100644
--- a/media/cdm/cdm_paths.cc
+++ b/media/cdm/cdm_paths.cc
@@ -10,6 +10,9 @@
namespace media {
+// Name of the ClearKey CDM library.
+const char kClearKeyCdmLibraryName[] = "clearkeycdm";
+
// Note: This file must be in sync with cdm_paths.{gypi|gni}
// TODO(xhwang): Improve how we enable platform specific path. See
// http://crbug.com/468584
« no previous file with comments | « media/cdm/cdm_paths.h ('k') | media/cdm/external_clear_key_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698