1. 03 Dec, 2021 1 commit
  2. 22 Nov, 2021 1 commit
  3. 19 Nov, 2021 2 commits
  4. 18 Nov, 2021 1 commit
  5. 11 Nov, 2021 1 commit
  6. 09 Nov, 2021 1 commit
  7. 11 Oct, 2021 2 commits
  8. 06 Oct, 2021 1 commit
  9. 05 Oct, 2021 1 commit
  10. 28 Sep, 2021 1 commit
  11. 22 Sep, 2021 1 commit
  12. 20 Sep, 2021 1 commit
  13. 17 Sep, 2021 1 commit
  14. 09 Sep, 2021 1 commit
  15. 17 Aug, 2021 1 commit
    • Josip Sokcevic's avatar
      Revert "Update gsutil to use gsutil version 4.66, python3" · 99cc468c
      Josip Sokcevic authored
      This reverts commit e8ef6259.
      
      Reason for revert: https://crbug.com/1240673
      High rate of bot_update failures, lots of gsutil defunct
      processes.
      
      Original change's description:
      > Update gsutil to use gsutil version 4.66, python3
      >
      > This is a reland of 45773602
      > with following changes:
      > * bump version from 4.61 to 4.66, which contains several bugfixes
      >
      > Original change's description:
      > > Reland "Reland "Update gsutil to use gsutil version 4.61, python3.""
      > >
      > > This is a reland of e53a5939
      > >
      > > Additional bug fixes:
      > > * handle race condition in gsutil when creating its directory
      > > * limit to one gsutil process on darwin due to bug in python3
      > >
      > > Original change's description:
      > > > Reland "Update gsutil to use gsutil version 4.61, python3."
      > > >
      > > > This reverts commit af121aee.
      > > >
      > > > Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance.
      > > >
      > > > Original change's description:
      > > > > Revert "Update gsutil to use gsutil version 4.61, python3."
      > > > >
      > > > > This reverts commit f059ec93.
      > > > >
      > > > > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640.
      > > > >
      > > > > Original change's description:
      > > > > > Update gsutil to use gsutil version 4.61, python3.
      > > > > >
      > > > > > This CL updates the gsutil.py wrapper to download and use
      > > > > > v4.61 of GCP's gsutil, which is Python3-compatible.
      > > > > >
      > > > > > v4.61 appears to be fully self-contained and have all of the
      > > > > > packages it needs vendored into it. So, there's no reason to
      > > > > > use vpython anymore, and this CL removes that.
      > > > > >
      > > > > > Also, this CL removes the 'fallback' option to gsutil and
      > > > > > the ability to force a version switch, as this should no
      > > > > > longer be necessary (it was added for a migration back in 2014
      > > > > > but apparently this code was never removed afterwards).
      > > > > >
      > > > > > This CL also updates download_from_google_storage.py and
      > > > > > upload_to_google_storage.py to similarly not have the version flags
      > > > > > and to just use regular python3, not vpython3.
      > > > > >
      > > > > > Bug: 1184108
      > > > > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443
      > > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439
      > > > > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > > > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > > > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > > > >
      > > > > Bug: 1184108
      > > > > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2
      > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904
      > > > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      > > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > > >
      > > > Bug: 1184108
      > > > Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff
      > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155
      > > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > >
      > > Bug: 1184108
      > > Change-Id: Ibb5d886fd22e3553521ff8ad6e2b4435844ef972
      > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2988716
      > > Reviewed-by: Dirk Pranke <dpranke@google.com>
      > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > > Commit-Queue: Josip Sokcevic <sokcevic@google.com>
      >
      > Bug: 1184108
      > Change-Id: I33787dc75f6e45d6b462706e934d7a2a37703fa7
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088085
      > Reviewed-by: Dirk Pranke <dpranke@google.com>
      > Commit-Queue: Josip Sokcevic <sokcevic@google.com>
      
      Bug: 1184108, 1240673
      Change-Id: I74c3243ea29b99476e09b6ddb49cb052812a1e3e
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3100348
      Auto-Submit: Josip Sokcevic <sokcevic@google.com>
      Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      99cc468c
  16. 16 Aug, 2021 1 commit
    • Josip Sokcevic's avatar
      Update gsutil to use gsutil version 4.66, python3 · e8ef6259
      Josip Sokcevic authored
      This is a reland of 45773602
      with following changes:
      * bump version from 4.61 to 4.66, which contains several bugfixes
      
      Original change's description:
      > Reland "Reland "Update gsutil to use gsutil version 4.61, python3.""
      >
      > This is a reland of e53a5939
      >
      > Additional bug fixes:
      > * handle race condition in gsutil when creating its directory
      > * limit to one gsutil process on darwin due to bug in python3
      >
      > Original change's description:
      > > Reland "Update gsutil to use gsutil version 4.61, python3."
      > >
      > > This reverts commit af121aee.
      > >
      > > Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance.
      > >
      > > Original change's description:
      > > > Revert "Update gsutil to use gsutil version 4.61, python3."
      > > >
      > > > This reverts commit f059ec93.
      > > >
      > > > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640.
      > > >
      > > > Original change's description:
      > > > > Update gsutil to use gsutil version 4.61, python3.
      > > > >
      > > > > This CL updates the gsutil.py wrapper to download and use
      > > > > v4.61 of GCP's gsutil, which is Python3-compatible.
      > > > >
      > > > > v4.61 appears to be fully self-contained and have all of the
      > > > > packages it needs vendored into it. So, there's no reason to
      > > > > use vpython anymore, and this CL removes that.
      > > > >
      > > > > Also, this CL removes the 'fallback' option to gsutil and
      > > > > the ability to force a version switch, as this should no
      > > > > longer be necessary (it was added for a migration back in 2014
      > > > > but apparently this code was never removed afterwards).
      > > > >
      > > > > This CL also updates download_from_google_storage.py and
      > > > > upload_to_google_storage.py to similarly not have the version flags
      > > > > and to just use regular python3, not vpython3.
      > > > >
      > > > > Bug: 1184108
      > > > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443
      > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439
      > > > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > > >
      > > > Bug: 1184108
      > > > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2
      > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904
      > > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > >
      > > Bug: 1184108
      > > Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff
      > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155
      > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      >
      > Bug: 1184108
      > Change-Id: Ibb5d886fd22e3553521ff8ad6e2b4435844ef972
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2988716
      > Reviewed-by: Dirk Pranke <dpranke@google.com>
      > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > Commit-Queue: Josip Sokcevic <sokcevic@google.com>
      
      Bug: 1184108
      Change-Id: I33787dc75f6e45d6b462706e934d7a2a37703fa7
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3088085Reviewed-by: 's avatarDirk Pranke <dpranke@google.com>
      Commit-Queue: Josip Sokcevic <sokcevic@google.com>
      e8ef6259
  17. 13 Aug, 2021 1 commit
  18. 05 Aug, 2021 1 commit
  19. 28 Jul, 2021 1 commit
  20. 16 Jul, 2021 1 commit
  21. 15 Jul, 2021 1 commit
  22. 13 Jul, 2021 1 commit
  23. 12 Jul, 2021 1 commit
    • Josip Sokcevic's avatar
      Revert "Reland "Reland "Update gsutil to use gsutil version 4.61, python3.""" · ff5a2866
      Josip Sokcevic authored
      This reverts commit 45773602.
      
      Reason for revert: crbug/1227849 - android builders aren't happy,
      also a report from user about android not working properly.
      
      Original change's description:
      > Reland "Reland "Update gsutil to use gsutil version 4.61, python3.""
      >
      > This is a reland of e53a5939
      >
      > Additional bug fixes:
      > * handle race condition in gsutil when creating its directory
      > * limit to one gsutil process on darwin due to bug in python3
      >
      > Original change's description:
      > > Reland "Update gsutil to use gsutil version 4.61, python3."
      > >
      > > This reverts commit af121aee.
      > >
      > > Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance.
      > >
      > > Original change's description:
      > > > Revert "Update gsutil to use gsutil version 4.61, python3."
      > > >
      > > > This reverts commit f059ec93.
      > > >
      > > > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640.
      > > >
      > > > Original change's description:
      > > > > Update gsutil to use gsutil version 4.61, python3.
      > > > >
      > > > > This CL updates the gsutil.py wrapper to download and use
      > > > > v4.61 of GCP's gsutil, which is Python3-compatible.
      > > > >
      > > > > v4.61 appears to be fully self-contained and have all of the
      > > > > packages it needs vendored into it. So, there's no reason to
      > > > > use vpython anymore, and this CL removes that.
      > > > >
      > > > > Also, this CL removes the 'fallback' option to gsutil and
      > > > > the ability to force a version switch, as this should no
      > > > > longer be necessary (it was added for a migration back in 2014
      > > > > but apparently this code was never removed afterwards).
      > > > >
      > > > > This CL also updates download_from_google_storage.py and
      > > > > upload_to_google_storage.py to similarly not have the version flags
      > > > > and to just use regular python3, not vpython3.
      > > > >
      > > > > Bug: 1184108
      > > > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443
      > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439
      > > > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > > >
      > > > Bug: 1184108
      > > > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2
      > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904
      > > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > >
      > > Bug: 1184108
      > > Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff
      > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155
      > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      >
      > Bug: 1184108
      > Change-Id: Ibb5d886fd22e3553521ff8ad6e2b4435844ef972
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2988716
      > Reviewed-by: Dirk Pranke <dpranke@google.com>
      > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > Commit-Queue: Josip Sokcevic <sokcevic@google.com>
      
      Bug: 1184108
      Bug: 1227849
      Change-Id: Ib4176b94861e9f85caf6ed74050111a07b1e308d
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3021641Reviewed-by: 's avatarDirk Pranke <dpranke@google.com>
      Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Commit-Queue: Josip Sokcevic <sokcevic@google.com>
      ff5a2866
  24. 09 Jul, 2021 1 commit
  25. 08 Jul, 2021 1 commit
  26. 30 Jun, 2021 2 commits
  27. 28 Jun, 2021 1 commit
    • Josip Sokcevic's avatar
      Reland "Reland "Update gsutil to use gsutil version 4.61, python3."" · 45773602
      Josip Sokcevic authored
      This is a reland of e53a5939
      
      Additional bug fixes:
      * handle race condition in gsutil when creating its directory
      * limit to one gsutil process on darwin due to bug in python3
      
      Original change's description:
      > Reland "Update gsutil to use gsutil version 4.61, python3."
      >
      > This reverts commit af121aee.
      >
      > Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance.
      >
      > Original change's description:
      > > Revert "Update gsutil to use gsutil version 4.61, python3."
      > >
      > > This reverts commit f059ec93.
      > >
      > > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640.
      > >
      > > Original change's description:
      > > > Update gsutil to use gsutil version 4.61, python3.
      > > >
      > > > This CL updates the gsutil.py wrapper to download and use
      > > > v4.61 of GCP's gsutil, which is Python3-compatible.
      > > >
      > > > v4.61 appears to be fully self-contained and have all of the
      > > > packages it needs vendored into it. So, there's no reason to
      > > > use vpython anymore, and this CL removes that.
      > > >
      > > > Also, this CL removes the 'fallback' option to gsutil and
      > > > the ability to force a version switch, as this should no
      > > > longer be necessary (it was added for a migration back in 2014
      > > > but apparently this code was never removed afterwards).
      > > >
      > > > This CL also updates download_from_google_storage.py and
      > > > upload_to_google_storage.py to similarly not have the version flags
      > > > and to just use regular python3, not vpython3.
      > > >
      > > > Bug: 1184108
      > > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443
      > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439
      > > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > >
      > > Bug: 1184108
      > > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2
      > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904
      > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      >
      > Bug: 1184108
      > Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155
      > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > Commit-Queue: Dirk Pranke <dpranke@google.com>
      
      Bug: 1184108
      Change-Id: Ibb5d886fd22e3553521ff8ad6e2b4435844ef972
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2988716Reviewed-by: 's avatarDirk Pranke <dpranke@google.com>
      Reviewed-by: 's avatarMike Frysinger <vapier@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      Commit-Queue: Josip Sokcevic <sokcevic@google.com>
      45773602
  28. 25 Jun, 2021 1 commit
  29. 23 Jun, 2021 1 commit
  30. 14 Jun, 2021 1 commit
  31. 11 Jun, 2021 1 commit
    • Dirk Pranke's avatar
      Revert "Reland "Update gsutil to use gsutil version 4.61, python3."" · ef579a11
      Dirk Pranke authored
      This reverts commit e53a5939.
      
      Reason for revert: Speculative revert for build failures on Mac11 bots: crbug.com/1219065.
      
      Original change's description:
      > Reland "Update gsutil to use gsutil version 4.61, python3."
      >
      > This reverts commit af121aee.
      >
      > Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance.
      >
      > Original change's description:
      > > Revert "Update gsutil to use gsutil version 4.61, python3."
      > >
      > > This reverts commit f059ec93.
      > >
      > > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640.
      > >
      > > Original change's description:
      > > > Update gsutil to use gsutil version 4.61, python3.
      > > >
      > > > This CL updates the gsutil.py wrapper to download and use
      > > > v4.61 of GCP's gsutil, which is Python3-compatible.
      > > >
      > > > v4.61 appears to be fully self-contained and have all of the
      > > > packages it needs vendored into it. So, there's no reason to
      > > > use vpython anymore, and this CL removes that.
      > > >
      > > > Also, this CL removes the 'fallback' option to gsutil and
      > > > the ability to force a version switch, as this should no
      > > > longer be necessary (it was added for a migration back in 2014
      > > > but apparently this code was never removed afterwards).
      > > >
      > > > This CL also updates download_from_google_storage.py and
      > > > upload_to_google_storage.py to similarly not have the version flags
      > > > and to just use regular python3, not vpython3.
      > > >
      > > > Bug: 1184108
      > > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443
      > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439
      > > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > >
      > > Bug: 1184108
      > > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2
      > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904
      > > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      >
      > Bug: 1184108
      > Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155
      > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > Commit-Queue: Dirk Pranke <dpranke@google.com>
      
      Bug: 1184108
      Change-Id: Ib0757e0873d6e6b39621d50d327d959f0fa43720
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2957473
      Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Commit-Queue: Dirk Pranke <dpranke@google.com>
      ef579a11
  32. 10 Jun, 2021 1 commit
    • Dirk Pranke's avatar
      Reland "Update gsutil to use gsutil version 4.61, python3." · e53a5939
      Dirk Pranke authored
      This reverts commit af121aee.
      
      Reason for revert: re-landing with a switch back to vpython to get the compiled C extension version of crcmod for performance.
      
      Original change's description:
      > Revert "Update gsutil to use gsutil version 4.61, python3."
      >
      > This reverts commit f059ec93.
      >
      > Reason for revert: Reverting because we probably need to be using vpython and a compiled crcmod instead. See, e.g.,. b/188591640.
      >
      > Original change's description:
      > > Update gsutil to use gsutil version 4.61, python3.
      > >
      > > This CL updates the gsutil.py wrapper to download and use
      > > v4.61 of GCP's gsutil, which is Python3-compatible.
      > >
      > > v4.61 appears to be fully self-contained and have all of the
      > > packages it needs vendored into it. So, there's no reason to
      > > use vpython anymore, and this CL removes that.
      > >
      > > Also, this CL removes the 'fallback' option to gsutil and
      > > the ability to force a version switch, as this should no
      > > longer be necessary (it was added for a migration back in 2014
      > > but apparently this code was never removed afterwards).
      > >
      > > This CL also updates download_from_google_storage.py and
      > > upload_to_google_storage.py to similarly not have the version flags
      > > and to just use regular python3, not vpython3.
      > >
      > > Bug: 1184108
      > > Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443
      > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439
      > > Reviewed-by: Mike Frysinger <vapier@chromium.org>
      > > Reviewed-by: Josip Sokcevic <sokcevic@google.com>
      > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      >
      > Bug: 1184108
      > Change-Id: I8e21a9a40d81e4e185642f866855b6838f80f1c2
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2905904
      > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      > Commit-Queue: Dirk Pranke <dpranke@google.com>
      
      Bug: 1184108
      Change-Id: I5d6d6d06842e08517488471c144972818fcf02ff
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2907155Reviewed-by: 's avatarMike Frysinger <vapier@chromium.org>
      Reviewed-by: 's avatarJosip Sokcevic <sokcevic@google.com>
      Commit-Queue: Dirk Pranke <dpranke@google.com>
      e53a5939
  33. 03 Jun, 2021 2 commits
  34. 26 May, 2021 1 commit
  35. 24 May, 2021 2 commits