0

Update path to depot_tools in docs.

Depot tools seem to be preset in the third_party directory now. Update
documentation to reflect this change.

Bug: None
Change-Id: I1dee778a2cf6cf34704d2351e4e86c788bbcc8d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3855646
Reviewed-by: Tim Sergeant <tsergeant@chromium.org>
Commit-Queue: Tim Sergeant <tsergeant@chromium.org>
Auto-Submit: Jeevan Shikaram <jshikaram@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1039103}
This commit is contained in:
Jeevan Shikaram
2022-08-25 06:10:59 +00:00
committed by Chromium LUCI CQ
parent 01f38e49a8
commit 4f8005ced8

@ -62,7 +62,7 @@ It's advisable to run `watchlists.py` to verify that your new rules work.
Example (from src):
```
python ../depot_tools/watchlists.py PATH/TO/FILE1 PATH/TO/FILE2 ....
python third_party/depot_tools/watchlists.py PATH/TO/FILE1 PATH/TO/FILE2 ....
```