diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 18:57:59 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 18:57:59 +0000 |
commit | 0a14d3db1762fb2e309e5f0e07279f91ed2bb128 (patch) | |
tree | d4faf15bd6a22aa523e8b4e858d4a03becd4b68c /webkit/build/V8Bindings | |
parent | 4ab4b0f66a346a4e48601d51693170d9adc85d96 (diff) | |
download | chromium_src-0a14d3db1762fb2e309e5f0e07279f91ed2bb128.zip chromium_src-0a14d3db1762fb2e309e5f0e07279f91ed2bb128.tar.gz chromium_src-0a14d3db1762fb2e309e5f0e07279f91ed2bb128.tar.bz2 |
Reverting 9486.
Review URL: http://codereview.chromium.org/20227
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9491 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/V8Bindings')
-rw-r--r-- | webkit/build/V8Bindings/SConscript | 4 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 8 |
2 files changed, 1 insertions, 11 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 4c368ca..f93f483 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -349,9 +349,7 @@ inputs = [ '$PORT_DIR/bindings/v8/extensions/GCController.cpp', '$PORT_DIR/bindings/v8/extensions/Interval.cpp', '$PORT_DIR/bindings/v8/extensions/Playback.cpp', - - '$WEBCORE_DIR/bindings/v8/custom/V8HTMLInputElementCustom.cpp', - '$WEBCORE_DIR/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8SVGElementInstanceCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8SVGLengthCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8SVGMatrixCustom.cpp', diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index d390b16..c361d64 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -136,14 +136,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLInputElementCustom.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLOptionsCollectionCustom.cpp" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGElementInstanceCustom.cpp" > </File> |