Merge pull request #46348 from YorikSar/update-chromium

chromium: 68.0.3440.106 -> 69.0.3497.81

authored by Michael Raskin and committed by GitHub 7c69ae62 6960a96a

+11 -32
+2 -11
pkgs/applications/networking/browsers/chromium/common.nix
··· 1 - { stdenv, ninja, which, nodejs, fetchurl, fetchpatch, gnutar 1 + { stdenv, gn, ninja, which, nodejs, fetchurl, fetchpatch, gnutar 2 2 3 3 # default dependencies 4 4 , bzip2, flac, speex, libopus ··· 139 139 # (gentooPatch "<patch>" "0000000000000000000000000000000000000000000000000000000000000000") 140 140 ./patches/fix-freetype.patch 141 141 ./patches/nix_plugin_paths_68.patch 142 - ] ++ optionals (versionRange "68" "69") [ 143 - ./patches/remove-webp-include-68.patch 144 - (githubPatch "4d10424f9e2a06978cdd6cdf5403fcaef18e49fc" "11la1jycmr5b5rw89mzcdwznmd2qh28sghvz9klr1qhmsmw1vzjc") 145 - (githubPatch "56cb5f7da1025f6db869e840ed34d3b98b9ab899" "04mp5r1yvdvdx6m12g3lw3z51bzh7m3gr73mhblkn4wxdbvi3dcs") 146 - ] ++ optionals (versionAtLeast version "69") [ 147 142 ./patches/remove-webp-include-69.patch 148 143 ] ++ optional enableWideVine ./patches/widevine.patch; 149 144 ··· 243 238 configurePhase = '' 244 239 runHook preConfigure 245 240 246 - # Build gn 247 - python tools/gn/bootstrap/bootstrap.py -v -s --no-clean 248 - PATH="$PWD/out/Release:$PATH" 249 - 250 241 # This is to ensure expansion of $out. 251 242 libExecPath="${libExecPath}" 252 243 python build/linux/unbundle/replace_gn_files.py \ 253 244 --system-libraries ${toString gnSystemLibraries} 254 - gn gen --args=${escapeShellArg gnFlags} out/Release | tee gn-gen-outputs.txt 245 + ${gn}/bin/gn gen --args=${escapeShellArg gnFlags} out/Release | tee gn-gen-outputs.txt 255 246 256 247 # Fail if `gn gen` contains a WARNING. 257 248 grep -o WARNING gn-gen-outputs.txt && echo "Found gn WARNING, exiting nix build" && exit 1
-12
pkgs/applications/networking/browsers/chromium/patches/remove-webp-include-68.patch
··· 1 - --- a/third_party/blink/renderer/platform/image-encoders/image_encoder.h 2 - +++ b/third_party/blink/renderer/platform/image-encoders/image_encoder.h 3 - @@ -8,7 +8,7 @@ 4 - #include "third_party/blink/renderer/platform/platform_export.h" 5 - #include "third_party/blink/renderer/platform/wtf/vector.h" 6 - #include "third_party/libjpeg/jpeglib.h" // for JPEG_MAX_DIMENSION 7 - -#include "third_party/libwebp/src/webp/encode.h" // for WEBP_MAX_DIMENSION 8 - +#define WEBP_MAX_DIMENSION 16383 9 - #include "third_party/skia/include/core/SkStream.h" 10 - #include "third_party/skia/include/encode/SkJpegEncoder.h" 11 - #include "third_party/skia/include/encode/SkPngEncoder.h" 12 -
+9 -9
pkgs/applications/networking/browsers/chromium/upstream-info.nix
··· 1 1 # This file is autogenerated from update.sh in the same directory. 2 2 { 3 3 beta = { 4 - sha256 = "0w5k1446j45796vj8p6kv5cdrkrxyr7rh8d8vavplfldbvg36bdw"; 5 - sha256bin64 = "0a7gmbcps3b85rhwgrvg41m9db2n3igwr4hncm7kcqnq5hr60v8s"; 6 - version = "69.0.3497.32"; 4 + sha256 = "0i3iz6c05ykqxbq58sx954nky0gd0schl7ik2r56p3jqsk8cfnhn"; 5 + sha256bin64 = "03k5y1nyzx26mxwxmdijkl2kj49vm5vhbxhakfxxjg3r1v0rsqrs"; 6 + version = "69.0.3497.81"; 7 7 }; 8 8 dev = { 9 - sha256 = "15gk2jbjv3iy4hg4xm1f66x5jqfqh9f98wfzrcsd5ix3ki3f9g3c"; 10 - sha256bin64 = "1lir6q31dnjsbrz99bfx74r5j6f0c1a443ky1k0idbx6ysvr8nnm"; 11 - version = "70.0.3521.2"; 9 + sha256 = "1lx6dfd6w675b4kyrci8ikc8rfmjc1aqmm7bimxp3h4p97j5wml1"; 10 + sha256bin64 = "0fsxj9h25glp3akw0x2rc488w5zr5v5yvl6ry7fy8w70fqgynffj"; 11 + version = "70.0.3538.9"; 12 12 }; 13 13 stable = { 14 - sha256 = "1676y2axl5ihvv8jid2i9wp4i4awxzij5nwvd5zx98506l3088bh"; 15 - sha256bin64 = "0d352maw1630g0hns3c0g0n95bp5iqh7nzs8bnv48kxz87snmpdj"; 16 - version = "68.0.3440.106"; 14 + sha256 = "0i3iz6c05ykqxbq58sx954nky0gd0schl7ik2r56p3jqsk8cfnhn"; 15 + sha256bin64 = "1f3shb85jynxq37vjxxkkxrjayqgvpss1zws5i28x6i9nygfzay7"; 16 + version = "69.0.3497.81"; 17 17 }; 18 18 }