Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(930)

Unified Diff: build/all.gyp

Issue 759433002: Reland: Move TouchSelectionController from content to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed more reviewers' comments Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:*',

Powered by Google App Engine
This is Rietveld 408576698