From a1054ccdc3b6ecff66ceef2ecfe3798c6ddfa25f Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Thu, 30 Oct 2008 20:31:45 +0000 Subject: Linux fixes for the WebKit merge. Review URL: http://codereview.chromium.org/8746 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4229 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/V8Bindings/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/build/V8Bindings') diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript index 06c16a0..c8e9cf5 100644 --- a/webkit/build/V8Bindings/SConscript +++ b/webkit/build/V8Bindings/SConscript @@ -155,7 +155,9 @@ inputs = [ '$DERIVED_DIR/V8KeyboardEvent.cpp', '$DERIVED_DIR/V8Location.cpp', '$DERIVED_DIR/V8MediaList.cpp', + '$DERIVED_DIR/V8MessageChannel.cpp', '$DERIVED_DIR/V8MessageEvent.cpp', + '$DERIVED_DIR/V8MessagePort.cpp', '$DERIVED_DIR/V8MimeType.cpp', '$DERIVED_DIR/V8MimeTypeArray.cpp', '$DERIVED_DIR/V8MouseEvent.cpp', @@ -324,6 +326,7 @@ inputs = [ '$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/V8MessagePortCustom.cpp', '$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp', '$PORT_DIR/page/inspector/InspectorController.cpp', ] -- cgit v1.1