Chromium Code Reviews| Index: third_party/iaccessible2/BUILD.gn |
| diff --git a/third_party/iaccessible2/BUILD.gn b/third_party/iaccessible2/BUILD.gn |
| index 56aba375d7a901fca16c992a1631cc57ac624519..798f8d248d67b3938b2e2d72703f7af663d23ea5 100644 |
| --- a/third_party/iaccessible2/BUILD.gn |
| +++ b/third_party/iaccessible2/BUILD.gn |
| @@ -24,5 +24,7 @@ shared_library("IAccessible2Proxy") { |
| libs = [ "rpcrt4.lib" ] |
| - deps = [ ":iaccessible2" ] |
| + deps = [ |
| + ":iaccessible2", |
| + ] |
| } |