Commit 5b556289 authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[build] Activate assert to check GN SDK version is equal to manifest

Bug: 891996
Change-Id: I5904066ca893c536cbed87b3e6fa55b1210f5f65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1675323
Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org>
Commit-Queue: Eric Stevenson <estevenson@chromium.org>
Reviewed-by: default avatarEric Stevenson <estevenson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672090}
parent 096c3f4c
...@@ -74,11 +74,6 @@ def AssertUsesSdk(manifest_node, ...@@ -74,11 +74,6 @@ def AssertUsesSdk(manifest_node,
Will only assert if both the passed value is not None and the value of Will only assert if both the passed value is not None and the value of
attribute exist. attribute exist.
""" """
# TODO(crbug.com/891996): Activate once all dependency repos have been
# updated.
# pylint: disable=unreachable
return
uses_sdk_node = manifest_node.find('./uses-sdk') uses_sdk_node = manifest_node.find('./uses-sdk')
if uses_sdk_node is None: if uses_sdk_node is None:
return return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment