summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/WebCore.gypi
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-06-02 12:07:03 +0100
committerBen Murdoch <benm@google.com>2011-06-10 10:47:21 +0100
commit2daae5fd11344eaa88a0d92b0f6d65f8d2255c00 (patch)
treee4964fbd1cb70599f7718ff03e50ea1dab33890b /Source/WebCore/WebCore.gypi
parent87bdf0060a247bfbe668342b87e0874182e0ffa9 (diff)
downloadexternal_webkit-2daae5fd11344eaa88a0d92b0f6d65f8d2255c00.zip
external_webkit-2daae5fd11344eaa88a0d92b0f6d65f8d2255c00.tar.gz
external_webkit-2daae5fd11344eaa88a0d92b0f6d65f8d2255c00.tar.bz2
Merge WebKit at r84325: Initial merge by git.
Change-Id: Ic1a909300ecc0a13ddc6b4e784371d2ac6e3d59b
Diffstat (limited to 'Source/WebCore/WebCore.gypi')
-rw-r--r--Source/WebCore/WebCore.gypi167
1 files changed, 112 insertions, 55 deletions
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi
index 290b93a..3a5cea5 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -545,6 +545,7 @@
'dom/RegisteredEventListener.h',
'dom/ScriptExecutionContext.h',
'dom/ScriptRunner.h',
+ 'dom/ShadowRoot.h',
'dom/SpaceSplitString.h',
'dom/StyledElement.h',
'dom/Text.h',
@@ -769,6 +770,7 @@
'platform/PopupMenuClient.h',
'platform/PopupMenuStyle.h',
'platform/PurgePriority.h',
+ 'platform/RuntimeApplicationChecks.h',
'platform/SchemeRegistry.h',
'platform/ScrollTypes.h',
'platform/ScrollView.h',
@@ -830,6 +832,7 @@
'platform/graphics/Icon.h',
'platform/graphics/Image.h',
'platform/graphics/ImageBuffer.h',
+ 'platform/graphics/ImageBufferData.h',
'platform/graphics/ImageObserver.h',
'platform/graphics/ImageSource.h',
'platform/graphics/IntPoint.h',
@@ -847,7 +850,7 @@
'platform/graphics/TextRenderingMode.h',
'platform/graphics/TextRun.h',
'platform/graphics/TypesettingFeatures.h',
- 'platform/graphics/cg/ImageBufferData.h',
+ 'platform/graphics/cg/ImageBufferDataCG.h',
'platform/graphics/mac/ColorMac.h',
'platform/graphics/mac/MediaPlayerProxy.h',
'platform/graphics/transforms/AffineTransform.h',
@@ -855,6 +858,12 @@
'platform/graphics/transforms/TransformOperations.h',
'platform/graphics/transforms/TransformationMatrix.h',
'platform/gtk/PasteboardHelper.h',
+ 'platform/leveldb/LevelDBComparator.h',
+ 'platform/leveldb/LevelDBDatabase.cpp',
+ 'platform/leveldb/LevelDBDatabase.h',
+ 'platform/leveldb/LevelDBIterator.cpp',
+ 'platform/leveldb/LevelDBIterator.h',
+ 'platform/leveldb/LevelDBSlice.h',
'platform/mac/BlockExceptions.h',
'platform/mac/ClipboardMac.h',
'platform/mac/EmptyProtocolDefinitions.h',
@@ -900,6 +909,7 @@
'platform/sql/SQLiteDatabase.h',
'platform/sql/SQLiteTransaction.h',
'platform/text/Base64.h',
+ 'platform/text/BidiRunList.h',
'platform/text/BidiContext.h',
'platform/text/BidiResolver.h',
'platform/text/LineEnding.h',
@@ -921,6 +931,7 @@
'platform/text/TextEncodingRegistry.h',
'platform/text/TextOrientation.h',
'platform/text/TextStream.h',
+ 'platform/text/UnicodeBidi.h',
'platform/text/UnicodeRange.h',
'platform/text/mac/CharsetData.h',
'plugins/PluginData.h',
@@ -1151,7 +1162,6 @@
'dom/WebKitTransitionEvent.idl',
'dom/WheelEvent.idl',
'fileapi/Blob.idl',
- 'fileapi/BlobBuilder.idl',
'fileapi/DirectoryEntry.idl',
'fileapi/DirectoryEntrySync.idl',
'fileapi/DirectoryReader.idl',
@@ -1178,9 +1188,10 @@
'fileapi/FileWriter.idl',
'fileapi/FileWriterCallback.idl',
'fileapi/FileWriterSync.idl',
- 'fileapi/Flags.idl',
+ 'fileapi/WebKitFlags.idl',
'fileapi/Metadata.idl',
'fileapi/MetadataCallback.idl',
+ 'fileapi/WebKitBlobBuilder.idl',
'html/DOMFormData.idl',
'html/DOMSettableTokenList.idl',
'html/DOMTokenList.idl',
@@ -1260,6 +1271,7 @@
'html/HTMLTableSectionElement.idl',
'html/HTMLTextAreaElement.idl',
'html/HTMLTitleElement.idl',
+ 'html/HTMLTrackElement.idl',
'html/HTMLUListElement.idl',
'html/HTMLVideoElement.idl',
'html/ImageData.idl',
@@ -1321,6 +1333,9 @@
'page/Location.idl',
'page/MemoryInfo.idl',
'page/Navigator.idl',
+ 'page/NavigatorUserMediaError.idl',
+ 'page/NavigatorUserMediaErrorCallback.idl',
+ 'page/NavigatorUserMediaSuccessCallback.idl',
'page/Performance.idl',
'page/PerformanceNavigation.idl',
'page/PerformanceTiming.idl',
@@ -1368,6 +1383,9 @@
'storage/SQLTransactionSyncCallback.idl',
'storage/Storage.idl',
'storage/StorageEvent.idl',
+ 'storage/StorageInfo.idl',
+ 'storage/StorageInfoErrorCallback.idl',
+ 'storage/StorageInfoUsageCallback.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferSourceNode.idl',
'webaudio/AudioChannelMerger.idl',
@@ -1387,6 +1405,7 @@
'webaudio/HighPass2FilterNode.idl',
'webaudio/JavaScriptAudioNode.idl',
'webaudio/LowPass2FilterNode.idl',
+ 'webaudio/OfflineAudioCompletionEvent.idl',
'webaudio/RealtimeAnalyserNode.idl',
'websockets/WebSocket.idl',
'workers/AbstractWorker.idl',
@@ -1669,6 +1688,8 @@
'bindings/gobject/WebKitHTMLElementWrapperFactory.cpp',
'bindings/gobject/WebKitHTMLElementWrapperFactory.h',
'bindings/js/CachedScriptSourceProvider.h',
+ 'bindings/js/CallbackFunction.cpp',
+ 'bindings/js/CallbackFunction.h',
'bindings/js/DOMObjectHashTableMap.cpp',
'bindings/js/DOMWrapperWorld.cpp',
'bindings/js/GCController.cpp',
@@ -2119,6 +2140,7 @@
'bindings/v8/custom/V8NamedNodeMapCustom.cpp',
'bindings/v8/custom/V8NamedNodesCollection.cpp',
'bindings/v8/custom/V8NamedNodesCollection.h',
+ 'bindings/v8/custom/V8NavigatorCustom.cpp',
'bindings/v8/custom/V8NodeCustom.cpp',
'bindings/v8/custom/V8NodeListCustom.cpp',
'bindings/v8/custom/V8NotificationCenterCustom.cpp',
@@ -2192,11 +2214,14 @@
'bridge/jni/jsc/JavaStringJSC.h',
'bridge/jni/v8/JNIUtilityPrivate.cpp',
'bridge/jni/v8/JNIUtilityPrivate.h',
- 'bridge/jni/v8/JavaClassV8.cpp',
+ 'bridge/jni/v8/JavaClassJobjectV8.cpp',
+ 'bridge/jni/v8/JavaClassJobjectV8.h',
'bridge/jni/v8/JavaClassV8.h',
- 'bridge/jni/v8/JavaFieldV8.cpp',
+ 'bridge/jni/v8/JavaFieldJobjectV8.cpp',
+ 'bridge/jni/v8/JavaFieldJobjectV8.h',
'bridge/jni/v8/JavaFieldV8.h',
- 'bridge/jni/v8/JavaInstanceV8.cpp',
+ 'bridge/jni/v8/JavaInstanceJobjectV8.cpp',
+ 'bridge/jni/v8/JavaInstanceJobjectV8.h',
'bridge/jni/v8/JavaInstanceV8.h',
'bridge/jni/v8/JavaNPObjectV8.cpp',
'bridge/jni/v8/JavaNPObjectV8.h',
@@ -2515,6 +2540,8 @@
'dom/SelectElement.h',
'dom/SelectorNodeList.cpp',
'dom/SelectorNodeList.h',
+ 'dom/ShadowRoot.cpp',
+ 'dom/ShadowRoot.h',
'dom/SpaceSplitString.cpp',
'dom/StaticHashSetNodeList.cpp',
'dom/StaticHashSetNodeList.h',
@@ -2542,6 +2569,8 @@
'dom/Traversal.cpp',
'dom/Traversal.h',
'dom/TreeDepthLimit.h',
+ 'dom/TreeScope.cpp',
+ 'dom/TreeScope.h',
'dom/TreeWalker.cpp',
'dom/TreeWalker.h',
'dom/UIEvent.cpp',
@@ -2632,6 +2661,9 @@
'editing/SmartReplaceCF.cpp',
'editing/SmartReplaceICU.cpp',
'editing/SpellChecker.cpp',
+ 'editing/SpellChecker.h',
+ 'editing/SpellingCorrectionController.cpp',
+ 'editing/SpellingCorrectionController.h',
'editing/SpellingCorrectionCommand.cpp',
'editing/SpellingCorrectionCommand.h',
'editing/SplitElementCommand.cpp',
@@ -2668,8 +2700,6 @@
'fileapi/AsyncFileWriterClient.h',
'fileapi/Blob.cpp',
'fileapi/Blob.h',
- 'fileapi/BlobBuilder.cpp',
- 'fileapi/BlobBuilder.h',
'fileapi/BlobURL.cpp',
'fileapi/BlobURL.h',
'fileapi/DOMFilePath.cpp',
@@ -2736,7 +2766,7 @@
'fileapi/FileWriterCallback.h',
'fileapi/FileWriterSync.cpp',
'fileapi/FileWriterSync.h',
- 'fileapi/Flags.h',
+ 'fileapi/WebKitFlags.h',
'fileapi/LocalFileSystem.cpp',
'fileapi/LocalFileSystem.h',
'fileapi/Metadata.h',
@@ -2744,6 +2774,8 @@
'fileapi/SyncCallbackHelper.h',
'fileapi/ThreadableBlobRegistry.cpp',
'fileapi/ThreadableBlobRegistry.h',
+ 'fileapi/WebKitBlobBuilder.cpp',
+ 'fileapi/WebKitBlobBuilder.h',
'history/BackForwardController.cpp',
'history/BackForwardListImpl.cpp',
'history/CachedFrame.cpp',
@@ -2959,6 +2991,8 @@
'html/HTMLTextAreaElement.cpp',
'html/HTMLTitleElement.cpp',
'html/HTMLTitleElement.h',
+ 'html/HTMLTrackElement.cpp',
+ 'html/HTMLTrackElement.h',
'html/HTMLUListElement.cpp',
'html/HTMLUListElement.h',
'html/HTMLVideoElement.cpp',
@@ -3140,9 +3174,18 @@
'html/parser/TextViewSourceParser.h',
'html/parser/XSSFilter.cpp',
'html/parser/XSSFilter.h',
+ 'html/shadow/DetailsMarkerControl.cpp',
+ 'html/shadow/DetailsMarkerControl.h',
'html/shadow/MediaControls.cpp',
'html/shadow/MediaControls.h',
- 'html/shadow/ProgressBarValueElement.h',
+ 'html/shadow/MediaControlElements.cpp',
+ 'html/shadow/MediaControlElements.h',
+ 'html/shadow/MediaControlRootElement.cpp',
+ 'html/shadow/MediaControlRootElement.h',
+ 'html/shadow/MeterShadowElement.cpp',
+ 'html/shadow/MeterShadowElement.h',
+ 'html/shadow/ProgressShadowElement.cpp',
+ 'html/shadow/ProgressShadowElement.h',
'html/shadow/SliderThumbElement.cpp',
'html/shadow/SliderThumbElement.h',
'html/shadow/TextControlInnerElements.cpp',
@@ -3181,6 +3224,8 @@
'inspector/ConsoleMessage.h',
'inspector/DOMNodeHighlighter.cpp',
'inspector/DOMNodeHighlighter.h',
+ 'inspector/EventsCollector.cpp',
+ 'inspector/EventsCollector.h',
'inspector/InjectedScript.cpp',
'inspector/InjectedScript.h',
'inspector/InjectedScriptHost.cpp',
@@ -3211,9 +3256,12 @@
'inspector/InspectorDatabaseResource.h',
'inspector/InspectorDebuggerAgent.cpp',
'inspector/InspectorDebuggerAgent.h',
+ 'inspector/InspectorFrontendChannel.h',
'inspector/InspectorFrontendClientLocal.cpp',
'inspector/InspectorFrontendHost.cpp',
'inspector/InspectorFrontendHost.h',
+ 'inspector/InspectorFrontendProxy.cpp',
+ 'inspector/InspectorFrontendProxy.h',
'inspector/InspectorInstrumentation.cpp',
'inspector/InspectorInstrumentation.h',
'inspector/InspectorPageAgent.cpp',
@@ -3246,6 +3294,8 @@
'inspector/TimelineRecordFactory.h',
'inspector/WorkerDebuggerAgent.cpp',
'inspector/WorkerDebuggerAgent.h',
+ 'inspector/WorkerInspectorController.cpp',
+ 'inspector/WorkerInspectorController.h',
'loader/CachedMetadata.h',
'loader/CrossOriginAccessControl.cpp',
'loader/CrossOriginAccessControl.h',
@@ -3392,6 +3442,9 @@
'page/Navigator.h',
'page/NavigatorBase.cpp',
'page/NavigatorBase.h',
+ 'page/NavigatorUserMediaError.h',
+ 'page/NavigatorUserMediaErrorCallback.h',
+ 'page/NavigatorUserMediaSuccessCallback.h',
'page/OriginAccessEntry.cpp',
'page/OriginAccessEntry.h',
'page/Page.cpp',
@@ -3523,6 +3576,8 @@
'platform/PlatformTouchPoint.h',
'platform/PurgeableBuffer.h',
'platform/RunLoopTimer.h',
+ 'platform/RuntimeApplicationChecks.cpp',
+ 'platform/RuntimeApplicationChecks.h',
'platform/SSLKeyGenerator.h',
'platform/SchemeRegistry.cpp',
'platform/ScrollAnimator.cpp',
@@ -3899,7 +3954,7 @@
'platform/graphics/cairo/GraphicsContextCairo.cpp',
'platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h',
'platform/graphics/cairo/ImageBufferCairo.cpp',
- 'platform/graphics/cairo/ImageBufferData.h',
+ 'platform/graphics/cairo/ImageBufferDataCairo.h',
'platform/graphics/cairo/ImageCairo.cpp',
'platform/graphics/cairo/OwnPtrCairo.cpp',
'platform/graphics/cairo/OwnPtrCairo.h',
@@ -3918,6 +3973,7 @@
'platform/graphics/cg/GraphicsContextCG.h',
'platform/graphics/cg/GraphicsContextPlatformPrivateCG.h',
'platform/graphics/cg/ImageBufferCG.cpp',
+ 'platform/graphics/cg/ImageBufferDataCG.cpp',
'platform/graphics/cg/ImageCG.cpp',
'platform/graphics/cg/ImageSourceCG.cpp',
'platform/graphics/cg/ImageSourceCG.h',
@@ -3965,7 +4021,7 @@
'platform/graphics/chromium/HarfbuzzSkia.cpp',
'platform/graphics/chromium/HarfbuzzSkia.h',
'platform/graphics/chromium/IconChromium.cpp',
- 'platform/graphics/chromium/ImageBufferData.h',
+ 'platform/graphics/chromium/ImageBufferDataSkia.h',
'platform/graphics/chromium/ImageChromium.cpp',
'platform/graphics/chromium/ImageChromiumMac.mm',
'platform/graphics/chromium/ImageLayerChromium.cpp',
@@ -4017,8 +4073,14 @@
'platform/graphics/chromium/cc/CCHeadsUpDisplay.h',
'platform/graphics/chromium/cc/CCLayerImpl.cpp',
'platform/graphics/chromium/cc/CCLayerImpl.h',
+ 'platform/graphics/chromium/cc/CCMainThread.cpp',
+ 'platform/graphics/chromium/cc/CCMainThread.h',
+ 'platform/graphics/chromium/cc/CCMainThreadTask.h',
'platform/graphics/chromium/cc/CCPluginLayerImpl.cpp',
'platform/graphics/chromium/cc/CCPluginLayerImpl.h',
+ 'platform/graphics/chromium/cc/CCThread.cpp',
+ 'platform/graphics/chromium/cc/CCThread.h',
+ 'platform/graphics/chromium/cc/CCThreadTask.h',
'platform/graphics/chromium/cc/CCVideoLayerImpl.cpp',
'platform/graphics/chromium/cc/CCVideoLayerImpl.h',
'platform/graphics/cocoa/FontPlatformDataCocoa.mm',
@@ -4074,6 +4136,8 @@
'platform/graphics/filters/SourceGraphic.h',
'platform/graphics/filters/SpotLightSource.cpp',
'platform/graphics/filters/SpotLightSource.h',
+ 'platform/graphics/filters/arm/FELightingNEON.cpp',
+ 'platform/graphics/filters/arm/FELightingNEON.h',
'platform/graphics/freetype/FontCacheFreeType.cpp',
'platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp',
'platform/graphics/freetype/FontPlatformData.h',
@@ -4164,7 +4228,7 @@
'platform/graphics/haiku/GradientHaiku.cpp',
'platform/graphics/haiku/GraphicsContextHaiku.cpp',
'platform/graphics/haiku/IconHaiku.cpp',
- 'platform/graphics/haiku/ImageBufferData.h',
+ 'platform/graphics/haiku/ImageBufferDataHaiku.h',
'platform/graphics/haiku/ImageBufferHaiku.cpp',
'platform/graphics/haiku/ImageHaiku.cpp',
'platform/graphics/haiku/IntPointHaiku.cpp',
@@ -4257,7 +4321,7 @@
'platform/graphics/qt/GraphicsLayerQt.cpp',
'platform/graphics/qt/GraphicsLayerQt.h',
'platform/graphics/qt/IconQt.cpp',
- 'platform/graphics/qt/ImageBufferData.h',
+ 'platform/graphics/qt/ImageBufferDataQt.h',
'platform/graphics/qt/ImageBufferQt.cpp',
'platform/graphics/qt/ImageDecoderQt.cpp',
'platform/graphics/qt/ImageDecoderQt.h',
@@ -4405,7 +4469,7 @@
'platform/graphics/wince/GlyphPageTreeNodeWinCE.cpp',
'platform/graphics/wince/GradientWinCE.cpp',
'platform/graphics/wince/GraphicsContextWinCE.cpp',
- 'platform/graphics/wince/ImageBufferData.h',
+ 'platform/graphics/wince/ImageBufferDataWince.h',
'platform/graphics/wince/ImageBufferWinCE.cpp',
'platform/graphics/wince/ImageWinCE.cpp',
'platform/graphics/wince/MediaPlayerPrivateWinCE.h',
@@ -4431,7 +4495,7 @@
'platform/graphics/wx/GradientWx.cpp',
'platform/graphics/wx/GraphicsContextWx.cpp',
'platform/graphics/wx/IconWx.cpp',
- 'platform/graphics/wx/ImageBufferData.h',
+ 'platform/graphics/wx/ImageBufferDataWx.h',
'platform/graphics/wx/ImageBufferWx.cpp',
'platform/graphics/wx/ImageWx.cpp',
'platform/graphics/wx/IntPointWx.cpp',
@@ -4843,6 +4907,7 @@
'platform/text/RegularExpression.cpp',
'platform/text/SegmentedString.cpp',
'platform/text/String.cpp',
+ 'platform/text/StringWithDirection.h',
'platform/text/SuffixTree.h',
'platform/text/TextBoundaries.cpp',
'platform/text/TextBreakIteratorICU.cpp',
@@ -5081,8 +5146,6 @@
'rendering/InlineIterator.h',
'rendering/InlineTextBox.cpp',
'rendering/LayoutState.cpp',
- 'rendering/MediaControlElements.cpp',
- 'rendering/MediaControlElements.h',
'rendering/PointerEventsHitRules.cpp',
'rendering/PointerEventsHitRules.h',
'rendering/RenderApplet.cpp',
@@ -5128,8 +5191,6 @@
'rendering/RenderImage.cpp',
'rendering/RenderImageResource.cpp',
'rendering/RenderImageResourceStyleImage.cpp',
- 'rendering/RenderIndicator.cpp',
- 'rendering/RenderIndicator.h',
'rendering/RenderInline.cpp',
'rendering/RenderInline.h',
'rendering/RenderInputSpeech.cpp',
@@ -5446,6 +5507,8 @@
'storage/IDBKeyPathBackendImpl.h',
'storage/IDBKeyRange.cpp',
'storage/IDBKeyRange.h',
+ 'storage/IDBLevelDBBackingStore.cpp',
+ 'storage/IDBLevelDBBackingStore.h',
'storage/IDBObjectStore.cpp',
'storage/IDBObjectStore.h',
'storage/IDBObjectStoreBackendImpl.cpp',
@@ -5503,6 +5566,11 @@
'storage/StorageEvent.h',
'storage/StorageEventDispatcher.cpp',
'storage/StorageEventDispatcher.h',
+ 'storage/StorageInfo.cpp',
+ 'storage/StorageInfo.h',
+ 'storage/StorageInfoErrorCallback.h',
+ 'storage/StorageInfoQuotaCallback.h',
+ 'storage/StorageInfoUsageCallback.h',
'storage/StorageMap.cpp',
'storage/StorageMap.h',
'storage/StorageNamespace.cpp',
@@ -5815,31 +5883,6 @@
'svg/graphics/filters/SVGFilterBuilder.h',
'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
'svg/properties/SVGPathSegListPropertyTearOff.cpp',
- 'thirdparty/glu/gluos.h',
- 'thirdparty/glu/internal_glu.h',
- 'thirdparty/glu/libtess/dict-list.h',
- 'thirdparty/glu/libtess/dict.c',
- 'thirdparty/glu/libtess/dict.h',
- 'thirdparty/glu/libtess/geom.c',
- 'thirdparty/glu/libtess/geom.h',
- 'thirdparty/glu/libtess/memalloc.c',
- 'thirdparty/glu/libtess/memalloc.h',
- 'thirdparty/glu/libtess/mesh.c',
- 'thirdparty/glu/libtess/mesh.h',
- 'thirdparty/glu/libtess/normal.c',
- 'thirdparty/glu/libtess/normal.h',
- 'thirdparty/glu/libtess/priorityq-heap.h',
- 'thirdparty/glu/libtess/priorityq-sort.h',
- 'thirdparty/glu/libtess/priorityq.c',
- 'thirdparty/glu/libtess/priorityq.h',
- 'thirdparty/glu/libtess/render.c',
- 'thirdparty/glu/libtess/render.h',
- 'thirdparty/glu/libtess/sweep.c',
- 'thirdparty/glu/libtess/sweep.h',
- 'thirdparty/glu/libtess/tess.c',
- 'thirdparty/glu/libtess/tess.h',
- 'thirdparty/glu/libtess/tessmono.c',
- 'thirdparty/glu/libtess/tessmono.h',
'webaudio/AudioBasicProcessorNode.cpp',
'webaudio/AudioBasicProcessorNode.h',
'webaudio/AudioBuffer.cpp',
@@ -5878,6 +5921,8 @@
'webaudio/BiquadProcessor.h',
'webaudio/ConvolverNode.cpp',
'webaudio/ConvolverNode.h',
+ 'webaudio/DefaultAudioDestinationNode.cpp',
+ 'webaudio/DefaultAudioDestinationNode.h',
'webaudio/DelayDSPKernel.cpp',
'webaudio/DelayDSPKernel.h',
'webaudio/DelayNode.cpp',
@@ -5890,6 +5935,10 @@
'webaudio/JavaScriptAudioNode.h',
'webaudio/LowPass2FilterNode.cpp',
'webaudio/LowPass2FilterNode.h',
+ 'webaudio/OfflineAudioCompletionEvent.cpp',
+ 'webaudio/OfflineAudioCompletionEvent.h',
+ 'webaudio/OfflineAudioDestinationNode.cpp',
+ 'webaudio/OfflineAudioDestinationNode.h',
'webaudio/RealtimeAnalyser.cpp',
'webaudio/RealtimeAnalyser.h',
'webaudio/RealtimeAnalyserNode.cpp',
@@ -6124,8 +6173,6 @@
'inspector/front-end/AuditRules.js',
'inspector/front-end/AuditsPanel.js',
'inspector/front-end/BottomUpProfileDataGridTree.js',
- 'inspector/front-end/Breakpoint.js',
- 'inspector/front-end/BreakpointManager.js',
'inspector/front-end/BreakpointsSidebarPane.js',
'inspector/front-end/CallStackSidebarPane.js',
'inspector/front-end/Checkbox.js',
@@ -6148,6 +6195,7 @@
'inspector/front-end/DetailedHeapshotGridNodes.js',
'inspector/front-end/DetailedHeapshotView.js',
'inspector/front-end/DOMAgent.js',
+ 'inspector/front-end/DOMBreakpointsSidebarPane.js',
'inspector/front-end/DOMStorage.js',
'inspector/front-end/DOMStorageItemsView.js',
'inspector/front-end/DOMSyntaxHighlighter.js',
@@ -6165,6 +6213,7 @@
'inspector/front-end/GoToLineDialog.js',
'inspector/front-end/HAREntry.js',
'inspector/front-end/HeapSnapshot.js',
+ 'inspector/front-end/HeapSnapshotProxy.js',
'inspector/front-end/HeapSnapshotView.js',
'inspector/front-end/HelpScreen.js',
'inspector/front-end/ImageView.js',
@@ -6213,7 +6262,6 @@
'inspector/front-end/SourceCSSTokenizer.js',
'inspector/front-end/SourceFile.js',
'inspector/front-end/SourceFrame.js',
- 'inspector/front-end/SourceFrameContent.js',
'inspector/front-end/SourceHTMLTokenizer.js',
'inspector/front-end/SourceJavaScriptTokenizer.js',
'inspector/front-end/SourceTokenizer.js',
@@ -6238,8 +6286,6 @@
'inspector/front-end/WatchExpressionsSidebarPane.js',
'inspector/front-end/WelcomeView.js',
'inspector/front-end/WorkersSidebarPane.js',
- 'inspector/front-end/UglifyJS/parse-js.js',
- 'inspector/front-end/UglifyJS/process.js',
'inspector/front-end/audits.css',
'inspector/front-end/goToLineDialog.css',
'inspector/front-end/heapProfiler.css',
@@ -6250,6 +6296,10 @@
'inspector/front-end/popover.css',
'inspector/front-end/textViewer.css',
],
+ 'webinspector_uglifyjs_files': [
+ 'inspector/front-end/UglifyJS/parse-js.js',
+ 'inspector/front-end/UglifyJS/process.js',
+ ],
'webinspector_image_files': [
'inspector/front-end/Images/applicationCache.png',
'inspector/front-end/Images/auditsIcon.png',
@@ -6966,8 +7016,6 @@
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSBeforeProcessEvent.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSBlob.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSBlob.h',
- '<(PRODUCT_DIR)/DerivedSources/WebCore/JSBlobBuilder.cpp',
- '<(PRODUCT_DIR)/DerivedSources/WebCore/JSBlobBuilder.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSCDATASection.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSCDATASection.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSCSSCharsetRule.cpp',
@@ -7152,8 +7200,8 @@
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSFileWriterCallback.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSFileWriterSync.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSFileWriterSync.h',
- '<(PRODUCT_DIR)/DerivedSources/WebCore/JSFlags.cpp',
- '<(PRODUCT_DIR)/DerivedSources/WebCore/JSFlags.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitFlags.cpp',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitFlags.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSFloat32Array.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSFloat32Array.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSGeolocation.cpp',
@@ -7821,6 +7869,12 @@
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorage.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageEvent.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageEvent.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageInfo.cpp',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageInfo.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageInfoErrorCallback.cpp',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageInfoErrorCallback.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageInfoUsageCallback.cpp',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSStorageInfoUsageCallback.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSStyleMedia.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSStyleMedia.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSStyleSheet.cpp',
@@ -7881,6 +7935,8 @@
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitAnimationEvent.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitAnimationList.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitAnimationList.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitBlobBuilder.cpp',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitBlobBuilder.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitCSSKeyframeRule.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitCSSKeyframeRule.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/JSWebKitCSSKeyframesRule.cpp',
@@ -7946,7 +8002,8 @@
'<(PRODUCT_DIR)/DerivedSources/WebCore/XMLNSNames.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/XMLNames.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/XMLNames.h',
- '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerXSL.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerCSS.h',
+ '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp',
'<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h',
'<(PRODUCT_DIR)/DerivedSources/WebCore/tokenizer.cpp',