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

Unified Diff: ui/ui.gyp

Issue 14189002: linux_aura: Implement dropping in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add HTML type to prefetch list to fix crashes. Created 7 years, 8 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/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index cf4704a28b8a780dfaed25a0e969c36048a6a515..b253b11a105fcc94c7cd43cd9cf4911e7238a7fc 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -128,6 +128,7 @@
'base/cursor/cursors_aura.h',
'base/dragdrop/cocoa_dnd_util.h',
'base/dragdrop/cocoa_dnd_util.mm',
+ 'base/dragdrop/desktop_selection_provider_aurax11.h',
'base/dragdrop/drag_drop_types.h',
'base/dragdrop/drag_drop_types_win.cc',
'base/dragdrop/drag_source_win.cc',
@@ -142,8 +143,10 @@
'base/dragdrop/gtk_dnd_util.h',
'base/dragdrop/os_exchange_data.cc',
'base/dragdrop/os_exchange_data.h',
- 'base/dragdrop/os_exchange_data_provider_aura.cc',
- 'base/dragdrop/os_exchange_data_provider_aura.h',
+ 'base/dragdrop/os_exchange_data_provider_chromeos.cc',
+ 'base/dragdrop/os_exchange_data_provider_chromeos.h',
+ 'base/dragdrop/os_exchange_data_provider_aurax11.cc',
sky 2013/04/12 20:12:11 nit: sort
+ 'base/dragdrop/os_exchange_data_provider_aurax11.h',
'base/dragdrop/os_exchange_data_provider_win.cc',
'base/dragdrop/os_exchange_data_provider_win.h',
'base/events/event.cc',
@@ -629,7 +632,6 @@
}],
['use_aura==1 and OS=="win"', {
'sources/': [
- ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'],
['exclude', 'base/dragdrop/drag_utils_aura.cc'],
],
}],
@@ -685,6 +687,7 @@
],
'sources!': [
'base/clipboard/clipboard_aurax11.cc',
+ 'base/dragdrop/os_exchange_data_provider_aurax11.cc',
'base/touch/touch_device.cc',
],
}],

Powered by Google App Engine
This is Rietveld 408576698