Commit f8592030 authored by Morten Stenshorne's avatar Morten Stenshorne Committed by Commit Bot

Compile blink/renderer/platform/ with -Wshadow.

No code changes required.

Bug: 294205
Change-Id: I7b69be39368da781a0ac95562ecab34c43fe6e01
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464272Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816487}
parent d89e565f
......@@ -19,6 +19,8 @@ source_set("generator") {
}
blink_platform_sources("blob") {
configs += [ "//build/config/compiler:noshadowing" ]
sources = [
"blob_bytes_provider.cc",
"blob_bytes_provider.h",
......
......@@ -43,6 +43,8 @@ source_set("heap_unsanitized") {
}
blink_platform_sources("heap") {
configs += [ "//build/config/compiler:noshadowing" ]
sources = [
"atomic_entry_flag.h",
"blink_gc.cc",
......
......@@ -5,6 +5,8 @@
import("//third_party/blink/renderer/platform/platform.gni")
blink_platform_sources("instrumentation") {
configs += [ "//build/config/compiler:noshadowing" ]
sources = [
"canvas_memory_dump_provider.cc",
"canvas_memory_dump_provider.h",
......
......@@ -12,6 +12,8 @@ make_names("make_platform_loader_generated_fetch_initiator_type_names") {
}
blink_platform_sources("loader") {
configs += [ "//build/config/compiler:noshadowing" ]
sources = [
"allowed_by_nosniff.cc",
"allowed_by_nosniff.h",
......
......@@ -22,6 +22,8 @@ group("make_generated") {
}
blink_platform_sources("network") {
configs += [ "//build/config/compiler:noshadowing" ]
sources = [
"content_security_policy_parsers.cc",
"content_security_policy_parsers.h",
......
......@@ -7,6 +7,8 @@ import("//third_party/blink/renderer/platform/platform.gni")
import("//third_party/protobuf/proto_library.gni")
blink_platform_sources("scheduler") {
configs += [ "//build/config/compiler:noshadowing" ]
sources = [
"common/cancelable_closure_holder.cc",
"common/cancelable_closure_holder.h",
......
......@@ -33,6 +33,8 @@ config("wtf_config") {
}
component("wtf") {
configs += [ "//build/config/compiler:noshadowing" ]
sources = [
"allocator/allocator.cc",
"allocator/allocator.h",
......
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