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

Unified Diff: chrome/installer/mini_installer/chrome.release

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix create_installer_archive.py 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: chrome/installer/mini_installer/chrome.release
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release
index 1816869d3cafcaf4fcfad85cd88ea422932e615c..ea6af83801fb6c94befc722ff723a7d84f3ce8d0 100644
--- a/chrome/installer/mini_installer/chrome.release
+++ b/chrome/installer/mini_installer/chrome.release
@@ -55,7 +55,10 @@ chrome_material_200_percent.pak: %(VersionDir)s\
[GOOGLE_CHROME]
SecondaryTile.png: %(VersionDir)s\
-widevinecdmadapter.dll: %(VersionDir)s\
+#
+# Widevine CDM sub-dir
+#
+WidevineCdm\_platform_specific\*\widevinecdmadapter.dll: %(VersionDir)s\WidevineCdm\_platform_specific\win_%(Arch)s\
ddorwin 2016/05/20 04:08:56 '*': You accept _any_/_all_ directories? What if y
xhwang 2016/05/20 07:18:19 +gab It seems the "key" doesn't support "interpol
xhwang 2016/05/20 07:20:25 I tried it and it seems to be working. This will a
#
# Pepper Flash sub-dir.
#

Powered by Google App Engine
This is Rietveld 408576698