Skip to content

Commit b0a0347

Browse files
ukaiDevtools-frontend LUCI CQ
authored andcommitted
Reland "Use Siso instead of Ninja"
This reverts commit 47f84dc. Reason for revert: siso v1.3.13 fixed the issue b/436456100 Bug: 422043956 Original change's description: > Revert "Use Siso instead of Ninja" > > This reverts commit 5ebf983. > > Reason for revert: See b/436456100. Siso currently does not rebuild > correctly on Mac. > > Bug: 422043956,436456100 > Original change's description: > > Use Siso instead of Ninja > > > > Required acording to http://b/414724525#comment5 > > > > Bug: 422043956 > > Change-Id: Ibf4aa3460004c89a0b0a6ad67422ee76911278c1 > > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6679492 > > Auto-Submit: Liviu Rau <[email protected]> > > Reviewed-by: Simon Zünd <[email protected]> > > Commit-Queue: Simon Zünd <[email protected]> > > Bug: 422043956 > Change-Id: I39da57acbc6ed986b2eb24bb62811518f5a4fe22 > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6819065 > Commit-Queue: Rubber Stamper <[email protected]> > Bot-Commit: Rubber Stamper <[email protected]> > Auto-Submit: Simon Zünd <[email protected]> Bug: 422043956,436456100 Bug: 422043956 Change-Id: Idfdd4670b53c5f5d9eca2bf6f7db4b89090840b8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6826823 Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Auto-Submit: Fumitoshi Ukai <[email protected]> Reviewed-by: Alex Rudenko <[email protected]>
1 parent 084b47c commit b0a0347

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ check_targets = [ "*" ]
1818
script_executable = "python3"
1919

2020
default_args = {
21+
# Use Siso instead of Ninja.
22+
use_siso = true
2123
}

0 commit comments

Comments
 (0)