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

Unified Diff: chrome/tools/build/chromeos/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/installer/mini_installer/chrome.release ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/chromeos/FILES.cfg
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg
index 2363a37f9ff2133872ecff76623dade061e4da52..855cabafee2af707779b8e166367736839ed6322 100644
--- a/chrome/tools/build/chromeos/FILES.cfg
+++ b/chrome/tools/build/chromeos/FILES.cfg
@@ -102,20 +102,20 @@
},
# CDM files (each has an adapter and the actual CDM):
{
- 'filename': 'ClearKeyCdm/libclearkeycdmadapter.so',
+ 'filename': 'libclearkeycdmadapter.so',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'ClearKeyCdm/libclearkeycdm.so',
+ 'filename': 'libclearkeycdm.so',
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'WidevineCdm/libwidevinecdmadapter.so',
+ 'filename': 'libwidevinecdmadapter.so',
'arch': ['32bit', '64bit', 'arm'],
'buildtype': ['official'],
},
{
- 'filename': 'WidevineCdm/libwidevinecdm.so',
+ 'filename': 'libwidevinecdm.so',
'arch': ['32bit', '64bit', 'arm'],
'buildtype': ['official'],
'direct_archive': 1,
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698