diff options
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r-- | WebCore/WebCore.gypi | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi index c4f64c7..8291811 100644 --- a/WebCore/WebCore.gypi +++ b/WebCore/WebCore.gypi @@ -654,7 +654,10 @@ 'bindings/v8/ChildThreadDOMData.h', 'bindings/v8/custom/V8AbstractWorkerCustom.cpp', 'bindings/v8/custom/V8AttrCustom.cpp', + 'bindings/v8/custom/V8BarInfoCustom.cpp', + 'bindings/v8/custom/V8CanvasPixelArrayCustom.cpp', 'bindings/v8/custom/V8WebGLArrayCustom.h', + 'bindings/v8/custom/V8WebGLArrayCustom.cpp', 'bindings/v8/custom/V8WebGLArrayBufferCustom.cpp', 'bindings/v8/custom/V8WebGLByteArrayCustom.cpp', 'bindings/v8/custom/V8WebGLIntArrayCustom.cpp', @@ -667,8 +670,10 @@ 'bindings/v8/custom/V8WebGLRenderingContextCustom.cpp', 'bindings/v8/custom/V8ClipboardCustom.cpp', 'bindings/v8/custom/V8CoordinatesCustom.cpp', + 'bindings/v8/custom/V8CSSRuleCustom.cpp', 'bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp', - 'bindings/v8/custom/V8ConsoleCustom.cpp', + 'bindings/v8/custom/V8CSSStyleSheetCustom.cpp', + 'bindings/v8/custom/V8CSSValueCustom.cpp', 'bindings/v8/custom/V8CustomBinding.h', 'bindings/v8/custom/V8CustomEventListener.cpp', 'bindings/v8/custom/V8CustomEventListener.h', @@ -693,6 +698,7 @@ 'bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp', 'bindings/v8/custom/V8DocumentLocationCustom.cpp', 'bindings/v8/custom/V8DOMApplicationCacheCustom.cpp', + 'bindings/v8/custom/V8DOMSelectionCustom.cpp', 'bindings/v8/custom/V8DOMWindowCustom.cpp', 'bindings/v8/custom/V8DocumentCustom.cpp', 'bindings/v8/custom/V8ElementCustom.cpp', @@ -708,6 +714,7 @@ 'bindings/v8/custom/V8HTMLCollectionCustom.cpp', 'bindings/v8/custom/V8HTMLDataGridElementCustom.cpp', 'bindings/v8/custom/V8HTMLDocumentCustom.cpp', + 'bindings/v8/custom/V8HTMLElementCustom.cpp', 'bindings/v8/custom/V8HTMLFormElementCustom.cpp', 'bindings/v8/custom/V8HTMLFrameElementCustom.cpp', 'bindings/v8/custom/V8HTMLFrameSetElementCustom.cpp', @@ -743,10 +750,15 @@ 'bindings/v8/custom/V8StorageCustom.cpp', 'bindings/v8/custom/V8SQLResultSetRowListCustom.cpp', 'bindings/v8/custom/V8SQLTransactionCustom.cpp', + 'bindings/v8/custom/V8SVGDocumentCustom.cpp', + 'bindings/v8/custom/V8SVGElementCustom.cpp', 'bindings/v8/custom/V8SVGElementInstanceCustom.cpp', 'bindings/v8/custom/V8SVGLengthCustom.cpp', 'bindings/v8/custom/V8SVGMatrixCustom.cpp', + 'bindings/v8/custom/V8SVGPathSegCustom.cpp', + 'bindings/v8/custom/V8ScreenCustom.cpp', 'bindings/v8/custom/V8SharedWorkerCustom.cpp', + 'bindings/v8/custom/V8StyleSheetCustom.cpp', 'bindings/v8/custom/V8StyleSheetListCustom.cpp', 'bindings/v8/custom/V8TreeWalkerCustom.cpp', 'bindings/v8/custom/V8WebKitCSSMatrixConstructor.cpp', @@ -797,6 +809,9 @@ 'bindings/v8/ScriptInstance.h', 'bindings/v8/ScriptObject.cpp', 'bindings/v8/ScriptObject.h', + 'bindings/v8/ScriptProfile.h', + 'bindings/v8/ScriptProfiler.cpp', + 'bindings/v8/ScriptProfiler.h', 'bindings/v8/ScriptScope.cpp', 'bindings/v8/ScriptScope.h', 'bindings/v8/ScriptSourceCode.h', @@ -1566,6 +1581,8 @@ 'inspector/InspectorClient.h', 'inspector/ConsoleMessage.cpp', 'inspector/ConsoleMessage.h', + 'inspector/InjectedScript.cpp', + 'inspector/InjectedScript.h', 'inspector/InjectedScriptHost.cpp', 'inspector/InjectedScriptHost.h', 'inspector/InspectorBackend.cpp', @@ -2136,6 +2153,8 @@ 'platform/graphics/skia/SkiaUtils.cpp', 'platform/graphics/skia/SkiaUtils.h', 'platform/graphics/skia/TransformationMatrixSkia.cpp', + 'platform/graphics/transforms/AffineTransform.cpp', + 'platform/graphics/transforms/AffineTransform.h', 'platform/graphics/transforms/IdentityTransformOperation.h', 'platform/graphics/transforms/Matrix3DTransformOperation.cpp', 'platform/graphics/transforms/Matrix3DTransformOperation.h', |