summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 21:49:16 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 21:49:16 +0000
commit0d726c521db7f2f456e04223ef71a1c8c28764f1 (patch)
tree2c6bcde57b5b98ca38bd337ccbea08dc9f9d6f74 /chrome/chrome.gyp
parent4a99e834fe351c8e81a70ea571d52b3cdde40af1 (diff)
downloadchromium_src-0d726c521db7f2f456e04223ef71a1c8c28764f1.zip
chromium_src-0d726c521db7f2f456e04223ef71a1c8c28764f1.tar.gz
chromium_src-0d726c521db7f2f456e04223ef71a1c8c28764f1.tar.bz2
Pulls WebDragDest out of TabContentsViewGtk so that it can be used by
both views and gtk. BUG=none TEST=none Review URL: http://codereview.chromium.org/265041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 660108a..3b6c302 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2034,6 +2034,8 @@
'browser/tab_contents/thumbnail_generator.h',
'browser/tab_contents/web_drag_source.cc',
'browser/tab_contents/web_drag_source.h',
+ 'browser/tab_contents/web_drag_dest_gtk.cc',
+ 'browser/tab_contents/web_drag_dest_gtk.h',
'browser/tab_contents/web_drop_target.cc',
'browser/tab_contents/web_drop_target.h',
'browser/tabs/tab_strip_model.cc',