mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Add dirs and add export and alias functions.
This commit is contained in:
parent
8119d85b07
commit
a6e9a5ddb3
1 changed files with 11 additions and 0 deletions
11
setup.sh
11
setup.sh
|
@ -10,6 +10,7 @@ cp -r -v media/. $HOME/chromium/src/media/ &&
|
|||
cp -r -v net/. $HOME/chromium/src/net/ &&
|
||||
cp -r -v sandbox/. $HOME/chromium/src/sandbox/ &&
|
||||
cp -r -v third_party/. $HOME/chromium/src/third_party/ &&
|
||||
cp -r -v tools/. $HOME/chromium/src/tools/ &&
|
||||
cp -r -v ui/. $HOME/chromium/src/ui/ &&
|
||||
cp -r -v v8/. $HOME/chromium/src/v8/ &&
|
||||
cp -v chrome-devtools/chrome-devtools.svg $HOME/chromium/src/out/thorium/ &&
|
||||
|
@ -17,4 +18,14 @@ cp -r -v content_shell/. $HOME/chromium/src/out/thorium/ &&
|
|||
|
||||
cd $HOME/chromium/src &&
|
||||
|
||||
export NINJA_SUMMARIZE_BUILD=1 &&
|
||||
|
||||
alias gsync='gclient sync --with_branch_heads --with_tags -f -R -D' &&
|
||||
|
||||
alias pgo='python tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||
|
||||
alias pgow='python tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||
|
||||
alias pgom='python tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue