Merge pull request #72497 from ivan/chromium-78.0.3904.87

chromium: 78.0.3904.70 -> 78.0.3904.87
This commit is contained in:
obadz 2019-11-02 10:46:21 +00:00 committed by GitHub
commit f72c9bb67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,9 +136,9 @@ let
./patches/nix_plugin_paths_68.patch
./patches/remove-webp-include-69.patch
./patches/no-build-timestamps.patch
] ++ optionals (channel == "stable" || channel == "beta") [
] ++ optionals (channel == "stable") [
./patches/widevine.patch
] ++ optionals (channel == "dev") [
] ++ optionals (channel == "beta" || channel == "dev") [
./patches/widevine-79.patch
# Unfortunately, chromium regularly breaks on major updates and
# then needs various patches backported in order to be compiled with GCC.