Add files via upload
This commit is contained in:
parent
d42cc88bcb
commit
df7adab2a1
9 changed files with 10 additions and 0 deletions
2
win_scripts/bin/c.bat
Normal file
2
win_scripts/bin/c.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
doskey ..=cd ..
|
||||
doskey la=dir
|
1
win_scripts/bin/g.bat
Normal file
1
win_scripts/bin/g.bat
Normal file
|
@ -0,0 +1 @@
|
|||
gn args out\thorium\
|
1
win_scripts/bin/gfetch.bat
Normal file
1
win_scripts/bin/gfetch.bat
Normal file
|
@ -0,0 +1 @@
|
|||
git fetch --tags
|
1
win_scripts/bin/gsync.bat
Normal file
1
win_scripts/bin/gsync.bat
Normal file
|
@ -0,0 +1 @@
|
|||
gclient sync --with_branch_heads --with_tags -f -R -D
|
1
win_scripts/bin/nigw.bat
Normal file
1
win_scripts/bin/nigw.bat
Normal file
|
@ -0,0 +1 @@
|
|||
@autoninja.bat -C out\thorium\ chrome chromedriver content_shell setup mini_installer views_examples_with_content -j %1
|
1
win_scripts/bin/origin.bat
Normal file
1
win_scripts/bin/origin.bat
Normal file
|
@ -0,0 +1 @@
|
|||
git checkout -f origin/main
|
1
win_scripts/bin/pgow.bat
Normal file
1
win_scripts/bin/pgow.bat
Normal file
|
@ -0,0 +1 @@
|
|||
python tools\update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles
|
1
win_scripts/bin/rebase.bat
Normal file
1
win_scripts/bin/rebase.bat
Normal file
|
@ -0,0 +1 @@
|
|||
git rebase-update
|
1
win_scripts/bin/runhooks.bat
Normal file
1
win_scripts/bin/runhooks.bat
Normal file
|
@ -0,0 +1 @@
|
|||
gclient runhooks
|
Loading…
Reference in a new issue