Skip to content

Commit

Permalink
Manual roll Catapult from 302ca09b2de9 to a29a63714fcd (3 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/catapult.git/+log/302ca09b2de9..a29a63714fcd

2021-05-11 heiserya@google.com Improve documentation for telemetry periodic screenshotting
2021-05-11 johnchen@chromium.org Migrate third_party/vinn to Python 3
2021-05-11 johnchen@chromium.org Migrate third_party/beautifulsoup4 to Python 3

Several chromium repo pydeps files are updated due to changes in Catapult.

Change-Id: I236f69977e4b4435f19f1ad94b76cbb40464d675
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2889521
Reviewed-by: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: Junbo Ke <juke@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#882062}
  • Loading branch information
JohnChen0 authored and Chromium LUCI CQ committed May 12, 2021
1 parent 6f15d02 commit 74ec4ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '302ca09b2de970692330a8f42edc3e7755f4b53b',
'catapult_revision': 'a29a63714fcd3a0dc7c9e036809debe04ccdb437',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.
Expand Down
1 change: 1 addition & 0 deletions build/lacros/lacros_resource_sizes.pydeps
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by running:
# build/print_python_deps.py --root build/lacros --output build/lacros/lacros_resource_sizes.pydeps build/lacros/lacros_resource_sizes.py
../../third_party/catapult/third_party/six/six.py
../../third_party/catapult/third_party/vinn/vinn/__init__.py
../../third_party/catapult/third_party/vinn/vinn/_vinn.py
../../third_party/catapult/tracing/tracing/__init__.py
Expand Down
1 change: 1 addition & 0 deletions chromecast/resource_sizes/chromecast_resource_sizes.pydeps
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# build/print_python_deps.py --root chromecast/resource_sizes --output chromecast/resource_sizes/chromecast_resource_sizes.pydeps chromecast/resource_sizes/chromecast_resource_sizes.py
../../build/util/lib/common/perf_result_data_type.py
../../build/util/lib/common/perf_tests_results_helper.py
../../third_party/catapult/third_party/six/six.py
../../third_party/catapult/third_party/vinn/vinn/__init__.py
../../third_party/catapult/third_party/vinn/vinn/_vinn.py
../../third_party/catapult/tracing/tracing/__init__.py
Expand Down
1 change: 1 addition & 0 deletions tools/binary_size/sizes.pydeps
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by running:
# build/print_python_deps.py --root tools/binary_size --output tools/binary_size/sizes.pydeps tools/binary_size/sizes.py
../../third_party/catapult/third_party/six/six.py
../../third_party/catapult/third_party/vinn/vinn/__init__.py
../../third_party/catapult/third_party/vinn/vinn/_vinn.py
../../third_party/catapult/tracing/tracing/__init__.py
Expand Down

0 comments on commit 74ec4ba

Please sign in to comment.