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

Unified Diff: BUILD.gn

Issue 754963007: Revert of Move TouchSelectionController from content to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 4870b67094dcbd8d2dcfec6b369392131697d31f..cb333a3e1c3bb28e331588d512b313bc5f418162 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -133,7 +133,6 @@
"//ui/snapshot",
"//ui/strings",
"//ui/surface",
- "//ui/touch_selection",
"//ui/views",
"//ui/views/controls/webview",
"//ui/web_dialogs",
@@ -295,12 +294,6 @@
"//ui/views",
"//ui/views/controls/webview",
"//ui/web_dialogs",
- ]
- }
-
- if (is_mac || is_ios) {
- deps -= [
- "//ui/touch_selection",
]
}
« 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