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

Unified Diff: ui/base/BUILD.gn

Issue 1728193002: Support dragging texts into Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 years, 10 months 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: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 8a936fccdffa464891e8b615a541f37af86b1dc1..b63005bc640495a2a68243683897331337710007 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -570,6 +570,16 @@ component("base") {
}
if (is_android && !use_aura) {
+ sources += [
+ "dragdrop/drag_drop_types.h",
aelias_OOO_until_Jul13 2016/02/25 20:58:00 Can we just remove all of the files without "_andr
hush (inactive) 2016/02/27 01:46:14 Done.
+ "dragdrop/drop_target_event.cc",
+ "dragdrop/drop_target_event.h",
+ "dragdrop/os_exchange_data.cc",
+ "dragdrop/os_exchange_data.h",
+ "dragdrop/os_exchange_data_provider_android.cc",
+ "dragdrop/os_exchange_data_provider_android.h",
+ ]
+
sources -= [
"cursor/cursor_android.cc",
"cursor/image_cursors.cc",

Powered by Google App Engine
This is Rietveld 408576698