From e1928c97a69d0cb03792e3b6e4c8a14121889f83 Mon Sep 17 00:00:00 2001 From: "levin@chromium.org" Date: Tue, 19 May 2009 01:14:19 +0000 Subject: Remove local copy of V8MessagePortCustom.cpp now that it has been upstreamed. BUG=11782 TEST=none needed, just removing obsolete file Review URL: http://codereview.chromium.org/113566 Review URL: http://codereview.chromium.org/113569 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16354 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 470c13d..3ad46a6 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -1033,6 +1033,8 @@ '../third_party/WebKit/WebCore/bindings/v8/custom/V8InspectorControllerCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8LocationCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8MessageChannelConstructor.cpp', + '../third_party/WebKit/WebCore/bindings/v8/custom/V8MessagePortCustom.cpp', + '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodeMapCustom.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection.cpp', '../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection.h', @@ -1127,7 +1129,6 @@ 'port/bindings/v8/RGBColor.h', 'port/bindings/v8/ScriptController.cpp', 'port/bindings/v8/ScriptController.h', - 'port/bindings/v8/V8MessagePortCustom.cpp', 'port/bindings/v8/V8SVGPODTypeWrapper.h', 'port/bindings/v8/NPV8Object.cpp', 'port/bindings/v8/NPV8Object.h', -- cgit v1.1