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

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

Issue 1978123002: Revert of media: Move widevine CDM targets to WidevineCdm folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/linux/FILES.cfg
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index 495701cbdc4ab23adb982763f470487f5ea9a202..2b3b3b97ca9fbfd16f443fa705c61b740b35ec90 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -109,20 +109,20 @@
},
# CDM files (each has an adapter and the actual CDM):
{
- 'filename': 'ClearKeyCdm/libclearkeycdmadapter.so',
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'ClearKeyCdm/libclearkeycdm.so',
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'WidevineCdm/libwidevinecdmadapter.so',
+ 'filename': 'libclearkeycdmadapter.so',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'libclearkeycdm.so',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'libwidevinecdmadapter.so',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
},
{
- 'filename': 'WidevineCdm/libwidevinecdm.so',
+ 'filename': 'libwidevinecdm.so',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
'direct_archive': 1,
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698