| Index: build/secondary/third_party/nss/BUILD.gn
|
| diff --git a/build/secondary/third_party/nss/BUILD.gn b/build/secondary/third_party/nss/BUILD.gn
|
| index 7c05da7860de761388fd19e8cc9d4e40354635f3..00c524c040b3ff7b61c5a6fafe14cc81a11453fa 100644
|
| --- a/build/secondary/third_party/nss/BUILD.gn
|
| +++ b/build/secondary/third_party/nss/BUILD.gn
|
| @@ -385,7 +385,7 @@ if (is_linux) {
|
| # TODO(rsleevi): http://crbug.com/128134 - Break the circular dependency
|
| # without requiring nssckbi to be built as a shared library.
|
| source_set("nssckbi") {
|
| - visibility = ":nss" # This target is internal implementation detail.
|
| + visibility = [ ":nss" ] # This target is internal implementation detail.
|
|
|
| sources = [
|
| "nss/lib/ckfw/builtins/anchor.c",
|
|
|