Chromium Code Reviews| Index: cc/surfaces/BUILD.gn |
| diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn |
| index ea44068b6f6aba963e224d07ecbf110d8b852931..6c7c1cca2b9b504eebef244864273b751a74d0ac 100644 |
| --- a/cc/surfaces/BUILD.gn |
| +++ b/cc/surfaces/BUILD.gn |
| @@ -7,7 +7,9 @@ source_set("surface_id") { |
| "surface_id.h", |
| ] |
| - deps = [ "//base" ] |
| + deps = [ |
| + "//base", |
| + ] |
| } |
| component("surfaces") { |
| @@ -50,4 +52,3 @@ component("surfaces") { |
| configs += [ "//build/config/compiler:optimize_max" ] |
| } |
| } |
| - |