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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specify both paths in chrome.release 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/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 08b8f3035e6031a60dad8ea33ea692ad265d78c0..2e2e84641d784eea1fb299c43ff92c1d303b0777 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -350,7 +350,13 @@ FILES = [
},
# Widevine CDM adapter files:
{
- 'filename': 'widevinecdmadapter.dll',
+ 'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdmadapter.dll',
+ 'arch': ['32bit'],
+ 'buildtype': ['official'],
+ },
+ {
+ 'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdmadapter.dll',
+ 'arch': ['64bit'],
'buildtype': ['official'],
gab 2016/05/20 19:47:27 Should clarify with a FILES.cfg owner (e.g. kerz/
xhwang 2016/05/20 19:54:33 oh, is it because we don't have both files at the
Michael Moss 2016/05/20 20:01:01 LGTM
gab 2016/05/20 20:01:20 Ah, probably yes :-) -- but again, verify with ker
},
# ANGLE files:

Powered by Google App Engine
This is Rietveld 408576698