summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-08 00:39:05 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-08 00:39:05 +0000
commitdeafa3ec97696cdcfd3cf0154b373952ab5be9a2 (patch)
tree5d2d8a367f6c2412b2ee26abfc4d4ab008412b93 /ui/ui.gyp
parentb9e2fe5f07bded6e20102f718715d9eaacdab9a3 (diff)
downloadchromium_src-deafa3ec97696cdcfd3cf0154b373952ab5be9a2.zip
chromium_src-deafa3ec97696cdcfd3cf0154b373952ab5be9a2.tar.gz
chromium_src-deafa3ec97696cdcfd3cf0154b373952ab5be9a2.tar.bz2
Get drag and drop working for win aura.
This makes a bunch of bookmark interactive tests pass. BUG=154081 Review URL: https://codereview.chromium.org/11444013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 7ed2833..a31f518 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -593,7 +593,6 @@
['exclude', 'gfx/screen_gtk.cc'],
['exclude', 'base/dialogs/select_file_dialog_mac.mm'],
['exclude', 'base/dialogs/select_file_dialog_win.cc'],
- ['exclude', 'base/dragdrop/drag_utils_win.cc'],
['exclude', 'base/work_area_watcher_observer.h'],
['exclude', 'base/x/active_window_watcher_x.cc'],
['exclude', 'base/x/active_window_watcher_x.h'],
@@ -616,8 +615,8 @@
}],
['use_aura==1 and OS=="win"', {
'sources/': [
- ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
- ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
+ ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'],
+ ['exclude', 'base/dragdrop/drag_utils_aura.cc'],
],
}],
['use_aura==0 and toolkit_views==0', {