hi, i am trying to build my chrome with autoninja -C out\Default chrome, but it throws this error:
C:\projects\chromium\src>autoninja -C out\Default chrome
depot_tools/ninja.py: Could not find Ninja in the third_party of the current project, nor in your PATH.
Please take one of the following actions to install Ninja:
- If your project has DEPS, add a CIPD Ninja dependency to DEPS.
- Otherwise, add Ninja to your PATH *after* depot_tools.
the PATH has the depot tools,it happened since i ran this command:
gclient sync --reset --revision src@refs/tags/96.0.4664.110 --no-history
anyone knows what the problem can be?