mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-19 01:01:54 +03:00
fcc1680f98
Currently, we mirror Chromium revisions from gbuckets to our cdn and name them same way as Chromium revision. However, with the upcoming bundling of FFMPEG, we'd like to revision Chromium packages separately, since our Chromium package will depend from a number of factors: - chromium upstream revision - ffmpeg version - extra files to add to the package or remove from the package We should be able to produce a new Chromium build once any of these changes. With this patch, to roll Chromium browser: - update chromium revision number in the `//browser_patches/chromium/UPSTREAM_CONFIG.sh` - bump the build number in the `//browser_patches/chromium/BUILD_NUMBER` Reference #3680 |
||
---|---|---|
.. | ||
.gitignore | ||
archive.sh | ||
BUILD_NUMBER | ||
build.sh | ||
clean.sh | ||
UPSTREAM_CONFIG.sh |