Commit 43b27292 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

Compile blink/common/ with -Wshadow.

No code changes required.

Bug: 294205
Change-Id: I39a0bc14e444a9bbff70f57a9866acda8a9c0c87
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472040Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817539}
parent bce9b2a9
......@@ -62,7 +62,10 @@ source_set("common") {
"//third_party/blink/public/common",
]
configs += [ ":blink_common_implementation" ]
configs += [
":blink_common_implementation",
"//build/config/compiler:noshadowing",
]
sources = [
# NOTE: Please do not add public headers that need to be referenced from
......
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