diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 19:37:33 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 19:37:33 +0000 |
commit | fd92a5ebb136503324e896149de7f24cce19cbc1 (patch) | |
tree | dfca5e0b4e4227400510064493c4acb9712663b5 /webkit/build | |
parent | 06dd50ea9d8bda2e9109e79930fdda7fa2942827 (diff) | |
download | chromium_src-fd92a5ebb136503324e896149de7f24cce19cbc1.zip chromium_src-fd92a5ebb136503324e896149de7f24cce19cbc1.tar.gz chromium_src-fd92a5ebb136503324e896149de7f24cce19cbc1.tar.bz2 |
Scrubbing HTMLPluginElement V8 custom bindings, Chromium side.
R=brettw
Review URL: http://codereview.chromium.org/20282
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/V8Bindings/V8Bindings.vcproj | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 602322a..5fee005 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -357,6 +357,7 @@ inputs = [ '$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/V8HTMLPlugInElementCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.h', '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.cpp', diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index a2168ab..6a5615f 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -156,6 +156,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLPlugInElementCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8HTMLSelectElementCustom.cpp" > </File> |