| Index: third_party/yasm/yasm_assemble.gni | 
| diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni | 
| index 5dc4c7c89dbb3e2f881032d366c877ed6cdc880c..78037b8e75327f22dee488215150ae46a139bd0e 100644 | 
| --- a/third_party/yasm/yasm_assemble.gni | 
| +++ b/third_party/yasm/yasm_assemble.gni | 
| @@ -110,7 +110,8 @@ template("yasm_assemble") { | 
| source_set_name = target_name | 
|  | 
| action_foreach(action_name) { | 
| -    visibility = ":$source_set_name"  # Only the source set can depend on this. | 
| +    # Only the source set can depend on this. | 
| +    visibility = [ ":$source_set_name" ] | 
|  | 
| script = "//third_party/yasm/run_yasm.py" | 
| sources = invoker.sources | 
|  |