summaryrefslogtreecommitdiffstats
path: root/webkit/build
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-07 23:25:03 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-07 23:25:03 +0000
commit0bcde72cee05bb587e7069a490081834e6ceac1c (patch)
tree7b5e59f055a1f038ceb7e891a054c26acc6d1d7e /webkit/build
parent4f8b87a4c6d06ebad053160a61fc90492afc8439 (diff)
downloadchromium_src-0bcde72cee05bb587e7069a490081834e6ceac1c.zip
chromium_src-0bcde72cee05bb587e7069a490081834e6ceac1c.tar.gz
chromium_src-0bcde72cee05bb587e7069a490081834e6ceac1c.tar.bz2
Remove windows-isms from drag & drop. This
makes it more portable, fixes some bugs, and removes glue from port. Review URL: http://codereview.chromium.org/9801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5032 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r--webkit/build/glue/glue.vcproj8
-rw-r--r--webkit/build/port/port.vcproj36
2 files changed, 26 insertions, 18 deletions
diff --git a/webkit/build/glue/glue.vcproj b/webkit/build/glue/glue.vcproj
index dcae341..6af0a12 100644
--- a/webkit/build/glue/glue.vcproj
+++ b/webkit/build/glue/glue.vcproj
@@ -293,6 +293,14 @@
>
</File>
<File
+ RelativePath="..\..\glue\clipboard_conversion.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\glue\clipboard_conversion.h"
+ >
+ </File>
+ <File
RelativePath="..\..\glue\context_menu_client_impl.cc"
>
</File>
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj
index b18530a..e3f4f4c 100644
--- a/webkit/build/port/port.vcproj
+++ b/webkit/build/port/port.vcproj
@@ -699,51 +699,47 @@
>
</File>
<File
- RelativePath="..\..\port\platform\win\ClipboardWin.cpp"
- >
- </File>
- <File
- RelativePath="..\..\port\platform\win\ClipboardWin.h"
+ RelativePath="..\..\port\platform\win\COMPtr.h"
>
</File>
<File
- RelativePath="..\..\port\platform\win\COMPtr.h"
+ RelativePath="..\..\port\platform\win\PasteboardWin.cpp"
>
</File>
<File
- RelativePath="..\..\port\platform\win\EditorWin.cpp"
+ RelativePath="..\..\port\platform\win\SoundWin.cpp"
>
</File>
+ </Filter>
+ <Filter
+ Name="chromium"
+ >
<File
- RelativePath="..\..\port\platform\win\PasteboardWin.cpp"
+ RelativePath="..\..\port\platform\chromium\ChromiumBridge.h"
>
</File>
<File
- RelativePath="..\..\port\platform\win\SoundWin.cpp"
+ RelativePath="..\..\port\platform\chromium\ContextMenuChromium.cpp"
>
</File>
<File
- RelativePath="..\..\port\platform\win\WCDataObject.cpp"
+ RelativePath="..\..\port\platform\chromium\ContextMenuItemChromium.cpp"
>
</File>
<File
- RelativePath="..\..\port\platform\win\WCDataObject.h"
+ RelativePath="..\..\port\platform\chromium\ChromiumDataObject.cpp"
>
</File>
- </Filter>
- <Filter
- Name="chromium"
- >
<File
- RelativePath="..\..\port\platform\chromium\ChromiumBridge.h"
+ RelativePath="..\..\port\platform\chromium\ChromiumDataObject.h"
>
</File>
<File
- RelativePath="..\..\port\platform\chromium\ContextMenuChromium.cpp"
+ RelativePath="..\..\port\platform\chromium\ClipboardChromium.cpp"
>
</File>
<File
- RelativePath="..\..\port\platform\chromium\ContextMenuItemChromium.cpp"
+ RelativePath="..\..\port\platform\chromium\ClipboardChromium.h"
>
</File>
<File
@@ -759,6 +755,10 @@
>
</File>
<File
+ RelativePath="..\..\port\platform\chromium\EditorChromium.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\port\platform\chromium\FileChooserChromium.cpp"
>
</File>