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

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

Issue 1957643002: media: Move widevine CDM targets to WidevineCdm folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @loader_path/. 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/chromeos/FILES.cfg
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg
index 855cabafee2af707779b8e166367736839ed6322..2363a37f9ff2133872ecff76623dade061e4da52 100644
--- a/chrome/tools/build/chromeos/FILES.cfg
+++ b/chrome/tools/build/chromeos/FILES.cfg
@@ -102,20 +102,20 @@ FILES = [
},
# CDM files (each has an adapter and the actual CDM):
{
- 'filename': 'libclearkeycdmadapter.so',
+ 'filename': 'ClearKeyCdm/libclearkeycdmadapter.so',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'libclearkeycdm.so',
+ 'filename': 'ClearKeyCdm/libclearkeycdm.so',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'libwidevinecdmadapter.so',
+ 'filename': 'WidevineCdm/libwidevinecdmadapter.so',
'arch': ['32bit', '64bit', 'arm'],
'buildtype': ['official'],
},
{
- 'filename': 'libwidevinecdm.so',
+ 'filename': 'WidevineCdm/libwidevinecdm.so',
'arch': ['32bit', '64bit', 'arm'],
'buildtype': ['official'],
'direct_archive': 1,

Powered by Google App Engine
This is Rietveld 408576698