| Index: tools/gn/secondary/net/third_party/nss/BUILD.gn
|
| diff --git a/tools/gn/secondary/net/third_party/nss/BUILD.gn b/tools/gn/secondary/net/third_party/nss/BUILD.gn
|
| index ba5ecc2c997598550b0d9600fe842499a59fe239..8c3cadf94e3fce8f4ac29903617faed0ef66622c 100644
|
| --- a/tools/gn/secondary/net/third_party/nss/BUILD.gn
|
| +++ b/tools/gn/secondary/net/third_party/nss/BUILD.gn
|
| @@ -67,8 +67,8 @@ component("ssl") {
|
| "USE_UTIL_DIRECTLY",
|
| ]
|
|
|
| - configs -= "//build/config/compiler:chromium_code"
|
| - configs += "//build/config/compiler:no_chromium_code"
|
| + configs -= [ "//build/config/compiler:chromium_code" ]
|
| + configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
|
| direct_dependent_configs = [ ":ssl_config" ]
|
|
|
| @@ -86,7 +86,7 @@ component("ssl") {
|
|
|
| if (is_linux) {
|
| include_dirs = [ "bodge" ]
|
| - configs += "//third_party/nss:nss_linux_config"
|
| + configs += [ "//third_party/nss:nss_linux_config" ]
|
| }
|
| if (is_mac) {
|
| sources -= "ssl/bodge/secitem_array.c"
|
|
|