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

Unified Diff: BUILD.gn

Issue 759433002: Reland: Move TouchSelectionController from content to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Excluded ui/touch_selection from Windows GN build 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
« no previous file with comments | « no previous file | android_webview/java_library_common.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index cb333a3e1c3bb28e331588d512b313bc5f418162..b18d34e20abc6602482cc795bd2266556cfcc13c 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",
@@ -354,6 +361,7 @@ group("root") {
"//ui/native_theme",
"//ui/snapshot",
"//ui/surface",
+ "//ui/touch_selection",
"//ui/views",
"//ui/views/controls/webview",
"//ui/web_dialogs",
« no previous file with comments | « no previous file | android_webview/java_library_common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698