summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authorlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 00:58:25 +0000
committerlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 00:58:25 +0000
commit98b2361a19da857b0f663dd23e70483761360d76 (patch)
tree62b3890622291430bd46ae781db6f300b4a3942b /webkit/webkit.gyp
parent7746aca763ca441dc956c81443239040ffe54c2a (diff)
downloadchromium_src-98b2361a19da857b0f663dd23e70483761360d76.zip
chromium_src-98b2361a19da857b0f663dd23e70483761360d76.tar.gz
chromium_src-98b2361a19da857b0f663dd23e70483761360d76.tar.bz2
Switch to upstream versions of V8DocumentLocationCustom.cpp and V8CanvasPixelArrayCustom.cpp
TEST=Use the dom elements: document.location and the canvas pixels BUG=http://crbug.com/11917 Review URL: http://codereview.chromium.org/113364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 2228e48..202f52e 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -986,6 +986,7 @@
# V8 bindings not generated from .idl source.
'../third_party/WebKit/WebCore/bindings/v8/custom/V8AttrCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/V8CanvasPixelArrayCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8ClientRectListCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8ClipboardCustom.cpp',
@@ -1005,6 +1006,7 @@
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomVoidCallback.h',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8DatabaseCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8DocumentLocationCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMStringListCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp',
@@ -1121,8 +1123,6 @@
'port/bindings/v8/RGBColor.h',
'port/bindings/v8/ScriptController.cpp',
'port/bindings/v8/ScriptController.h',
- 'port/bindings/v8/V8CanvasPixelArrayCustom.cpp',
- 'port/bindings/v8/V8DocumentLocationCustom.cpp',
'port/bindings/v8/V8MessagePortCustom.cpp',
'port/bindings/v8/V8SVGPODTypeWrapper.h',
'port/bindings/v8/dom_wrapper_map.h',