Skip to content

Commit

Permalink
devops(chromium): fix chromium linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 3, 2021
1 parent 8d4dc60 commit 985dd56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser_patches/chromium/build.sh
Expand Up @@ -134,6 +134,10 @@ EOF
gn gen out/Default
autoninja -C out/Default chrome
if [[ $1 == "--compile-linux" ]]; then
autoninja -C out/Default chrome_sandbox clear_key_cdm
fi
# Prepare resulting archive.
cd "$SCRIPT_PATH"
rm -rf output
Expand Down

0 comments on commit 985dd56

Please sign in to comment.