Skip to content

Commit

Permalink
Document where source_index.py is invoked from
Browse files Browse the repository at this point in the history
source_index.py is imported by official_utils.py so source_index.py will
be run as Python 3 when official_utils.py is run as Python 3.

Bug: 1259422
Change-Id: I7deb10c2ce27e94aeca70d57aacb76226e40e59a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3227609
Reviewed-by: Sébastien Marchand <sebmarchand@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#932531}
  • Loading branch information
randomascii authored and Chromium LUCI CQ committed Oct 18, 2021
1 parent 5e824bc commit fe30271
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/symsrc/README.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ using this command:
pdbstr can be found in this directory:

C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\srcsrv

In Chrome official builds this script is invoked in the official symbols step by
recipes\recipe_modules\chrome\resources\official_utils.py
which calls UpdatePDB. official_utils.py is found in
https://chrome-internal.googlesource.com/chrome/tools/release/scripts

0 comments on commit fe30271

Please sign in to comment.