Add files via upload

This commit is contained in:
Alexander David Frick 2022-05-18 14:54:59 -07:00 committed by GitHub
parent d42cc88bcb
commit df7adab2a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 0 deletions

2
win_scripts/bin/c.bat Normal file
View file

@ -0,0 +1,2 @@
doskey ..=cd ..
doskey la=dir

1
win_scripts/bin/g.bat Normal file
View file

@ -0,0 +1 @@
gn args out\thorium\

View file

@ -0,0 +1 @@
git fetch --tags

View file

@ -0,0 +1 @@
gclient sync --with_branch_heads --with_tags -f -R -D

1
win_scripts/bin/nigw.bat Normal file
View file

@ -0,0 +1 @@
@autoninja.bat -C out\thorium\ chrome chromedriver content_shell setup mini_installer views_examples_with_content -j %1

View file

@ -0,0 +1 @@
git checkout -f origin/main

1
win_scripts/bin/pgow.bat Normal file
View file

@ -0,0 +1 @@
python tools\update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles

View file

@ -0,0 +1 @@
git rebase-update

View file

@ -0,0 +1 @@
gclient runhooks