summaryrefslogtreecommitdiffstats
path: root/webkit/build/V8Bindings/SConscript
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 19:37:33 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 19:37:33 +0000
commitfd92a5ebb136503324e896149de7f24cce19cbc1 (patch)
treedfca5e0b4e4227400510064493c4acb9712663b5 /webkit/build/V8Bindings/SConscript
parent06dd50ea9d8bda2e9109e79930fdda7fa2942827 (diff)
downloadchromium_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/V8Bindings/SConscript')
-rw-r--r--webkit/build/V8Bindings/SConscript1
1 files changed, 1 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',