Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index f4aa4d7f89b0a84d554ab57025ea52dc8c394242..132e99632d7db7ba956015338b87599244093062 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -56,6 +56,7 @@ group("root") { |
| "//extensions/renderer", |
| "//gin", |
| "//gpu", |
| + "//gpu/blink", |
| "//google_apis", |
| "//google_apis/gcm", |
| "//ipc", |
| @@ -300,9 +301,7 @@ group("root") { |
| } |
| if (is_mac || is_ios) { |
| - deps -= [ |
| - "//ui/touch_selection", |
| - ] |
| + deps -= [ "//ui/touch_selection" ] |
| } |
| if (is_win) { |