summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r--WebCore/WebCore.gypi26
1 files changed, 25 insertions, 1 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 1ccbc3f..7aa5d60 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -279,7 +279,7 @@
'xml/XSLTProcessor.idl',
],
'webcore_inspector_idl_files': [
- 'inspector/InspectorFrontend2.idl',
+ 'inspector/Inspector.idl',
],
'webcore_svg_bindings_idl_files': [
'svg/ElementTimeControl.idl',
@@ -542,6 +542,7 @@
'bindings/js/JSDedicatedWorkerContextCustom.cpp',
'bindings/js/JSDebugWrapperSet.cpp',
'bindings/js/JSDebugWrapperSet.h',
+ 'bindings/js/JSDeviceOrientationEventCustom.cpp',
'bindings/js/JSDocumentCustom.cpp',
'bindings/js/JSDOMApplicationCacheCustom.cpp',
'bindings/js/JSDOMBinding.cpp',
@@ -737,6 +738,7 @@
'bindings/v8/custom/V8DatabaseSyncCustom.cpp',
'bindings/v8/custom/V8DataGridColumnListCustom.cpp',
'bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp',
+ 'bindings/v8/custom/V8DeviceOrientationEventCustom.cpp',
'bindings/v8/custom/V8DocumentLocationCustom.cpp',
'bindings/v8/custom/V8DOMFormDataCustom.cpp',
'bindings/v8/custom/V8DOMWindowCustom.cpp',
@@ -1119,6 +1121,8 @@
'dom/DatasetDOMStringMap.h',
'dom/DecodedDataDocumentParser.cpp',
'dom/DecodedDataDocumentParser.h',
+ 'dom/DeviceOrientation.cpp',
+ 'dom/DeviceOrientation.h',
'dom/DeviceOrientationClient.h',
'dom/DeviceOrientationController.cpp',
'dom/DeviceOrientationController.h',
@@ -2033,6 +2037,11 @@
'page/Settings.h',
'page/SpatialNavigation.h',
'page/SpatialNavigation.cpp',
+ 'page/SpeechInput.cpp',
+ 'page/SpeechInput.h',
+ 'page/SpeechInputClient.h',
+ 'page/SpeechInputClientListener.h',
+ 'page/SpeechInputListener.h',
'page/SuspendableTimer.cpp',
'page/SuspendableTimer.h',
'page/Timing.cpp',
@@ -2101,6 +2110,8 @@
'platform/chromium/PlatformCursor.h',
'platform/chromium/PlatformKeyboardEventChromium.cpp',
'platform/chromium/PlatformScreenChromium.cpp',
+ 'platform/chromium/PlatformThemeChromiumGtk.cpp',
+ 'platform/chromium/PlatformThemeChromiumGtk.h',
'platform/chromium/PlatformWidget.h',
'platform/chromium/PopupMenuChromium.cpp',
'platform/chromium/PopupMenuChromium.h',
@@ -2199,6 +2210,8 @@
'platform/graphics/chromium/UniscribeHelper.h',
'platform/graphics/chromium/UniscribeHelperTextRun.cpp',
'platform/graphics/chromium/UniscribeHelperTextRun.h',
+ 'platform/graphics/chromium/VideoLayerChromium.cpp',
+ 'platform/graphics/chromium/VideoLayerChromium.h',
'platform/graphics/chromium/WebGLLayerChromium.cpp',
'platform/graphics/chromium/WebGLLayerChromium.h',
'platform/graphics/filters/FEBlend.cpp',
@@ -2825,6 +2838,8 @@
'platform/text/CharacterNames.h',
'platform/text/Hyphenation.cpp',
'platform/text/Hyphenation.h',
+ 'platform/text/LineEnding.cpp',
+ 'platform/text/LineEnding.h',
'platform/text/ParserUtilities.h',
'platform/text/PlatformString.h',
'platform/text/RegularExpression.cpp',
@@ -3500,6 +3515,8 @@
'storage/SQLStatement.h',
'storage/SQLStatementCallback.h',
'storage/SQLStatementErrorCallback.h',
+ 'storage/SQLStatementSync.cpp',
+ 'storage/SQLStatementSync.h',
'storage/SQLTransaction.cpp',
'storage/SQLTransaction.h',
'storage/SQLTransactionCallback.h',
@@ -3749,8 +3766,13 @@
'svg/SVGPaint.h',
'svg/SVGParserUtilities.cpp',
'svg/SVGParserUtilities.h',
+ 'svg/SVGPathBuilder.cpp',
+ 'svg/SVGPathBuilder.h',
+ 'svg/SVGPathConsumer.h',
'svg/SVGPathElement.cpp',
'svg/SVGPathElement.h',
+ 'svg/SVGPathParser.cpp',
+ 'svg/SVGPathParser.h',
'svg/SVGPathSeg.h',
'svg/SVGPathSegArc.cpp',
'svg/SVGPathSegArc.h',
@@ -3772,6 +3794,8 @@
'svg/SVGPathSegLinetoVertical.h',
'svg/SVGPathSegList.cpp',
'svg/SVGPathSegList.h',
+ 'svg/SVGPathSegListBuilder.cpp',
+ 'svg/SVGPathSegListBuilder.h',
'svg/SVGPathSegMoveto.cpp',
'svg/SVGPathSegMoveto.h',
'svg/SVGPatternElement.cpp',