diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 16:12:46 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 16:12:46 +0000 |
commit | fbee6488266b8740593f87632abc20698e9d1af0 (patch) | |
tree | ca88439681b7524066ea505093eb6964f3c8545b /webkit/build | |
parent | 99773b20f52849656195cac3d563a4fb9c1035ab (diff) | |
download | chromium_src-fbee6488266b8740593f87632abc20698e9d1af0.zip chromium_src-fbee6488266b8740593f87632abc20698e9d1af0.tar.gz chromium_src-fbee6488266b8740593f87632abc20698e9d1af0.tar.bz2 |
Backing out ScriptCallContext
This one: http://codereview.chromium.org/7453
TBR=darin
Review URL: http://codereview.chromium.org/7625
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/KJSBindings/KJSBindings.vcproj | 4 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 4 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 | ||||
-rw-r--r-- | webkit/build/port/port.vcproj | 4 |
4 files changed, 4 insertions, 16 deletions
diff --git a/webkit/build/KJSBindings/KJSBindings.vcproj b/webkit/build/KJSBindings/KJSBindings.vcproj index 85685bc..0de53be 100644 --- a/webkit/build/KJSBindings/KJSBindings.vcproj +++ b/webkit/build/KJSBindings/KJSBindings.vcproj @@ -1954,10 +1954,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScriptCallContext.cpp" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\ScriptController.cpp" > </File> diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index c8e2f45..096ea37 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -2437,10 +2437,6 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\ScriptCallContextV8.cpp" - > - </File> - <File RelativePath="..\..\port\bindings\v8\ScriptController.h" > </File> diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index fb61b6b..3dd3c0d 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -246,10 +246,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\Console.cpp" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\page\ContextMenuClient.h" > </File> @@ -398,10 +394,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\ScriptCallContext.h" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\page\Settings.cpp" > </File> diff --git a/webkit/build/port/port.vcproj b/webkit/build/port/port.vcproj index 4e14bf8..e0af098 100644 --- a/webkit/build/port/port.vcproj +++ b/webkit/build/port/port.vcproj @@ -187,6 +187,10 @@ RelativePath="..\..\port\page\AccessibilityObjectWrapperWin.h" > </File> + <File + RelativePath="..\..\port\page\Console.cpp" + > + </File> <Filter Name="chromium" > |