mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update BUILD.gn
This commit is contained in:
parent
9b0fc2d752
commit
9942804855
1 changed files with 4 additions and 1 deletions
|
@ -1625,7 +1625,10 @@ config("chromium_code") {
|
|||
}
|
||||
}
|
||||
|
||||
configs = [ ":default_warnings" ]
|
||||
configs = [
|
||||
":default_warnings",
|
||||
":noshadowing",
|
||||
]
|
||||
}
|
||||
|
||||
config("no_chromium_code") {
|
||||
|
|
Loading…
Reference in a new issue