Commit e591db3a authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Switch uses of ninja -j 2000 to autoninja.

R=cmp@chromium.org

Change-Id: I41c75606cbf211cf472963174845aef65a756aad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2192992Reviewed-by: default avatarChase Phillips <cmp@chromium.org>
Commit-Queue: Chase Phillips <cmp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772721}
parent 4976b07c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{ {
"label": "1-build_chrome_debug", "label": "1-build_chrome_debug",
"type": "shell", "type": "shell",
"command": "ninja -C out/Debug -j 2000 chrome", "command": "autoninja -C out/Debug chrome",
"group": "test", "group": "test",
"presentation": { "presentation": {
"echo": true, "echo": true,
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
{ {
"label": "3-build_all_debug", "label": "3-build_all_debug",
"type": "shell", "type": "shell",
"command": "ninja -C out/Debug -j 2000", "command": "autoninja -C out/Debug",
"presentation": { "presentation": {
"echo": true, "echo": true,
"reveal": "always" "reveal": "always"
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
{ {
"label": "5-build_test_debug", "label": "5-build_test_debug",
"type": "shell", "type": "shell",
"command": "ninja -C out/Debug -j 2000 unit_tests components_unittests browser_tests", "command": "autoninja -C out/Debug unit_tests components_unittests browser_tests",
"presentation": { "presentation": {
"echo": true, "echo": true,
"reveal": "always" "reveal": "always"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment