Chromium Code Reviews| Index: build/secondary/testing/BUILD.gn |
| diff --git a/build/secondary/testing/BUILD.gn b/build/secondary/testing/BUILD.gn |
| index 2cafa68a281302c4e07352ce8fd1d63e4ee341dc..fc50637493a77acf10b4f0855e2a2331a11b8031 100644 |
| --- a/build/secondary/testing/BUILD.gn |
| +++ b/build/secondary/testing/BUILD.gn |
| @@ -7,5 +7,7 @@ source_set("gmock_mutant") { |
| "gmock_mutant.h", # gMock helpers |
| ] |
| - deps = [ "//base" ] |
| + deps = [ |
| + "//base", |
| + ] |
| } |