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

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

Issue 2699773003: Add Widevine signature files for Win into the build (Closed)
Patch Set: Created 3 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 | « chrome/installer/mini_installer/chrome.release ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index f7d03ee1cb034da0ca022fa560ce13ac8b3af76d..74ec2abb4c8d40ff8cd4c70f6048fae06a6f214d 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -343,6 +343,11 @@ FILES = [
'buildtype': ['official'],
},
{
+ 'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdm.dll.sig',
+ 'arch': ['32bit'],
+ 'buildtype': ['official'],
+ },
+ {
'filename': 'WidevineCdm/_platform_specific/win_x86/widevinecdmadapter.dll',
'arch': ['32bit'],
'buildtype': ['official'],
@@ -353,6 +358,11 @@ FILES = [
'buildtype': ['official'],
},
{
+ 'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdm.dll.sig',
+ 'arch': ['64bit'],
+ 'buildtype': ['official'],
+ },
+ {
'filename': 'WidevineCdm/_platform_specific/win_x64/widevinecdmadapter.dll',
'arch': ['64bit'],
'buildtype': ['official'],
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698