siso: clarify error prefixes on deps validation failures When checkDeps fails during post-step dependency validation, error messages were previously prefixed with: - "error in /showIncludes:" for deps=msvc - "error in depfile %q:" for deps=gcc Prefixing MSVC validation failures with "error in /showIncludes:" was misleading because the compiler invocation with /showIncludes completed successfully. The prefix falsely suggested a compiler execution failure rather than an undeclared dependency in the build graph. This CL updates the error prefixes for consistency and clarity: - deps_msvc: "error in MSVC deps check: %w" - deps_gcc: "error in GCC deps check with depfile %q: %w" Bug: 541969064 Change-Id: I2aa6e2a5f42a119e2b49535728d25a0b2b82a9e5 Reviewed-on: https://chromium-review.googlesource.com/c/build/+/8246760 Commit-Queue: Ryosuke Miyake <rysk@google.com> Reviewed-by: Junji Watanabe <jwata@google.com>
This repository contains tools developed and owned by the Chrome Build Team.
The steps for getting the code are:
git clone https://chromium.googlesource.com/buildWe use the standard Go module workflow to work on our projects.