summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorrbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 18:16:24 +0000
committerrbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 18:16:24 +0000
commit159d5148a4efe6771fbf6474d0a8e9a4b96a7cd6 (patch)
tree9d501b0a99d9e4b43a848d66eadc07a0ba1c3a93 /content/content_browser.gypi
parent8e80e640108d2ac00353490ac1d418ded10ecb8e (diff)
downloadchromium_src-159d5148a4efe6771fbf6474d0a8e9a4b96a7cd6.zip
chromium_src-159d5148a4efe6771fbf6474d0a8e9a4b96a7cd6.tar.gz
chromium_src-159d5148a4efe6771fbf6474d0a8e9a4b96a7cd6.tar.bz2
Support custom drag-and-drop of bookmarks in Aura
This follows the pattern used on other platforms to hook up the bookmark manager to the native drag and drop system, except that on Aura we avoid the need for the extra abstraction provided by WebDragDest/WebDragDestDelegate since we don't have applications outside of chrome we need to interact with. BUG=117012 TEST=drag bookmarks around in the bookmark manager, and to/from the bookmark bar Review URL: http://codereview.chromium.org/9757001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128250 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 611c00a..0621ad5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -650,6 +650,7 @@
'browser/tab_contents/render_view_host_manager.h',
'browser/tab_contents/tab_contents.cc',
'browser/tab_contents/tab_contents.h',
+ 'browser/tab_contents/tab_contents_view_aura.cc',
'browser/tab_contents/tab_contents_view_gtk.cc',
'browser/tab_contents/tab_contents_view_gtk.h',
'browser/tab_contents/tab_contents_view_helper.cc',