Update BUILD.gn

This commit is contained in:
Alexander David Frick 2021-11-18 13:18:54 -06:00 committed by GitHub
parent 9b0fc2d752
commit 9942804855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1625,7 +1625,10 @@ config("chromium_code") {
} }
} }
configs = [ ":default_warnings" ] configs = [
":default_warnings",
":noshadowing",
]
} }
config("no_chromium_code") { config("no_chromium_code") {