| Index: build/toolchain/win/midl.gni
|
| diff --git a/build/toolchain/win/midl.gni b/build/toolchain/win/midl.gni
|
| index e0c2dd4363a84949d65b78be2ccae24dd8431355..7f068d01b1298c2702f5872b7bb944844073b89e 100644
|
| --- a/build/toolchain/win/midl.gni
|
| +++ b/build/toolchain/win/midl.gni
|
| @@ -37,7 +37,7 @@ template("midl") {
|
| type_library_file = "{{source_name_part}}.tlb"
|
|
|
| action_foreach(action_name) {
|
| - visibility = ":$source_set_name"
|
| + visibility = [ ":$source_set_name" ]
|
|
|
| # This functionality is handled by the win-tool because the GYP build has
|
| # MIDL support built-in.
|
|
|