Chromium Code Reviews| Index: ui/touch_selection/BUILD.gn |
| diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn |
| index dd40269c36cb5e9793ac1c6ffb6fbfbeadb1f44f..b8d8d40c3a9ea0cdee1304daccfd82496becc0df 100644 |
| --- a/ui/touch_selection/BUILD.gn |
| +++ b/ui/touch_selection/BUILD.gn |
| @@ -95,7 +95,9 @@ test("ui_touch_selection_unittests") { |
| "//ui/gfx:test_support", |
| ] |
| - data_deps = [ "//third_party/mesa:osmesa" ] |
| + data_deps = [ |
| + "//third_party/mesa:osmesa", |
| + ] |
| } |
| if (is_android) { |