summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index cb333a3..4870b67 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -133,6 +133,7 @@ group("root") {
"//ui/snapshot",
"//ui/strings",
"//ui/surface",
+ "//ui/touch_selection",
"//ui/views",
"//ui/views/controls/webview",
"//ui/web_dialogs",
@@ -297,6 +298,12 @@ group("root") {
]
}
+ if (is_mac || is_ios) {
+ deps -= [
+ "//ui/touch_selection",
+ ]
+ }
+
if (is_win) {
deps -= [
"//apps",