Skip to content

Commit 147b8e0

Browse files
committed
out2 output directory for b2, ball2, bd2, bdall2, g2, r2, rd2
1 parent 31ecd1c commit 147b8e0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

aliases

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
alias alias-update=". $BASH_CONFIG_DIR/aliases"
22
alias aliasupdate="alias-update"
33
alias b='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release chrome && r || notify-fail'
4+
alias b2='time PATH=~/goma:$PATH `ninja-detect-goma` -C out2/Release chrome && r || notify-fail'
45
alias ball='build-all && r || notify-fail'
6+
alias ball2='build-all && r || notify-fail'
57
alias bbt-='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*xxx*" || notify-fail'
68
alias bbt-ExtensionServiceWorkerBrowserTest='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*" || notify-fail'
79
alias bbt-ExtensionServiceWorkerBrowserTest-SendOnLaunched='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release browser_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/browser_tests --gtest_filter="*ExtensionServiceWorkerBrowserTest*SendOnLaunched*" --gtest_also_run_disabled_tests || notify-fail'
@@ -16,7 +18,9 @@ alias bct='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release content_uni
1618
alias bctd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug content_unittests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/content_unittests --gtest_filter="*Fullscreen*:*FullScreen*:*Presentation*:*MouseLock*:*PointerLock*" || notify-fail'
1719
alias bcut-sw='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release content_unittests && xvfb-run -s "-screen 0 1024x768x24" out/Release/content_unittests --gtest_filter="*ServiceWorker*:*EmbeddedWorker*" || notify-fail'
1820
alias bd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug chrome && rd || notify-fail'
21+
alias bd2='time PATH=~/goma:$PATH `ninja-detect-goma` -C out2/Debug chrome && rd2 || notify-fail'
1922
alias bdall='build-alld && rd || notify-fail'
23+
alias bdall2='build-alld2 && rd2 || notify-fail'
2024
alias bdut='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release device_unittests && out/Release/device_unittests --gtest_filter="*Bluetooth*" || notify-fail'
2125
alias bdutd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug device_unittests && out/Debug/device_unittests --gtest_filter="*Bluetooth*" || notify-fail'
2226
alias bblink-layout='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release blink_tests && blink/tools/run_layout_tests.sh bluetooth && notify'
@@ -31,7 +35,9 @@ alias bit-TransitionsForEachState='time PATH=~/goma:$PATH `ninja-detect-goma` -C
3135
alias bitd='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug interactive_ui_tests && xvfb-run -s "-screen 0 1024x768x24" out/Debug/interactive_ui_tests --gtest_filter="*Fullscreen*:*FullScreen*:*Presentation*:*MouseLock*:*PointerLock*" || notify-fail'
3236
alias bswall='build-all && bcut-sw && bcbt-sw && but-sw && bbt-sw && echo "bswall test suites ran OK." || notify-fail'
3337
alias build-all='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release chrome content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
38+
alias build-all2='time PATH=~/goma:$PATH `ninja-detect-goma` -C out2/Release chrome content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
3439
alias build-alld='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Debug chrome content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
40+
alias build-alld2='time PATH=~/goma:$PATH `ninja-detect-goma` -C out2/Debug chrome content_unittests content_browsertests device_unittests unit_tests browser_tests || notify-fail'
3541
alias but-fs='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release unit_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/unit_tests --gtest_filter="*Fullscreen*:*FullScreen*:*Presentation*:*MouseLock*:*PointerLock*" || notify-fail'
3642
alias but-fs-DebugLogStateTables='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release unit_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/unit_tests --gtest_filter="*DebugLogStateTables*" --gtest_also_run_disabled_tests || notify-fail'
3743
alias but-fs-state='time PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release unit_tests && xvfb-run -s "-screen 0 1024x768x24" out/Release/unit_tests --gtest_filter="*STATE*" --gtest_also_run_disabled_tests || notify-fail'
@@ -42,7 +48,8 @@ alias clang-off='unset CC CXX'
4248
alias clang-on='export CC=clang; export CXX=clang++; echo $PATH | grep -q "llvm-build/Release+Asserts" || export PATH=~/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PATH'
4349
alias containerissues='pushd src/py_issue_tracker/src && (./crbugtotrix.py -q Cr:Platform-Apps-Container --no-closed-bugs -s 0Ah8PJXs-5E92dEZ0dmdqbmw1c0FMTXUtMEhHNHZ5cVE; popd)'
4450
alias content_shell-requestDevice='PATH=~/goma:$PATH `ninja-detect-goma` -C out/Release content_shell && /usr/local/google/home/scheib/c/src/out/Release/content_shell --dump-render-tree /usr/local/google/home/scheib/c/src/third_party/WebKit/LayoutTests/bluetooth/requestDevice.html'
45-
alias g='GYP_GENERATORS=ninja build/gyp_chromium'
51+
alias g='gclient runhooks'
52+
alias g2='GYP_GENERATOR_FLAGS="output_dir=out2" GYP_DEFINES="use_goma=1 clang=1 component=shared_library dcheck_always_on=1 chromeos=0" gclient runhooks'
4653
alias gasan='GYP_GENERATORS=ninja build/gyp_chromium -D asan=1 -D linux_use_tcmalloc=0 -D release_extra_cflags="-g" -D clang=1'
4754
alias gasand='GYP_GENERATORS=ninja build/gyp_chromium -D asan=1 -D linux_use_tcmalloc=0 -D release_extra_cflags="-g" -D clang=1'
4855
alias gaura='GYP_GENERATORS=ninja build/gyp_chromium -D use_aura=1'
@@ -59,7 +66,9 @@ alias notify-ok='(notify-send "OK" "><><><><><><><><><><><><><><><><> <><><><><>
5966
alias notify='notify-ok || notify-fail'
6067
alias p="pushd +1"
6168
alias r='if [ -e out/Release/chrome ]; then out/Release/chrome; else out/Release/Chromium.app/Contents/MacOS/Chromium; fi'
69+
alias r2='if [ -e out2/Release/chrome ]; then out2/Release/chrome; else out2/Release/Chromium.app/Contents/MacOS/Chromium; fi'
6270
alias rd='if [ -e out/Debug/chrome ]; then out/Debug/chrome; else out/Debug/Chromium.app/Contents/MacOS/Chromium; fi'
71+
alias rd2='if [ -e out2/Debug/chrome ]; then out2/Debug/chrome; else out2/Debug/Chromium.app/Contents/MacOS/Chromium; fi'
6372
alias st='/opt/sublime_text/sublime_text'
6473
alias vsmulti='while read x; do vs $x; done'
6574
alias www-permissions='~/scheib/www/permisions.sh'

0 commit comments

Comments
 (0)