diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-24 17:03:20 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-24 17:03:20 +0200 |
commit | 08d4a74d56ca431877819fc4566e27eafe150342 (patch) | |
tree | ebd8530838ab390c015c6b7e659a22852c1663ae /Source/WebCore/WebCore.gypi | |
parent | 1de6cd4794bbd5a52189384189a2b8df1848b39b (diff) | |
download | qtwebkit-08d4a74d56ca431877819fc4566e27eafe150342.tar.gz |
Imported WebKit commit 0fbd41c4e13f5a190faf160bf993eee614e6e18e (http://svn.webkit.org/repository/webkit/trunk@123477)
New snapshot that adapts to latest Qt API changes
Diffstat (limited to 'Source/WebCore/WebCore.gypi')
-rw-r--r-- | Source/WebCore/WebCore.gypi | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi index a172d5e5b..395e27856 100644 --- a/Source/WebCore/WebCore.gypi +++ b/Source/WebCore/WebCore.gypi @@ -287,6 +287,8 @@ 'platform/KURL.h', 'platform/KURLHash.h', 'platform/Language.h', + 'platform/LayoutTestSupport.cpp', + 'platform/LayoutTestSupport.h', 'platform/Length.h', 'platform/LengthBox.h', 'platform/LengthSize.h', @@ -989,6 +991,7 @@ 'dom/PopStateEvent.idl', 'dom/ProcessingInstruction.idl', 'dom/ProgressEvent.idl', + 'dom/PropertyNodeList.idl', 'dom/Range.idl', 'dom/RangeException.idl', 'dom/RequestAnimationFrameCallback.idl', @@ -1096,6 +1099,7 @@ 'html/ImageData.idl', 'html/MediaController.idl', 'html/MediaError.idl', + 'html/MicroDataItemValue.idl', 'html/MediaKeyError.idl', 'html/MediaKeyEvent.idl', 'html/RadioNodeList.idl', @@ -1792,6 +1796,8 @@ 'accessibility/AccessibilityMenuListPopup.h', 'accessibility/AccessibilityMockObject.cpp', 'accessibility/AccessibilityMockObject.h', + 'accessibility/AccessibilityNodeObject.cpp', + 'accessibility/AccessibilityNodeObject.h', 'accessibility/AccessibilityObject.cpp', 'accessibility/AccessibilityProgressIndicator.cpp', 'accessibility/AccessibilityProgressIndicator.h', @@ -2035,6 +2041,7 @@ 'bindings/js/JSMessageEventCustom.cpp', 'bindings/js/JSMessagePortCustom.cpp', 'bindings/js/JSMessagePortCustom.h', + 'bindings/js/JSMicroDataItemValueCustom.cpp', 'bindings/js/JSMutationCallbackCustom.cpp', 'bindings/js/JSMutationObserverCustom.cpp', 'bindings/js/JSNamedNodeMapCustom.cpp', @@ -2346,6 +2353,7 @@ 'bindings/v8/custom/V8MessageChannelConstructor.cpp', 'bindings/v8/custom/V8MessageEventCustom.cpp', 'bindings/v8/custom/V8MessagePortCustom.cpp', + 'bindings/v8/custom/V8MicroDataItemValueCustom.cpp', 'bindings/v8/custom/V8MutationCallbackCustom.cpp', 'bindings/v8/custom/V8MutationObserverCustom.cpp', 'bindings/v8/custom/V8NamedNodeMapCustom.cpp', @@ -2367,6 +2375,7 @@ 'bindings/v8/custom/V8SVGPathSegCustom.cpp', 'bindings/v8/custom/V8ScriptProfileCustom.cpp', 'bindings/v8/custom/V8ScriptProfileNodeCustom.cpp', + 'bindings/v8/custom/V8SpeechRecognitionResultCustom.cpp', 'bindings/v8/custom/V8StorageCustom.cpp', 'bindings/v8/custom/V8StyleSheetCustom.cpp', 'bindings/v8/custom/V8StyleSheetListCustom.cpp', @@ -4457,9 +4466,9 @@ 'platform/text/transcoder/FontTranscoder.cpp', 'platform/text/transcoder/FontTranscoder.h', 'platform/text/win/TextBreakIteratorInternalICUWin.cpp', + 'platform/text/win/TextCodecWin.cpp', + 'platform/text/win/TextCodecWin.h', 'platform/text/wince/TextBreakIteratorWinCE.cpp', - 'platform/text/wince/TextCodecWinCE.cpp', - 'platform/text/wince/TextCodecWinCE.h', 'platform/win/BString.cpp', 'platform/win/BString.h', 'platform/win/BitmapInfo.cpp', @@ -5238,6 +5247,8 @@ 'dom/ProcessingInstruction.h', 'dom/ProgressEvent.cpp', 'dom/ProgressEvent.h', + 'dom/PropertyNodeList.cpp', + 'dom/PropertyNodeList.h', 'dom/QualifiedName.cpp', 'dom/Range.cpp', 'dom/RangeException.cpp', |