summaryrefslogtreecommitdiffstats
path: root/webkit/build
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-23 21:37:41 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-23 21:37:41 +0000
commit0598a381833f136ab211a9f566afcc854eed022e (patch)
tree453226ecd251841211d0a1c1a9ee8f9a8e7d645c /webkit/build
parent9f0ba44a96db7918e11ffa905878c16f044baa65 (diff)
downloadchromium_src-0598a381833f136ab211a9f566afcc854eed022e.zip
chromium_src-0598a381833f136ab211a9f566afcc854eed022e.tar.gz
chromium_src-0598a381833f136ab211a9f566afcc854eed022e.tar.bz2
Spam port/page/Location.cpp on top of the one in WebCore/page, Win and Linux build.
Review URL: http://codereview.chromium.org/16463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r--webkit/build/WebCore/SConscript1
-rw-r--r--webkit/build/WebCore/WebCore.vcproj4
-rw-r--r--webkit/build/port/port.vcproj8
3 files changed, 5 insertions, 8 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index ee7a85287..1fd7c9e 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -380,6 +380,7 @@ input_files = [
'$WEBCORE_DIR/page/FrameView.cpp',
'$WEBCORE_DIR/page/Geolocation.cpp',
'$WEBCORE_DIR/page/History.cpp',
+ '$WEBCORE_DIR/page/Location.cpp',
'$WEBCORE_DIR/page/MouseEventWithHitTestResults.cpp',
'$WEBCORE_DIR/page/Navigator.cpp',
'$WEBCORE_DIR/page/NavigatorBase.cpp',
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj
index b035645..9fffc23 100644
--- a/webkit/build/WebCore/WebCore.vcproj
+++ b/webkit/build/WebCore/WebCore.vcproj
@@ -378,6 +378,10 @@
>
</File>
<File
+ RelativePath="..\..\..\third_party\WebKit\WebCore\page\Location.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\..\third_party\WebKit\WebCore\page\Location.h"
>
</File>
diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj
index 0b51a4f..ee59035 100644
--- a/webkit/build/port/port.vcproj
+++ b/webkit/build/port/port.vcproj
@@ -137,14 +137,6 @@
</References>
<Files>
<Filter
- Name="page"
- >
- <File
- RelativePath="..\..\port\page\Location.cpp"
- >
- </File>
- </Filter>
- <Filter
Name="inspector"
>
<File