diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 00:06:05 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 00:06:05 +0000 |
commit | 28b5a8494387b85fa19ca61940760e08954bcaa3 (patch) | |
tree | fe4d699bd0af8c6d53dd2e6537fe898d1f4ccf5e /webkit/build | |
parent | 2654a306a1254c49d12664fec2db809cc004cd8c (diff) | |
download | chromium_src-28b5a8494387b85fa19ca61940760e08954bcaa3.zip chromium_src-28b5a8494387b85fa19ca61940760e08954bcaa3.tar.gz chromium_src-28b5a8494387b85fa19ca61940760e08954bcaa3.tar.bz2 |
Use upstreamed V8WorkerCustom and V8WorkerContextCustom. Remove duplicate V8Utilities in project.
Review URL: http://codereview.chromium.org/92044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index e131ce2..63525ac 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -332,6 +332,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8WorkerContextCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8WorkerCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8XMLHttpRequestConstructor.cpp" > </File> @@ -3089,10 +3097,6 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\V8WorkerContextCustom.cpp" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8WorkerContextEventListener.cpp" > </File> @@ -3109,18 +3113,6 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\V8WorkerCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Utilities.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Utilities.h" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\WorkerContextExecutionProxy.cpp" > </File> |