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

Unified Diff: third_party/widevine/cdm/BUILD.gn

Issue 2743433002: Remove the Widevine signature files from the Linux and ChromeOS builds (Closed)
Patch Set: Created 3 years, 9 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/linux/common/installer.include ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/widevine/cdm/BUILD.gn
diff --git a/third_party/widevine/cdm/BUILD.gn b/third_party/widevine/cdm/BUILD.gn
index 5c0268236621cda077b0eef656e72d2e74afb636..dda97991ca4b0c533ae7a5830d9e9d9195a86811 100644
--- a/third_party/widevine/cdm/BUILD.gn
+++ b/third_party/widevine/cdm/BUILD.gn
@@ -25,16 +25,10 @@ if (is_android) {
if (is_chromeos) {
widevine_cdm_version_h_file =
"chromeos/$widevine_arch/widevine_cdm_version.h"
- widevine_cdm_binary_files = [
- "chromeos/$widevine_arch/libwidevinecdm.so",
- "chromeos/$widevine_arch/libwidevinecdm.so.sig",
- ]
+ widevine_cdm_binary_files = [ "chromeos/$widevine_arch/libwidevinecdm.so" ]
} else if (is_linux) {
widevine_cdm_version_h_file = "linux/$widevine_arch/widevine_cdm_version.h"
- widevine_cdm_binary_files = [
- "linux/$widevine_arch/libwidevinecdm.so",
- "linux/$widevine_arch/libwidevinecdm.so.sig",
- ]
+ widevine_cdm_binary_files = [ "linux/$widevine_arch/libwidevinecdm.so" ]
} else if (is_win) {
widevine_cdm_version_h_file = "win/$widevine_arch/widevine_cdm_version.h"
widevine_cdm_binary_files = [
« no previous file with comments | « chrome/installer/linux/common/installer.include ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698