Chromium Code Reviews| Index: tools/gn/secondary/skia/BUILD.gn |
| diff --git a/tools/gn/secondary/skia/BUILD.gn b/tools/gn/secondary/skia/BUILD.gn |
| index fcc09fa8c20bf87b9c7ac350d61b20a29230d6f2..4643cdc8842cbd9ec628655ed1359b83531a591f 100644 |
| --- a/tools/gn/secondary/skia/BUILD.gn |
| +++ b/tools/gn/secondary/skia/BUILD.gn |
| @@ -1232,7 +1232,7 @@ if (component_mode == "static_library") { |
| } |
| if (skia_support_pdf) { |
| - deps += "//third_party/sfntly" |
| + deps += [ "//third_party/sfntly" ] |
| } |
| } |
| } |