Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 1e2070c0f706135abeb6155be359b4de74fcfefe..b3fc1bdee57b431a57079b611fefc45ff1a6a6d8 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -132,6 +132,7 @@ group("root") { |
| "//ui/snapshot", |
| "//ui/strings", |
| "//ui/surface", |
| + "//ui/touch_selection", |
| "//ui/views", |
| "//ui/views/controls/webview", |
| "//ui/web_dialogs", |
| @@ -301,6 +302,12 @@ group("root") { |
| ] |
| } |
| + if (is_mac || is_ios) { |
| + deps -= [ |
| + "//ui/touch_selection", |
| + ] |
| + } |
| + |
| if (is_win) { |
| deps -= [ |
| "//apps", |