diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 16:53:57 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 16:53:57 +0000 |
commit | a8584d1e50d984f782bcc5d67a3efff83057255a (patch) | |
tree | 1a3d3e6bff5a6f4910d5636ceb26cf73b482da10 /webkit/build | |
parent | 1dca0cbebf145b2982842798ea25808b81b81bee (diff) | |
download | chromium_src-a8584d1e50d984f782bcc5d67a3efff83057255a.zip chromium_src-a8584d1e50d984f782bcc5d67a3efff83057255a.tar.gz chromium_src-a8584d1e50d984f782bcc5d67a3efff83057255a.tar.bz2 |
Scrubbing HTML options/collections, Chromium side.
R=darin
Review URL: http://codereview.chromium.org/21237
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/SConscript | 9 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 32 |
2 files changed, 32 insertions, 9 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 4c368ca..c863fea 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -338,7 +338,6 @@ inputs = [ '$PORT_DIR/bindings/v8/v8_np_utils.cpp', '$PORT_DIR/bindings/v8/v8_npobject.cpp', '$PORT_DIR/bindings/v8/v8_proxy.cpp', - '$PORT_DIR/bindings/v8/v8_vectornodelist.cpp', '$PORT_DIR/bindings/v8/V8CanvasPixelArrayCustom.cpp', '$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp', '$PORT_DIR/bindings/v8/V8WorkerContextCustom.cpp', @@ -350,8 +349,16 @@ inputs = [ '$PORT_DIR/bindings/v8/extensions/Interval.cpp', '$PORT_DIR/bindings/v8/extensions/Playback.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8HTMLCollectionCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8HTMLFormElementCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLInputElementCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8HTMLInputElementCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.h', + '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.cpp', + '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.h', '$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..b836735 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -136,6 +136,14 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLCollectionCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLFormElementCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLInputElementCustom.cpp" > </File> @@ -144,6 +152,22 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLSelectElementCustom.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLSelectElementCustom.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NamedNodesCollection.cpp" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NamedNodesCollection.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8SVGElementInstanceCustom.cpp" > </File> @@ -2685,14 +2709,6 @@ > </File> <File - RelativePath="..\..\port\bindings\v8\v8_vectornodelist.cpp" - > - </File> - <File - RelativePath="..\..\port\bindings\v8\v8_vectornodelist.h" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\V8Binding.h" > </File> |