summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 17:35:32 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 17:35:32 +0000
commitdac443791cffe0c7681fffe2e1a405418474f5d9 (patch)
tree78fb5d4e057db163cf272952d869a48f5bbac6f6 /chrome/chrome.gyp
parentb314705cdac15c3603352c55932f95c1bdb1faa2 (diff)
downloadchromium_src-dac443791cffe0c7681fffe2e1a405418474f5d9.zip
chromium_src-dac443791cffe0c7681fffe2e1a405418474f5d9.tar.gz
chromium_src-dac443791cffe0c7681fffe2e1a405418474f5d9.tar.bz2
GTK DND:
- Rearrange DND constants, create convenience functions - (partially) implement drag onto home button Note that the homepage is still hard-wired to the dev build splash page, so that it seems like this isn't working, but via debugging I ascertained that dragging a random file from the desktop onto the home button should successfully set that file as the homepage. TEST=drag a lot of stuff all over the place (tabs, bookmarks, what have you), make sure nothing crashes BUG=none Review URL: http://codereview.chromium.org/147256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19495 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index e9c7441..7f3a51e 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -972,6 +972,8 @@
'browser/gtk/custom_button.cc',
'browser/gtk/custom_button.h',
'browser/gtk/dialogs_gtk.cc',
+ 'browser/gtk/dnd_registry.cc',
+ 'browser/gtk/dnd_registry.h',
'browser/gtk/download_item_gtk.cc',
'browser/gtk/download_item_gtk.h',
'browser/gtk/download_shelf_gtk.cc',