diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 21:16:34 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 21:16:34 +0000 |
commit | 0bdc167735e5eac417a2c5ba9120abf613c6757f (patch) | |
tree | 7f564c11518c32da31942d5da60b7c767cb9f26d /webkit/build | |
parent | f8a6ecc8204d8b0af549d8961feca8e488f7c7e8 (diff) | |
download | chromium_src-0bdc167735e5eac417a2c5ba9120abf613c6757f.zip chromium_src-0bdc167735e5eac417a2c5ba9120abf613c6757f.tar.gz chromium_src-0bdc167735e5eac417a2c5ba9120abf613c6757f.tar.bz2 |
Forgot to add v8_binding to linux build.
Review URL: http://codereview.chromium.org/42533
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 7cb108a..02b777b 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -344,6 +344,7 @@ inputs = [ '$WEBCORE_DIR/bindings/v8/V8LazyEventListener.cpp', '$WEBCORE_DIR/bindings/v8/V8ObjectEventListener.cpp', '$WEBCORE_DIR/bindings/v8/V8WorkerContextEventListener.cpp', + '$PORT_DIR/bindings/v8/v8_binding.cpp', '$PORT_DIR/bindings/v8/v8_custom.cpp', '$PORT_DIR/bindings/v8/v8_helpers.cpp', '$PORT_DIR/bindings/v8/v8_index.cpp', |