summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 00:19:03 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-12 00:19:03 +0000
commit972cdd84b75d4d6378233d5532d384985b23c56d (patch)
treef774318cb733aefc0f190c7e096706a5c58aa673 /content/content_common.gypi
parent6fe635d08fc4956cdfc26d2a9ac46f85f5b36214 (diff)
downloadchromium_src-972cdd84b75d4d6378233d5532d384985b23c56d.zip
chromium_src-972cdd84b75d4d6378233d5532d384985b23c56d.tar.gz
chromium_src-972cdd84b75d4d6378233d5532d384985b23c56d.tar.bz2
browser-plugin: Allow accepting drag-n-drop events.
This allows dragging content from within the embedder (or other windows) into the browser-tag plugin. BUG=120264 Review URL: https://codereview.chromium.org/11088043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 5b5eff7..314a650 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -164,6 +164,7 @@
'common/devtools_messages.h',
'common/dom_storage_messages.h',
'common/drag_messages.h',
+ 'common/drag_traits.h',
'common/edit_command.h',
'common/fileapi/file_system_dispatcher.cc',
'common/fileapi/file_system_dispatcher.h',