Skip to content
  • Jan Engelhardt's avatar
    Import chromium 120.0.6099.224 · 7a2aef81
    Jan Engelhardt authored
    Delete large files.
    
    tar -xf chromium.tar.xz --strip=1
    find * -type f -size +45M -print -delete
    find . -name .gitignore -delete
    find . -name .gitmodules -delete
    find * -name .git -exec rm -Rf {} +
    git add .
    tar -xf chromium.tar.xz --strip=1 --wildcards '*/.gitignore'
    git add .
    git rm -r -f third_party/llvm
    7a2aef81
This project is licensed under the BSD 3-Clause "New" or "Revised" License. Learn more