diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 01:26:30 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 01:26:30 +0000 |
commit | afb34a6728f77a5e4b53e175a93791689535b3d2 (patch) | |
tree | 22518d57a1b4e8c48227bbb030fee3fa7d0835d4 /webkit/build | |
parent | 5fa72daa2d26daef980cfe16ba9f2440d7c0fd4a (diff) | |
download | chromium_src-afb34a6728f77a5e4b53e175a93791689535b3d2.zip chromium_src-afb34a6728f77a5e4b53e175a93791689535b3d2.tar.gz chromium_src-afb34a6728f77a5e4b53e175a93791689535b3d2.tar.bz2 |
Part of unforking Location. We make a bunch of Location related
APIs custom.
Review URL: http://codereview.chromium.org/27224
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10561 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 5fee005..7f5451a7 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -360,6 +360,7 @@ inputs = [ '$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/V8LocationCustom.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.cpp', '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.h', '$WEBCORE_DIR/bindings/v8/custom/V8SVGElementInstanceCustom.cpp', diff --git a/webkit/build/V8Bindings/V8Bindings.vcproj b/webkit/build/V8Bindings/V8Bindings.vcproj index 6a5615f..6b21b54 100644 --- a/webkit/build/V8Bindings/V8Bindings.vcproj +++ b/webkit/build/V8Bindings/V8Bindings.vcproj @@ -168,6 +168,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8LocationCustom.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\v8\custom\V8NamedNodesCollection.cpp" > </File> |