summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 22:10:34 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 22:10:34 +0000
commit81fa3a476c24ff3d021019f441243cbea96497e0 (patch)
treed172888376d7fb2c3e32ea45468a3c084f377d48 /webkit
parentaab81c488480c235869f5e9c4ca1f02770d7d088 (diff)
downloadchromium_src-81fa3a476c24ff3d021019f441243cbea96497e0.zip
chromium_src-81fa3a476c24ff3d021019f441243cbea96497e0.tar.gz
chromium_src-81fa3a476c24ff3d021019f441243cbea96497e0.tar.bz2
webkit.gyp changes corresponding to WebKit r41286 Chromium r10624
Review URL: http://codereview.chromium.org/28274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/webkit.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 2bb76d4..74784c5 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -949,6 +949,7 @@
# V8 bindings not generated from .idl source.
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8ClipboardCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomBinding.h',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomEventListener.h',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.cpp',
@@ -965,6 +966,7 @@
'../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMStringListCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8DatabaseCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8DocumentCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8EventCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLCollectionCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLDocumentCustom.cpp',
@@ -980,6 +982,8 @@
'../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',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8NavigatorCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8NodeCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8NodeFilterCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8NodeIteratorCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8NodeListCustom.cpp',
@@ -994,6 +998,8 @@
'../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLSerializerConstructor.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8XPathEvaluatorConstructor.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8XSLTProcessorCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.h',
'../third_party/WebKit/WebCore/bindings/v8/ScriptCachedFrameData.h',
'../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.cpp',
'../third_party/WebKit/WebCore/bindings/v8/ScriptCallFrame.h',
@@ -2582,6 +2588,8 @@
'../third_party/WebKit/WebCore/platform/network/soup/ResourceHandleSoup.cpp',
'../third_party/WebKit/WebCore/platform/network/soup/ResourceRequest.h',
'../third_party/WebKit/WebCore/platform/network/soup/ResourceResponse.h',
+ '../third_party/WebKit/WebCore/platform/network/soup/webkit-soup-auth-dialog.c',
+ 'third_party/WebKit/WebCore/platform/network/soup/webkit-soup-auth-dialog.h',
'../third_party/WebKit/WebCore/platform/network/win/CookieJarCFNetWin.cpp',
'../third_party/WebKit/WebCore/platform/network/win/CookieJarWin.cpp',
'../third_party/WebKit/WebCore/platform/network/win/CookieStorageWin.cpp',
@@ -3804,6 +3812,8 @@
# Not ready to build yet.
# TODO(mark): Remove when ready.
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8ClipboardCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8DocumentCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLDocumentCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8NodeIteratorCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8TreeWalkerCustom.cpp',