extra/chromium: fix

This commit is contained in:
Kevin Mihelich 2021-04-15 03:41:25 +00:00
parent 51a0fe19a4
commit be6cdb6d28
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
From 04731899673828f9b3e266be2a7d9e3fad205759 Mon Sep 17 00:00:00 2001 From 6a4553d9abc99733c45caff639151159b2ccef07 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org> From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Thu, 18 Feb 2021 19:35:58 -0700 Date: Thu, 18 Feb 2021 19:35:58 -0700
Subject: [PATCH 4/4] widevine support for arm Subject: [PATCH 4/4] widevine support for arm
@ -8,7 +8,7 @@ Subject: [PATCH 4/4] widevine support for arm
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/third_party/widevine/cdm/widevine.gni b/third_party/widevine/cdm/widevine.gni diff --git a/third_party/widevine/cdm/widevine.gni b/third_party/widevine/cdm/widevine.gni
index 5b7734b8aa3d..85ad813f7ac4 100644 index 5b7734b8aa3d..74187f526810 100644
--- a/third_party/widevine/cdm/widevine.gni --- a/third_party/widevine/cdm/widevine.gni
+++ b/third_party/widevine/cdm/widevine.gni +++ b/third_party/widevine/cdm/widevine.gni
@@ -26,7 +26,7 @@ if (is_chromeos_ash && !is_chromeos_device) { @@ -26,7 +26,7 @@ if (is_chromeos_ash && !is_chromeos_device) {
@ -16,7 +16,7 @@ index 5b7734b8aa3d..85ad813f7ac4 100644
(is_chromeos_ash && (target_cpu == "x64" || target_cpu == "arm")) || (is_chromeos_ash && (target_cpu == "x64" || target_cpu == "arm")) ||
((is_linux || is_chromeos_lacros) && ((is_linux || is_chromeos_lacros) &&
- (target_cpu == "x86" || target_cpu == "x64")) || - (target_cpu == "x86" || target_cpu == "x64")) ||
+ (target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm"))) || + (target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm")) ||
(is_mac && (target_cpu == "x64" || target_cpu == "arm64")) || (is_mac && (target_cpu == "x64" || target_cpu == "arm64")) ||
(is_win && (target_cpu == "x86" || target_cpu == "x64")) (is_win && (target_cpu == "x86" || target_cpu == "x64"))

View file

@ -51,7 +51,7 @@ sha256sums=('a5cc88ca8fffac21ec4d1646980f698dfb6f388a225dd7a2c5a3d252a4098943'
'2a83f4ffbd8d9c491d5c8017ecdf26d565e320c33051004b181b3aeac0f0273f' '2a83f4ffbd8d9c491d5c8017ecdf26d565e320c33051004b181b3aeac0f0273f'
'027e12f4386905f9beeca6f43c254bb8a2f576de6cde301e98cdcc09816b01e4' '027e12f4386905f9beeca6f43c254bb8a2f576de6cde301e98cdcc09816b01e4'
'd6c8f2a3ba83b77f377b0dcfbe7318051eb3f59f4edb22d0a61e5555fc97e87a' 'd6c8f2a3ba83b77f377b0dcfbe7318051eb3f59f4edb22d0a61e5555fc97e87a'
'4a661182f7dd5439100fedb256be62168ce4e79582d4410fe76c5688c929e297') '8a01ca5cadf58b21b3dfdf0266ed2ef4e7d53ad6ca6ad6f755a6075c3625613f')
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
# Keys are the names in the above script; values are the dependencies in Arch # Keys are the names in the above script; values are the dependencies in Arch