Roll ninja from 2@1.11.1.chromium.6 to 3@1.13.1.chromium.4

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/ninja-dart-sdk
Please CC dart-engprod@google.com,dart-vm-gardener@grotations.appspotmail.com,dart-vm-team@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in ninja: https://bugs.chromium.org/p/chromium/issues/list
To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try;luci.dart.try:dart-sdk-linux-arm64-try;luci.dart.try:dart-sdk-mac-try;luci.dart.try:dart-sdk-mac-arm64-try;luci.dart.try:dart-sdk-win-try
Change-Id: I94379b6282696480ce450e9fb013e1b5f04be103
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/450774
Reviewed-by: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
DEPS Autoroller
2025-09-22 10:15:35 -07:00
committed by Alexander Aprelev
parent 127f15e9e1
commit 6152811eda
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ vars = {
"download_fuchsia_deps": False,
# Ninja, runs the build based on files generated by GN.
"ninja_tag": "version:2@1.11.1.chromium.7",
"ninja_tag": "version:3@1.13.1.chromium.4",
# Scripts that make 'git cl format' work.
"clang_format_scripts_rev": "bb994c6f067340c1135eb43eed84f4b33cfa7397",
+2 -3
View File
@@ -48,9 +48,8 @@ def main(argv):
'.dart') and not filename.endswith('_test.dart'):
fullname = os.path.join(directory, root, filename)
fullname = fullname.replace(os.sep, '/')
out.write(" \"")
out.write(fullname)
out.write("\"")
out.write(" ")
out.write(fullname.replace(" ", r"\ "))
out.write("\n")
out.close()