Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 5fe54d760553b9dc76736dde85de3dddab695bee..669cb84b69f26004ba77057b15b29350a5c4bc3a 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -36,6 +36,11 @@ |
'../url/url.gyp:*', |
], |
'conditions': [ |
+ ['OS!="ios" and OS!="mac"', { |
+ 'dependencies': [ |
+ '../ui/touch_selection/ui_touch_selection.gyp:*', |
+ ], |
+ }], |
['OS=="ios"', { |
'dependencies': [ |
'../ios/ios.gyp:*', |