Skip to content

Commit

Permalink
[py3] Migrate tools/binary_size PRESUBMIT
Browse files Browse the repository at this point in the history
Bug: 1212092
Change-Id: I0c16d1a0a64924eaee869ac08f64f4ff6d9baa14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2946145
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: Mohamed Heikal <mheikal@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Cr-Commit-Position: refs/heads/master@{#892267}
  • Loading branch information
sokcevicG authored and Chromium LUCI CQ committed Jun 14, 2021
1 parent 2e6d957 commit 0d99e9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/binary_size/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
for more details about the presubmit API built into depot_tools.
"""

USE_PYTHON3 = True


def CommonChecks(input_api, output_api):
output = []
output.extend(input_api.canned_checks.RunPylint(input_api, output_api))
Expand Down

0 comments on commit 0d99e9a

Please sign in to comment.