diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 01:14:19 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 01:14:19 +0000 |
commit | e1928c97a69d0cb03792e3b6e4c8a14121889f83 (patch) | |
tree | 478e9e3bda1642f7580f1866f2bb775386690448 /webkit/webkit.gyp | |
parent | 74ee77f94e79a277f6bf259e82910ffe8ea3862f (diff) | |
download | chromium_src-e1928c97a69d0cb03792e3b6e4c8a14121889f83.zip chromium_src-e1928c97a69d0cb03792e3b6e4c8a14121889f83.tar.gz chromium_src-e1928c97a69d0cb03792e3b6e4c8a14121889f83.tar.bz2 |
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
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
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', |