summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r--WebCore/WebCore.gypi21
1 files changed, 20 insertions, 1 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 88f0149..528dc3c 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -56,6 +56,7 @@
'dom/EventException.idl',
'dom/EventListener.idl',
'dom/EventTarget.idl',
+ 'dom/HashChangeEvent.idl',
'dom/KeyboardEvent.idl',
'dom/MessageChannel.idl',
'dom/MessageEvent.idl',
@@ -564,6 +565,7 @@
'bindings/js/JSDebugWrapperSet.h',
'bindings/js/JSDeviceMotionEventCustom.cpp',
'bindings/js/JSDeviceOrientationEventCustom.cpp',
+ 'bindings/js/JSDirectoryEntryCustom.cpp',
'bindings/js/JSDocumentCustom.cpp',
'bindings/js/JSDOMApplicationCacheCustom.cpp',
'bindings/js/JSDOMBinding.cpp',
@@ -581,6 +583,7 @@
'bindings/js/JSDOMWrapper.cpp',
'bindings/js/JSDOMWrapper.h',
'bindings/js/JSElementCustom.cpp',
+ 'bindings/js/JSEntryCustom.cpp',
'bindings/js/JSEventCustom.cpp',
'bindings/js/JSEventListener.cpp',
'bindings/js/JSEventListener.h',
@@ -759,12 +762,14 @@
'bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp',
'bindings/v8/custom/V8DeviceMotionEventCustom.cpp',
'bindings/v8/custom/V8DeviceOrientationEventCustom.cpp',
+ 'bindings/v8/custom/V8DirectoryEntryCustom.cpp',
'bindings/v8/custom/V8DocumentLocationCustom.cpp',
'bindings/v8/custom/V8DOMFormDataCustom.cpp',
'bindings/v8/custom/V8DOMStringMapCustom.cpp',
'bindings/v8/custom/V8DOMWindowCustom.cpp',
'bindings/v8/custom/V8DocumentCustom.cpp',
'bindings/v8/custom/V8ElementCustom.cpp',
+ 'bindings/v8/custom/V8EntryCustom.cpp',
'bindings/v8/custom/V8EventCustom.cpp',
'bindings/v8/custom/V8EventSourceConstructor.cpp',
'bindings/v8/custom/V8GeolocationCustom.cpp',
@@ -1006,6 +1011,8 @@
'css/CSSProperty.h',
'css/CSSPropertyLonghand.cpp',
'css/CSSPropertyLonghand.h',
+ 'css/CSSPropertySourceData.cpp',
+ 'css/CSSPropertySourceData.h',
'css/CSSQuirkPrimitiveValue.h',
'css/CSSReflectValue.cpp',
'css/CSSReflectValue.h',
@@ -1197,6 +1204,7 @@
'dom/FragmentScriptingPermission.h',
'dom/InputElement.cpp',
'dom/InputElement.h',
+ 'dom/HashChangeEvent.h',
'dom/KeyboardEvent.cpp',
'dom/KeyboardEvent.h',
'dom/MappedAttributeEntry.h',
@@ -1783,6 +1791,8 @@
'html/parser/HTMLFormattingElementList.cpp',
'html/parser/HTMLFormattingElementList.h',
'html/parser/HTMLInputStream.h',
+ 'html/parser/HTMLParserIdioms.cpp',
+ 'html/parser/HTMLParserIdioms.h',
'html/parser/HTMLParserScheduler.cpp',
'html/parser/HTMLParserScheduler.h',
'html/parser/HTMLPreloadScanner.cpp',
@@ -1797,6 +1807,7 @@
'html/parser/HTMLTreeBuilder.h',
'html/parser/HTMLViewSourceParser.cpp',
'html/parser/HTMLViewSourceParser.h',
+ 'html/parser/NestingLevelIncrementer.h',
'html/parser/TextDocumentParser.cpp',
'html/parser/TextDocumentParser.h',
'html/parser/TextViewSourceParser.cpp',
@@ -2169,7 +2180,6 @@
'page/WorkerNavigator.h',
'page/XSSAuditor.cpp',
'page/XSSAuditor.h',
- 'page/ZoomMode.h',
'platform/animation/Animation.cpp',
'platform/animation/Animation.h',
'platform/animation/AnimationList.cpp',
@@ -2311,10 +2321,13 @@
'platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp',
'platform/graphics/chromium/GraphicsLayerChromium.cpp',
'platform/graphics/chromium/GraphicsLayerChromium.h',
+ 'platform/graphics/chromium/HarfbuzzSkia.cpp',
+ 'platform/graphics/chromium/HarfbuzzSkia.h',
'platform/graphics/chromium/IconChromiumLinux.cpp',
'platform/graphics/chromium/IconChromiumMac.cpp',
'platform/graphics/chromium/IconChromiumWin.cpp',
'platform/graphics/chromium/ImageBufferData.h',
+ 'platform/graphics/chromium/ImageChromium.cpp',
'platform/graphics/chromium/ImageChromiumMac.mm',
'platform/graphics/chromium/ImageLayerChromium.cpp',
'platform/graphics/chromium/ImageLayerChromium.h',
@@ -2334,6 +2347,8 @@
'platform/graphics/chromium/UniscribeHelperTextRun.h',
'platform/graphics/chromium/VideoLayerChromium.cpp',
'platform/graphics/chromium/VideoLayerChromium.h',
+ 'platform/graphics/chromium/VDMXParser.cpp',
+ 'platform/graphics/chromium/VDMXParser.h',
'platform/graphics/chromium/WebGLLayerChromium.cpp',
'platform/graphics/chromium/WebGLLayerChromium.h',
'platform/graphics/cocoa/FontPlatformData.h',
@@ -3330,6 +3345,10 @@
'rendering/style/StyleTransformData.h',
'rendering/style/StyleVisualData.cpp',
'rendering/style/StyleVisualData.h',
+ 'rendering/svg/SVGTextLayoutAttributes.cpp',
+ 'rendering/svg/SVGTextLayoutAttributes.h',
+ 'rendering/svg/SVGTextLayoutBuilder.cpp',
+ 'rendering/svg/SVGTextLayoutBuilder.h',
'rendering/AutoTableLayout.cpp',
'rendering/AutoTableLayout.h',
'rendering/BidiRun.cpp',