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

Unified Diff: ui/base/ui_base.gyp

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/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index d092bc1552b8e06d69aa8a5ce1e01e80e1538845..8a7502e54fe1b36ba6effd96c0b61db40968ad45 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -600,7 +600,7 @@
'../../build/linux/system.gyp:xscrnsaver',
],
}],
- ['toolkit_views==0', {
+ ['toolkit_views==0 and OS!="android"', {
'sources!': [
'dragdrop/drag_drop_types.h',
'dragdrop/drop_target_event.cc',
@@ -637,6 +637,15 @@
},
}],
['OS=="android" and use_aura==0', {
+ 'sources+': [
+ 'dragdrop/drag_drop_types.h',
+ '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',
'idle/idle.cc',

Powered by Google App Engine
This is Rietveld 408576698