Title: [240507] trunk
Revision
240507
Author
[email protected]
Date
2019-01-25 14:16:57 -0800 (Fri, 25 Jan 2019)

Log Message

Update existing .xcfilelists
https://bugs.webkit.org/show_bug.cgi?id=193791
<rdar://problem/47201706>

Reviewed by Alex Christensen.

Many .xcfilelist files were added in r238824 in order to support
XCBuild. Update these with recent changes to the set of build files
and with the current generate-xcfilelist script.

Source/_javascript_Core:

* DerivedSources-input.xcfilelist:
* DerivedSources-output.xcfilelist:
* UnifiedSources-input.xcfilelist:
* UnifiedSources-output.xcfilelist:

Source/WebCore:

No new tests since there should be no observable behavior difference.

* DerivedSources-input.xcfilelist:
* DerivedSources-output.xcfilelist:
* UnifiedSources-input.xcfilelist:
* UnifiedSources-output.xcfilelist:

Source/WebKit:

* DerivedSources-input.xcfilelist:
* DerivedSources-output.xcfilelist:
* UnifiedSources-input.xcfilelist:
* UnifiedSources-output.xcfilelist:

Tools:

* DumpRenderTree/DerivedSources-input.xcfilelist:
* DumpRenderTree/DerivedSources-output.xcfilelist:
* WebKitTestRunner/DerivedSources-input.xcfilelist:
* WebKitTestRunner/DerivedSources-output.xcfilelist:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (240506 => 240507)


--- trunk/Source/_javascript_Core/ChangeLog	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/_javascript_Core/ChangeLog	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,20 @@
+2019-01-25  Keith Rollin  <[email protected]>
+
+        Update existing .xcfilelists
+        https://bugs.webkit.org/show_bug.cgi?id=193791
+        <rdar://problem/47201706>
+
+        Reviewed by Alex Christensen.
+
+        Many .xcfilelist files were added in r238824 in order to support
+        XCBuild. Update these with recent changes to the set of build files
+        and with the current generate-xcfilelist script.
+
+        * DerivedSources-input.xcfilelist:
+        * DerivedSources-output.xcfilelist:
+        * UnifiedSources-input.xcfilelist:
+        * UnifiedSources-output.xcfilelist:
+
 2019-01-25  Jon Davis  <[email protected]>
 
         Update _javascript_Core feature status entries.

Modified: trunk/Source/_javascript_Core/DerivedSources-input.xcfilelist (240506 => 240507)


--- trunk/Source/_javascript_Core/DerivedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/_javascript_Core/DerivedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(PROJECT_DIR)/DerivedSources.make
 $(PROJECT_DIR)/KeywordLookupGenerator.py
 $(PROJECT_DIR)/Scripts/UpdateContents.py

Modified: trunk/Source/_javascript_Core/DerivedSources-output.xcfilelist (240506 => 240507)


--- trunk/Source/_javascript_Core/DerivedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/_javascript_Core/DerivedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/AirOpcode.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/AirOpcodeGenerated.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/AirOpcodeUtils.h

Modified: trunk/Source/_javascript_Core/UnifiedSources-input.xcfilelist (240506 => 240507)


--- trunk/Source/_javascript_Core/UnifiedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/_javascript_Core/UnifiedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,8 +1,11 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/JSCBuiltins.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/inspector/InspectorBackendDispatchers.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/inspector/InspectorFrontendDispatchers.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/inspector/InspectorProtocolObjects.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/yarr/YarrCanonicalizeUnicode.cpp
+$(SRCROOT)/API/JSAPIGlobalObject.cpp
+$(SRCROOT)/API/JSAPIGlobalObject.mm
 $(SRCROOT)/API/JSAPIValueWrapper.cpp
 $(SRCROOT)/API/JSAPIWrapperObject.mm
 $(SRCROOT)/API/JSBase.cpp
@@ -18,6 +21,7 @@
 $(SRCROOT)/API/JSMarkingConstraintPrivate.cpp
 $(SRCROOT)/API/JSObjectRef.cpp
 $(SRCROOT)/API/JSRemoteInspector.cpp
+$(SRCROOT)/API/JSScript.mm
 $(SRCROOT)/API/JSScriptRef.cpp
 $(SRCROOT)/API/JSStringRef.cpp
 $(SRCROOT)/API/JSStringRefCF.cpp
@@ -303,6 +307,7 @@
 $(SRCROOT)/dfg/DFGConstantHoistingPhase.cpp
 $(SRCROOT)/dfg/DFGCriticalEdgeBreakingPhase.cpp
 $(SRCROOT)/dfg/DFGDCEPhase.cpp
+$(SRCROOT)/dfg/DFGDesiredGlobalProperties.cpp
 $(SRCROOT)/dfg/DFGDesiredIdentifiers.cpp
 $(SRCROOT)/dfg/DFGDesiredTransitions.cpp
 $(SRCROOT)/dfg/DFGDesiredWatchpoints.cpp

Modified: trunk/Source/_javascript_Core/UnifiedSources-output.xcfilelist (240506 => 240507)


--- trunk/Source/_javascript_Core/UnifiedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/_javascript_Core/UnifiedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/unified-sources/UnifiedSource1-mm.mm
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/unified-sources/UnifiedSource1.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/_javascript_Core/unified-sources/UnifiedSource10.cpp

Modified: trunk/Source/WebCore/ChangeLog (240506 => 240507)


--- trunk/Source/WebCore/ChangeLog	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebCore/ChangeLog	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,22 @@
+2019-01-25  Keith Rollin  <[email protected]>
+
+        Update existing .xcfilelists
+        https://bugs.webkit.org/show_bug.cgi?id=193791
+        <rdar://problem/47201706>
+
+        Reviewed by Alex Christensen.
+
+        Many .xcfilelist files were added in r238824 in order to support
+        XCBuild. Update these with recent changes to the set of build files
+        and with the current generate-xcfilelist script.
+
+        No new tests since there should be no observable behavior difference.
+
+        * DerivedSources-input.xcfilelist:
+        * DerivedSources-output.xcfilelist:
+        * UnifiedSources-input.xcfilelist:
+        * UnifiedSources-output.xcfilelist:
+
 2019-01-25  Brent Fulgham  <[email protected]>
 
         Activate the WebResourceLoadStatisticsStore in the NetworkProcess and deactivate it in the UIProcess.

Modified: trunk/Source/WebCore/DerivedSources-input.xcfilelist (240506 => 240507)


--- trunk/Source/WebCore/DerivedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebCore/DerivedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,4 +1,11 @@
+# This file is generated by the generate-xcfilelists script.
+$(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions/ApplePaySetup.idl
+$(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions/ApplePaySetupFeature.idl
+$(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions/DocumentTouch.idl
 $(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions/GestureEvent.idl
+$(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions/Touch.idl
+$(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions/TouchEvent.idl
+$(BUILT_PRODUCTS_DIR)/usr/local/include/WebKitAdditions/TouchList.idl
 $(_javascript_CORE_PRIVATE_HEADERS_DIR)/UpdateContents.py
 $(_javascript_CORE_PRIVATE_HEADERS_DIR)/builtins_generate_combined_header.py
 $(_javascript_CORE_PRIVATE_HEADERS_DIR)/builtins_generate_combined_implementation.py
@@ -317,21 +324,44 @@
 $(PROJECT_DIR)/Modules/webgpu/WebGPU.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUAdapter.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUAdapterDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBindGroup.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBindGroupBinding.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBindGroupDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBindGroupLayout.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBindGroupLayoutBinding.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBindGroupLayoutDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBuffer.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBufferBinding.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBufferDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUBufferUsage.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUColor.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUCommandBuffer.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUDevice.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUIndexFormat.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUInputStateDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUInputStepMode.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUPipelineDescriptorBase.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUPipelineLayout.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUPipelineLayoutDescriptor.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUPipelineStageDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUProgrammablePassEncoder.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUQueue.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPURenderPassColorAttachmentDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPURenderPassDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPURenderPassEncoder.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPURenderPipeline.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPURenderPipelineDescriptor.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPURenderingContext.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUShaderModule.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUShaderModuleDescriptor.idl
-$(PROJECT_DIR)/Modules/webgpu/WebGPUShaderStage.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUShaderStageBit.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUSwapChain.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUTexture.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUTextureFormatEnum.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUTextureView.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUVertexAttributeDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUVertexFormat.idl
+$(PROJECT_DIR)/Modules/webgpu/WebGPUVertexInputDescriptor.idl
 $(PROJECT_DIR)/Modules/websockets/CloseEvent.idl
 $(PROJECT_DIR)/Modules/websockets/WebSocket.idl
 $(PROJECT_DIR)/Modules/webvr/DOMWindowWebVR.idl
@@ -476,11 +506,13 @@
 $(PROJECT_DIR)/css/plugIns.css
 $(PROJECT_DIR)/css/quirks.css
 $(PROJECT_DIR)/css/svg.css
-$(PROJECT_DIR)/css/typedom/CSSNumericValue.idl
-$(PROJECT_DIR)/css/typedom/CSSStyleValue.idl
-$(PROJECT_DIR)/css/typedom/CSSUnitValue.idl
-$(PROJECT_DIR)/css/typedom/CSSUnparsedValue.idl
+$(PROJECT_DIR)/css/typedom/StylePropertyMap.idl
 $(PROJECT_DIR)/css/typedom/StylePropertyMapReadOnly.idl
+$(PROJECT_DIR)/css/typedom/TypedOMCSSImageValue.idl
+$(PROJECT_DIR)/css/typedom/TypedOMCSSNumericValue.idl
+$(PROJECT_DIR)/css/typedom/TypedOMCSSStyleValue.idl
+$(PROJECT_DIR)/css/typedom/TypedOMCSSUnitValue.idl
+$(PROJECT_DIR)/css/typedom/TypedOMCSSUnparsedValue.idl
 $(PROJECT_DIR)/dom/AbortController.idl
 $(PROJECT_DIR)/dom/AbortSignal.idl
 $(PROJECT_DIR)/dom/AnimationEvent.idl

Modified: trunk/Source/WebCore/DerivedSources-output.xcfilelist (240506 => 240507)


--- trunk/Source/WebCore/DerivedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebCore/DerivedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,6 @@
+# This file is generated by the generate-xcfilelists script.
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/ApplePaySetup.idl
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/ApplePaySetupFeature.idl
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/ByteLengthQueuingStrategyBuiltins.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/CSSPropertyNames.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/CSSPropertyNames.h
@@ -9,6 +12,7 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/DOMJITAbstractHeapRepository.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/DOMWindowConstructors.idl
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/DedicatedWorkerGlobalScopeConstructors.idl
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/DocumentTouch.idl
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/EventFactory.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/EventHeaders.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/EventInterfaces.h
@@ -105,6 +109,10 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePayRequestBase.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePaySession.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePaySession.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePaySetup.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePaySetup.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePaySetupFeature.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePaySetupFeature.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePayShippingContactSelectedEvent.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePayShippingContactSelectedEvent.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSApplePayShippingContactUpdate.cpp
@@ -193,8 +201,6 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSMediaRule.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSNamespaceRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSNamespaceRule.h
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSNumericValue.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSNumericValue.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSPageRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSPageRule.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSPaintCallback.cpp
@@ -211,18 +217,12 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleRule.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleSheet.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleSheet.h
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleValue.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleValue.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSSupportsRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSSupportsRule.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSTransition.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSTransition.h
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnitValue.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnitValue.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnknownRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnknownRule.h
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnparsedValue.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnparsedValue.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCacheQueryOptions.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCacheQueryOptions.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCanvasCaptureMediaStreamTrack.cpp
@@ -1656,6 +1656,8 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStringCallback.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStyleMedia.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStyleMedia.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStylePropertyMap.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStylePropertyMap.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStylePropertyMapReadOnly.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStylePropertyMapReadOnly.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStyleSheet.cpp
@@ -1700,6 +1702,16 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTreeWalker.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypeConversions.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypeConversions.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSImageValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSImageValue.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSNumericValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSNumericValue.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSStyleValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSStyleValue.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSUnitValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSUnitValue.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSUnparsedValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSUnparsedValue.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSUIEvent.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSUIEvent.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSUIEventInit.cpp
@@ -1830,16 +1842,56 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUAdapter.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUAdapterDescriptor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUAdapterDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroup.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroup.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupBinding.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupBinding.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayout.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayout.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayoutBinding.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayoutBinding.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayoutDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayoutDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBuffer.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBuffer.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferBinding.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferBinding.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferUsage.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferUsage.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUColor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUColor.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUCommandBuffer.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUCommandBuffer.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUDevice.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUDevice.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUIndexFormat.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUIndexFormat.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUInputStateDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUInputStateDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUInputStepMode.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUInputStepMode.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineDescriptorBase.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineDescriptorBase.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineLayout.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineLayout.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineLayoutDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineLayoutDescriptor.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineStageDescriptor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineStageDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUProgrammablePassEncoder.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUProgrammablePassEncoder.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUQueue.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUQueue.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassColorAttachmentDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassColorAttachmentDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassEncoder.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassEncoder.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPipeline.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPipeline.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPipelineDescriptor.cpp
@@ -1850,8 +1902,8 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderModule.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderModuleDescriptor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderModuleDescriptor.h
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderStage.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderStage.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderStageBit.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderStageBit.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUSwapChain.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUSwapChain.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUTexture.cpp
@@ -1860,6 +1912,12 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUTextureFormatEnum.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUTextureView.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUTextureView.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexAttributeDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexAttributeDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexFormat.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexFormat.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexInputDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexInputDescriptor.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitAnimationEvent.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitAnimationEvent.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitCSSMatrix.cpp
@@ -2015,9 +2073,13 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/StylePropertyShorthandFunctions.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/SupplementalDependencies.dep
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/SupplementalDependencies.txt
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/Touch.idl
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/TouchEvent.idl
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/TouchList.idl
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/UserAgentScripts.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/UserAgentScriptsData.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/UserAgentStyleSheets.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WHLSLStandardLibrary.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WebCoreJSBuiltinInternals.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WebCoreJSBuiltinInternals.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/WebCoreJSBuiltins.cpp

Modified: trunk/Source/WebCore/UnifiedSources-input.xcfilelist (240506 => 240507)


--- trunk/Source/WebCore/UnifiedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebCore/UnifiedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/CSSValueKeywords.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/ColorData.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/EventFactory.cpp
@@ -83,7 +84,6 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSKeyframesRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSMediaRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSNamespaceRule.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSNumericValue.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSPageRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSPaintCallback.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSPaintSize.cpp
@@ -92,12 +92,9 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleDeclaration.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleSheet.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSStyleValue.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSSupportsRule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSTransition.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnitValue.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnknownRule.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCSSUnparsedValue.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCacheQueryOptions.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCanvasCaptureMediaStreamTrack.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSCanvasCompositing.cpp
@@ -195,7 +192,6 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSDOMWindowCaches.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSDOMWindowFetch.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSDOMWindowIndexedDatabase.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSDOMWindowQuota.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSDOMWindowSpeechSynthesis.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSDOMWindowWebDatabase.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSDOMWindowWebGPU.cpp
@@ -467,7 +463,6 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNavigatorOnLine.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNavigatorServiceWorker.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNavigatorShare.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNavigatorStorageQuota.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNavigatorWebDriver.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNavigatorWebVR.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNode.cpp
@@ -788,14 +783,10 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSSpeechSynthesisVoice.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStaticRange.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStorage.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStorageErrorCallback.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStorageEvent.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStorageInfo.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStorageQuota.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStorageQuotaCallback.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStorageUsageCallback.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStringCallback.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStyleMedia.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStylePropertyMap.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStylePropertyMapReadOnly.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStyleSheet.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSStyleSheetList.cpp
@@ -817,6 +808,11 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTrackEvent.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTransitionEvent.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTreeWalker.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSImageValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSNumericValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSStyleValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSUnitValue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSTypedOMCSSUnparsedValue.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSUIEvent.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSUIEventInit.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSURLSearchParams.cpp
@@ -882,21 +878,44 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPU.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUAdapter.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUAdapterDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroup.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupBinding.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayout.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayoutBinding.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBindGroupLayoutDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBuffer.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferBinding.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUBufferUsage.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUColor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUCommandBuffer.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUDevice.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUIndexFormat.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUInputStateDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUInputStepMode.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineDescriptorBase.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineLayout.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineLayoutDescriptor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUPipelineStageDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUProgrammablePassEncoder.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUQueue.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassColorAttachmentDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPassEncoder.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPipeline.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderPipelineDescriptor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPURenderingContext.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderModule.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderModuleDescriptor.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderStage.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUShaderStageBit.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUSwapChain.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUTexture.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUTextureFormatEnum.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUTextureView.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexAttributeDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexFormat.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebGPUVertexInputDescriptor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitAnimationEvent.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitCSSMatrix.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitCSSViewportRule.cpp
@@ -942,7 +961,6 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWorkerGlobalScopeIndexedDatabase.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWorkerLocation.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWorkerNavigator.cpp
-$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWorkerNavigatorStorageQuota.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWorkerType.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWorklet.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWorkletGlobalScope.cpp
@@ -1190,6 +1208,9 @@
 $(SRCROOT)/Modules/webauthn/AuthenticatorCoordinator.cpp
 $(SRCROOT)/Modules/webauthn/AuthenticatorCoordinatorClient.cpp
 $(SRCROOT)/Modules/webauthn/PublicKeyCredential.cpp
+$(SRCROOT)/Modules/webauthn/WebAuthenticationUtils.cpp
+$(SRCROOT)/Modules/webauthn/apdu/ApduCommand.cpp
+$(SRCROOT)/Modules/webauthn/apdu/ApduResponse.cpp
 $(SRCROOT)/Modules/webauthn/cbor/CBORReader.cpp
 $(SRCROOT)/Modules/webauthn/cbor/CBORValue.cpp
 $(SRCROOT)/Modules/webauthn/cbor/CBORWriter.cpp
@@ -1201,6 +1222,8 @@
 $(SRCROOT)/Modules/webauthn/fido/FidoHidMessage.cpp
 $(SRCROOT)/Modules/webauthn/fido/FidoHidPacket.cpp
 $(SRCROOT)/Modules/webauthn/fido/FidoParsingUtils.cpp
+$(SRCROOT)/Modules/webauthn/fido/U2fCommandConstructor.cpp
+$(SRCROOT)/Modules/webauthn/fido/U2fResponseConverter.cpp
 $(SRCROOT)/Modules/webdatabase/ChangeVersionWrapper.cpp
 $(SRCROOT)/Modules/webdatabase/DOMWindowWebDatabase.cpp
 $(SRCROOT)/Modules/webdatabase/Database.cpp
@@ -1221,11 +1244,50 @@
 $(SRCROOT)/Modules/webdatabase/cocoa/DatabaseManagerCocoa.mm
 $(SRCROOT)/Modules/webdriver/NavigatorWebDriver.cpp
 $(SRCROOT)/Modules/webgpu/DOMWindowWebGPU.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLBuiltInSemantic.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLFloatLiteralType.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLIntegerLiteral.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLIntegerLiteralType.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLNullLiteralType.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLResourceSemantic.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLSpecializationConstantSemantic.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLStageInOutSemantic.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLTypeArgument.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLTypeReference.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteral.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteralType.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLCheckDuplicateFunctions.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLChecker.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLFunctionStageChecker.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLGatherEntryPointItems.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLHighZombieFinder.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLInferTypes.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLIntrinsics.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLLexer.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLLiteralTypeChecker.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLLoopChecker.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLNameContext.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLNameResolver.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLParser.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLRecursiveTypeChecker.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLResolveOverloadImpl.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLSynthesizeArrayOperatorLength.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLSynthesizeConstructors.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLSynthesizeEnumerationFunctions.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLSynthesizeStructureAccessors.cpp
+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLVisitor.cpp
 $(SRCROOT)/Modules/webgpu/WebGPU.cpp
 $(SRCROOT)/Modules/webgpu/WebGPUAdapter.cpp
+$(SRCROOT)/Modules/webgpu/WebGPUBindGroup.cpp
+$(SRCROOT)/Modules/webgpu/WebGPUBindGroupLayout.cpp
+$(SRCROOT)/Modules/webgpu/WebGPUBuffer.cpp
 $(SRCROOT)/Modules/webgpu/WebGPUCommandBuffer.cpp
 $(SRCROOT)/Modules/webgpu/WebGPUDevice.cpp
+$(SRCROOT)/Modules/webgpu/WebGPUPipelineLayout.cpp
+$(SRCROOT)/Modules/webgpu/WebGPUProgrammablePassEncoder.cpp
 $(SRCROOT)/Modules/webgpu/WebGPUQueue.cpp
+$(SRCROOT)/Modules/webgpu/WebGPURenderPassEncoder.cpp
 $(SRCROOT)/Modules/webgpu/WebGPURenderPipeline.cpp
 $(SRCROOT)/Modules/webgpu/WebGPURenderingContext.cpp
 $(SRCROOT)/Modules/webgpu/WebGPUShaderModule.cpp
@@ -1321,7 +1383,6 @@
 $(SRCROOT)/bindings/js/JSCSSRuleCustom.cpp
 $(SRCROOT)/bindings/js/JSCSSRuleListCustom.cpp
 $(SRCROOT)/bindings/js/JSCSSStyleDeclarationCustom.cpp
-$(SRCROOT)/bindings/js/JSCSSStyleValueCustom.cpp
 $(SRCROOT)/bindings/js/JSCallbackData.cpp
 $(SRCROOT)/bindings/js/JSCanvasRenderingContext2DCustom.cpp
 $(SRCROOT)/bindings/js/JSCustomElementInterface.cpp
@@ -1401,6 +1462,7 @@
 $(SRCROOT)/bindings/js/JSRemoteDOMWindowBase.cpp
 $(SRCROOT)/bindings/js/JSRemoteDOMWindowCustom.cpp
 $(SRCROOT)/bindings/js/JSSVGPathSegCustom.cpp
+$(SRCROOT)/bindings/js/JSSVGViewSpecCustom.cpp
 $(SRCROOT)/bindings/js/JSServiceWorkerClientCustom.cpp
 $(SRCROOT)/bindings/js/JSServiceWorkerGlobalScopeCustom.cpp
 $(SRCROOT)/bindings/js/JSStyleSheetCustom.cpp
@@ -1410,6 +1472,7 @@
 $(SRCROOT)/bindings/js/JSTextTrackListCustom.cpp
 $(SRCROOT)/bindings/js/JSTrackCustom.cpp
 $(SRCROOT)/bindings/js/JSTreeWalkerCustom.cpp
+$(SRCROOT)/bindings/js/JSTypedOMCSSStyleValueCustom.cpp
 $(SRCROOT)/bindings/js/JSVideoTrackCustom.cpp
 $(SRCROOT)/bindings/js/JSVideoTrackListCustom.cpp
 $(SRCROOT)/bindings/js/JSWebAnimationCustom.cpp
@@ -1669,6 +1732,7 @@
 $(SRCROOT)/css/parser/MediaQueryParser.cpp
 $(SRCROOT)/css/parser/SizesAttributeParser.cpp
 $(SRCROOT)/css/parser/SizesCalcParser.cpp
+$(SRCROOT)/css/typedom/StylePropertyMapReadOnly.cpp
 $(SRCROOT)/cssjit/SelectorCompiler.cpp
 $(SRCROOT)/dom/AbortController.cpp
 $(SRCROOT)/dom/AbortSignal.cpp
@@ -1855,6 +1919,7 @@
 $(SRCROOT)/editing/DeleteSelectionCommand.cpp
 $(SRCROOT)/editing/DictationAlternative.cpp
 $(SRCROOT)/editing/DictationCommand.cpp
+$(SRCROOT)/editing/EditAction.cpp
 $(SRCROOT)/editing/EditCommand.cpp
 $(SRCROOT)/editing/Editing.cpp
 $(SRCROOT)/editing/EditingStyle.cpp
@@ -1907,6 +1972,7 @@
 $(SRCROOT)/editing/WebCorePasteboardFileReader.cpp
 $(SRCROOT)/editing/WrapContentsInDummySpanCommand.cpp
 $(SRCROOT)/editing/cocoa/DataDetection.mm
+$(SRCROOT)/editing/cocoa/DictionaryLookup.mm
 $(SRCROOT)/editing/cocoa/EditorCocoa.mm
 $(SRCROOT)/editing/cocoa/FontAttributeChangesCocoa.mm
 $(SRCROOT)/editing/cocoa/FontAttributesCocoa.mm
@@ -1919,7 +1985,6 @@
 $(SRCROOT)/editing/ios/DictationCommandIOS.cpp
 $(SRCROOT)/editing/ios/EditorIOS.mm
 $(SRCROOT)/editing/mac/AlternativeTextUIController.mm
-$(SRCROOT)/editing/mac/DictionaryLookup.mm
 $(SRCROOT)/editing/mac/DictionaryLookupLegacy.mm
 $(SRCROOT)/editing/mac/EditorMac.mm
 $(SRCROOT)/editing/mac/FrameSelectionMac.mm
@@ -2232,11 +2297,13 @@
 $(SRCROOT)/inspector/agents/worker/WorkerRuntimeAgent.cpp
 $(SRCROOT)/layout/FormattingContext.cpp
 $(SRCROOT)/layout/FormattingContextGeometry.cpp
+$(SRCROOT)/layout/FormattingContextQuirks.cpp
 $(SRCROOT)/layout/FormattingState.cpp
-$(SRCROOT)/layout/LayoutFormattingState.cpp
+$(SRCROOT)/layout/LayoutState.cpp
 $(SRCROOT)/layout/Verification.cpp
 $(SRCROOT)/layout/blockformatting/BlockFormattingContext.cpp
 $(SRCROOT)/layout/blockformatting/BlockFormattingContextGeometry.cpp
+$(SRCROOT)/layout/blockformatting/BlockFormattingContextQuirks.cpp
 $(SRCROOT)/layout/blockformatting/BlockFormattingState.cpp
 $(SRCROOT)/layout/blockformatting/BlockInvalidation.cpp
 $(SRCROOT)/layout/blockformatting/BlockMarginCollapse.cpp
@@ -2453,6 +2520,7 @@
 $(SRCROOT)/page/SpatialNavigation.cpp
 $(SRCROOT)/page/SuspendableTimer.cpp
 $(SRCROOT)/page/TextIndicator.cpp
+$(SRCROOT)/page/UndoManager.cpp
 $(SRCROOT)/page/UserContentController.cpp
 $(SRCROOT)/page/UserContentProvider.cpp
 $(SRCROOT)/page/UserContentURLPattern.cpp
@@ -2525,6 +2593,7 @@
 $(SRCROOT)/page/scrolling/mac/ScrollingTreeFixedNode.mm
 $(SRCROOT)/page/scrolling/mac/ScrollingTreeFrameScrollingNodeMac.mm
 $(SRCROOT)/page/scrolling/mac/ScrollingTreeMac.cpp
+$(SRCROOT)/page/scrolling/mac/ScrollingTreeOverflowScrollingNodeMac.mm
 $(SRCROOT)/page/scrolling/mac/ScrollingTreeStickyNode.mm
 $(SRCROOT)/platform/CalculationValue.cpp
 $(SRCROOT)/platform/ContentType.cpp
@@ -2580,8 +2649,6 @@
 $(SRCROOT)/platform/ThreadGlobalData.cpp
 $(SRCROOT)/platform/ThreadTimers.cpp
 $(SRCROOT)/platform/Timer.cpp
-$(SRCROOT)/platform/URL.cpp
-$(SRCROOT)/platform/URLParser.cpp
 $(SRCROOT)/platform/UserActivity.cpp
 $(SRCROOT)/platform/WebCoreCrossThreadCopier.cpp
 $(SRCROOT)/platform/WebGLStateTracker.cpp
@@ -2643,7 +2710,6 @@
 $(SRCROOT)/platform/audio/mac/CAAudioStreamDescription.cpp
 $(SRCROOT)/platform/audio/mac/CARingBuffer.cpp
 $(SRCROOT)/platform/audio/mac/FFTFrameMac.cpp
-$(SRCROOT)/platform/cf/CFURLExtras.cpp
 $(SRCROOT)/platform/cf/FileSystemCF.cpp
 $(SRCROOT)/platform/cf/KeyedDecoderCF.cpp
 $(SRCROOT)/platform/cf/KeyedEncoderCF.cpp
@@ -2651,7 +2717,6 @@
 $(SRCROOT)/platform/cf/MediaAccessibilitySoftLink.cpp
 $(SRCROOT)/platform/cf/RunLoopObserver.cpp
 $(SRCROOT)/platform/cf/SharedBufferCF.cpp
-$(SRCROOT)/platform/cf/URLCF.cpp
 $(SRCROOT)/platform/cocoa/ContentFilterUnblockHandlerCocoa.mm
 $(SRCROOT)/platform/cocoa/CoreVideoSoftLink.cpp
 $(SRCROOT)/platform/cocoa/DataDetectorsCoreSoftLink.mm
@@ -2675,6 +2740,7 @@
 $(SRCROOT)/platform/cocoa/UserAgentCocoa.mm
 $(SRCROOT)/platform/cocoa/VideoFullscreenModelVideoElement.mm
 $(SRCROOT)/platform/cocoa/VideoToolboxSoftLink.cpp
+$(SRCROOT)/platform/cocoa/WebCoreAdditions.mm
 $(SRCROOT)/platform/cocoa/WebCoreNSErrorExtras.mm
 $(SRCROOT)/platform/encryptedmedia/CDMFactory.cpp
 $(SRCROOT)/platform/gamepad/cocoa/GameControllerGamepad.mm
@@ -2716,6 +2782,7 @@
 $(SRCROOT)/platform/graphics/Gradient.cpp
 $(SRCROOT)/platform/graphics/GradientImage.cpp
 $(SRCROOT)/platform/graphics/GraphicsContext.cpp
+$(SRCROOT)/platform/graphics/GraphicsContext3DManager.cpp
 $(SRCROOT)/platform/graphics/GraphicsContextImpl.cpp
 $(SRCROOT)/platform/graphics/GraphicsLayer.cpp
 $(SRCROOT)/platform/graphics/GraphicsLayerTransform.cpp
@@ -2779,6 +2846,7 @@
 $(SRCROOT)/platform/graphics/avfoundation/objc/MediaSampleAVFObjC.mm
 $(SRCROOT)/platform/graphics/avfoundation/objc/MediaSourcePrivateAVFObjC.mm
 $(SRCROOT)/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm
+$(SRCROOT)/platform/graphics/avfoundation/objc/VideoFullscreenLayerManagerObjC.mm
 $(SRCROOT)/platform/graphics/avfoundation/objc/VideoTrackPrivateAVFObjC.cpp
 $(SRCROOT)/platform/graphics/avfoundation/objc/VideoTrackPrivateMediaSourceAVFObjC.mm
 $(SRCROOT)/platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.mm
@@ -2805,6 +2873,7 @@
 $(SRCROOT)/platform/graphics/cg/IOSurfacePool.cpp
 $(SRCROOT)/platform/graphics/cg/ImageBufferCG.cpp
 $(SRCROOT)/platform/graphics/cg/ImageBufferDataCG.cpp
+$(SRCROOT)/platform/graphics/cg/ImageBufferUtilitiesCG.cpp
 $(SRCROOT)/platform/graphics/cg/ImageDecoderCG.cpp
 $(SRCROOT)/platform/graphics/cg/ImageSourceCGMac.mm
 $(SRCROOT)/platform/graphics/cg/IntPointCG.cpp
@@ -2836,6 +2905,7 @@
 $(SRCROOT)/platform/graphics/cocoa/WebCoreCALayerExtras.mm
 $(SRCROOT)/platform/graphics/cocoa/WebCoreDecompressionSession.mm
 $(SRCROOT)/platform/graphics/cocoa/WebGLLayer.mm
+$(SRCROOT)/platform/graphics/cocoa/WebGPULayer.mm
 $(SRCROOT)/platform/graphics/cocoa/WebMetalLayer.mm
 $(SRCROOT)/platform/graphics/cpu/arm/filters/FELightingNEON.cpp
 $(SRCROOT)/platform/graphics/cv/ImageTransferSessionVT.mm
@@ -2871,12 +2941,18 @@
 $(SRCROOT)/platform/graphics/filters/SourceAlpha.cpp
 $(SRCROOT)/platform/graphics/filters/SourceGraphic.cpp
 $(SRCROOT)/platform/graphics/filters/SpotLightSource.cpp
+$(SRCROOT)/platform/graphics/gpu/GPUBindGroup.cpp
 $(SRCROOT)/platform/graphics/gpu/GPUDevice.cpp
+$(SRCROOT)/platform/graphics/gpu/GPUPipelineLayout.cpp
 $(SRCROOT)/platform/graphics/gpu/Texture.cpp
 $(SRCROOT)/platform/graphics/gpu/TilingData.cpp
+$(SRCROOT)/platform/graphics/gpu/cocoa/GPUBindGroupLayoutMetal.mm
+$(SRCROOT)/platform/graphics/gpu/cocoa/GPUBufferMetal.mm
 $(SRCROOT)/platform/graphics/gpu/cocoa/GPUCommandBufferMetal.mm
 $(SRCROOT)/platform/graphics/gpu/cocoa/GPUDeviceMetal.mm
+$(SRCROOT)/platform/graphics/gpu/cocoa/GPUProgrammablePassEncoderMetal.mm
 $(SRCROOT)/platform/graphics/gpu/cocoa/GPUQueueMetal.mm
+$(SRCROOT)/platform/graphics/gpu/cocoa/GPURenderPassEncoderMetal.mm
 $(SRCROOT)/platform/graphics/gpu/cocoa/GPURenderPipelineMetal.mm
 $(SRCROOT)/platform/graphics/gpu/cocoa/GPUShaderModuleMetal.mm
 $(SRCROOT)/platform/graphics/gpu/cocoa/GPUSwapChainMetal.mm
@@ -2950,6 +3026,7 @@
 $(SRCROOT)/platform/graphics/mac/IntSizeMac.mm
 $(SRCROOT)/platform/graphics/mac/PDFDocumentImageMac.mm
 $(SRCROOT)/platform/graphics/mac/SimpleFontDataCoreText.cpp
+$(SRCROOT)/platform/graphics/mac/SwitchingGPUClient.cpp
 $(SRCROOT)/platform/graphics/mac/WebKitNSImageExtras.mm
 $(SRCROOT)/platform/graphics/mac/WebLayer.mm
 $(SRCROOT)/platform/graphics/opengl/Extensions3DOpenGL.cpp
@@ -3028,6 +3105,7 @@
 $(SRCROOT)/platform/mac/FileSystemMac.mm
 $(SRCROOT)/platform/mac/KeyEventMac.mm
 $(SRCROOT)/platform/mac/LocalCurrentGraphicsContext.mm
+$(SRCROOT)/platform/mac/LocalDefaultSystemAppearance.mm
 $(SRCROOT)/platform/mac/LoggingMac.mm
 $(SRCROOT)/platform/mac/MediaRemoteSoftLink.cpp
 $(SRCROOT)/platform/mac/NSScrollerImpDetails.mm
@@ -3051,7 +3129,6 @@
 $(SRCROOT)/platform/mac/SuddenTermination.mm
 $(SRCROOT)/platform/mac/ThemeMac.mm
 $(SRCROOT)/platform/mac/ThreadCheck.mm
-$(SRCROOT)/platform/mac/URLMac.mm
 $(SRCROOT)/platform/mac/UserActivityMac.mm
 $(SRCROOT)/platform/mac/UserAgentMac.mm
 $(SRCROOT)/platform/mac/ValidationBubbleMac.mm
@@ -3067,7 +3144,9 @@
 $(SRCROOT)/platform/mac/WebPlaybackControlsManager.mm
 $(SRCROOT)/platform/mac/WidgetMac.mm
 $(SRCROOT)/platform/mediacapabilities/MediaEngineConfigurationFactory.cpp
+$(SRCROOT)/platform/mediarecorder/MediaRecorderPrivateAVFImpl.cpp
 $(SRCROOT)/platform/mediarecorder/MediaRecorderPrivateMock.cpp
+$(SRCROOT)/platform/mediarecorder/cocoa/MediaRecorderPrivateWriterCocoa.mm
 $(SRCROOT)/platform/mediasession/mac/MediaSessionInterruptionProviderMac.mm
 $(SRCROOT)/platform/mediastream/CaptureDeviceManager.cpp
 $(SRCROOT)/platform/mediastream/MediaConstraints.cpp
@@ -3255,7 +3334,6 @@
 $(SRCROOT)/rendering/InlineTextBox.cpp
 $(SRCROOT)/rendering/LayoutDisallowedScope.cpp
 $(SRCROOT)/rendering/LayoutRepainter.cpp
-$(SRCROOT)/rendering/LayoutState.cpp
 $(SRCROOT)/rendering/MarkedText.cpp
 $(SRCROOT)/rendering/OrderIterator.cpp
 $(SRCROOT)/rendering/PointerEventsHitRules.cpp
@@ -3294,6 +3372,7 @@
 $(SRCROOT)/rendering/RenderLayerCompositor.cpp
 $(SRCROOT)/rendering/RenderLayerFilters.cpp
 $(SRCROOT)/rendering/RenderLayerModelObject.cpp
+$(SRCROOT)/rendering/RenderLayoutState.cpp
 $(SRCROOT)/rendering/RenderLineBoxList.cpp
 $(SRCROOT)/rendering/RenderLineBreak.cpp
 $(SRCROOT)/rendering/RenderListBox.cpp
@@ -3670,6 +3749,7 @@
 $(SRCROOT)/svg/graphics/filters/SVGFilterBuilder.cpp
 $(SRCROOT)/svg/properties/SVGAnimatedPathSegListPropertyTearOff.cpp
 $(SRCROOT)/svg/properties/SVGAnimatedProperty.cpp
+$(SRCROOT)/svg/properties/SVGAttributeOwnerProxy.cpp
 $(SRCROOT)/workers/AbstractWorker.cpp
 $(SRCROOT)/workers/DedicatedWorkerGlobalScope.cpp
 $(SRCROOT)/workers/DedicatedWorkerThread.cpp

Modified: trunk/Source/WebCore/UnifiedSources-output.xcfilelist (240506 => 240507)


--- trunk/Source/WebCore/UnifiedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebCore/UnifiedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/unified-sources/UnifiedSource1-mm.mm
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/unified-sources/UnifiedSource1.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/unified-sources/UnifiedSource10-mm.mm

Modified: trunk/Source/WebKit/ChangeLog (240506 => 240507)


--- trunk/Source/WebKit/ChangeLog	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebKit/ChangeLog	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,20 @@
+2019-01-25  Keith Rollin  <[email protected]>
+
+        Update existing .xcfilelists
+        https://bugs.webkit.org/show_bug.cgi?id=193791
+        <rdar://problem/47201706>
+
+        Reviewed by Alex Christensen.
+
+        Many .xcfilelist files were added in r238824 in order to support
+        XCBuild. Update these with recent changes to the set of build files
+        and with the current generate-xcfilelist script.
+
+        * DerivedSources-input.xcfilelist:
+        * DerivedSources-output.xcfilelist:
+        * UnifiedSources-input.xcfilelist:
+        * UnifiedSources-output.xcfilelist:
+
 2019-01-25  Per Arne Vollan  <[email protected]>
 
         [iOS] Deny mach lookups to services not used.

Modified: trunk/Source/WebKit/DerivedSources-input.xcfilelist (240506 => 240507)


--- trunk/Source/WebKit/DerivedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebKit/DerivedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,7 @@
+# This file is generated by the generate-xcfilelists script.
+$(BUILT_PRODUCTS_DIR)//usr/local/include/WebKitAdditions/HTTPSUpgradeList.txt
+$(BUILT_PRODUCTS_DIR)//usr/local/include/WebKitAdditions/WebPaymentCoordinatorProxyAdditions.messages.in
+$(BUILT_PRODUCTS_DIR)//usr/local/include/WebKitAdditions/WebPreferencesAdditions.yaml
 $(_javascript_CORE_PRIVATE_HEADERS_DIR)/cpp_generator.py
 $(_javascript_CORE_PRIVATE_HEADERS_DIR)/cpp_generator_templates.py
 $(_javascript_CORE_PRIVATE_HEADERS_DIR)/generate-inspector-protocol-bindings.py
@@ -40,6 +44,7 @@
 $(PROJECT_DIR)/Scripts/PreferencesTemplates/WebPreferencesKeys.cpp.erb
 $(PROJECT_DIR)/Scripts/PreferencesTemplates/WebPreferencesKeys.h.erb
 $(PROJECT_DIR)/Scripts/PreferencesTemplates/WebPreferencesStoreDefaultsMap.cpp.erb
+$(PROJECT_DIR)/Scripts/generate-https-upgrade-database.sh
 $(PROJECT_DIR)/Scripts/generate-message-receiver.py
 $(PROJECT_DIR)/Scripts/generate-messages-header.py
 $(PROJECT_DIR)/Scripts/webkit/__init__.py

Modified: trunk/Source/WebKit/DerivedSources-output.xcfilelist (240506 => 240507)


--- trunk/Source/WebKit/DerivedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebKit/DerivedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/AuthenticationManagerMessages.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/AutomationBackendDispatchers.cpp
@@ -20,6 +21,7 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/EditableImageControllerMessages.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/EventDispatcherMessageReceiver.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/EventDispatcherMessages.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/HTTPSUpgradeList.db
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/LegacyCustomProtocolManagerMessageReceiver.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/LegacyCustomProtocolManagerMessages.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/LegacyCustomProtocolManagerProxyMessageReceiver.cpp
@@ -152,8 +154,11 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPasteboardProxyMessages.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPaymentCoordinatorMessageReceiver.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPaymentCoordinatorMessages.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPaymentCoordinatorProxyAdditionsMessageReceiver.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPaymentCoordinatorProxyAdditionsMessages.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPaymentCoordinatorProxyMessageReceiver.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPaymentCoordinatorProxyMessages.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPreferencesCombined.yaml
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPreferencesDefinitions.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPreferencesExperimentalFeatures.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/WebPreferencesInternalDebugFeatures.cpp

Modified: trunk/Source/WebKit/UnifiedSources-input.xcfilelist (240506 => 240507)


--- trunk/Source/WebKit/UnifiedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebKit/UnifiedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/EditableImageControllerMessageReceiver.cpp
 $(SRCROOT)/NetworkProcess/Classifier/ResourceLoadStatisticsMemoryStore.cpp
 $(SRCROOT)/NetworkProcess/Classifier/ResourceLoadStatisticsPersistentStorage.cpp
@@ -20,6 +21,7 @@
 $(SRCROOT)/NetworkProcess/NetworkContentRuleListManager.cpp
 $(SRCROOT)/NetworkProcess/NetworkDataTask.cpp
 $(SRCROOT)/NetworkProcess/NetworkDataTaskBlob.cpp
+$(SRCROOT)/NetworkProcess/NetworkHTTPSUpgradeChecker.cpp
 $(SRCROOT)/NetworkProcess/NetworkLoad.cpp
 $(SRCROOT)/NetworkProcess/NetworkLoadChecker.cpp
 $(SRCROOT)/NetworkProcess/NetworkProcess.cpp
@@ -28,6 +30,7 @@
 $(SRCROOT)/NetworkProcess/NetworkResourceLoadParameters.cpp
 $(SRCROOT)/NetworkProcess/NetworkResourceLoader.cpp
 $(SRCROOT)/NetworkProcess/NetworkSession.cpp
+$(SRCROOT)/NetworkProcess/NetworkSessionCreationParameters.cpp
 $(SRCROOT)/NetworkProcess/NetworkSocketStream.cpp
 $(SRCROOT)/NetworkProcess/PingLoad.cpp
 $(SRCROOT)/NetworkProcess/PreconnectTask.cpp
@@ -52,12 +55,6 @@
 $(SRCROOT)/NetworkProcess/cache/NetworkCacheStatistics.cpp
 $(SRCROOT)/NetworkProcess/cache/NetworkCacheStorage.cpp
 $(SRCROOT)/NetworkProcess/cache/NetworkCacheSubresourcesEntry.cpp
-$(SRCROOT)/NetworkProcess/capture/NetworkCaptureEvent.cpp
-$(SRCROOT)/NetworkProcess/capture/NetworkCaptureManager.cpp
-$(SRCROOT)/NetworkProcess/capture/NetworkCaptureRecorder.cpp
-$(SRCROOT)/NetworkProcess/capture/NetworkCaptureReplayer.cpp
-$(SRCROOT)/NetworkProcess/capture/NetworkCaptureResource.cpp
-$(SRCROOT)/NetworkProcess/capture/NetworkDataTaskReplay.cpp
 $(SRCROOT)/NetworkProcess/cocoa/NetworkActivityTrackerCocoa.mm
 $(SRCROOT)/NetworkProcess/cocoa/NetworkDataTaskCocoa.mm
 $(SRCROOT)/NetworkProcess/cocoa/NetworkProcessCocoa.mm
@@ -93,6 +90,7 @@
 $(SRCROOT)/Platform/classifier/cocoa/ResourceLoadStatisticsClassifierCocoa.cpp
 $(SRCROOT)/Platform/cocoa/SharedMemoryCocoa.cpp
 $(SRCROOT)/Platform/cocoa/WKCrashReporter.mm
+$(SRCROOT)/Platform/cocoa/WebKitAdditions.mm
 $(SRCROOT)/Platform/foundation/LoggingFoundation.mm
 $(SRCROOT)/Platform/ios/AccessibilityIOS.mm
 $(SRCROOT)/Platform/mac/LayerHostingContext.mm
@@ -201,6 +199,7 @@
 $(SRCROOT)/Shared/EditorState.cpp
 $(SRCROOT)/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm
 $(SRCROOT)/Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm
+$(SRCROOT)/Shared/FocusedElementInformation.cpp
 $(SRCROOT)/Shared/FontInfo.cpp
 $(SRCROOT)/Shared/FrameInfoData.cpp
 $(SRCROOT)/Shared/Gamepad/GamepadData.cpp
@@ -207,6 +206,7 @@
 $(SRCROOT)/Shared/LayerTreeContext.cpp
 $(SRCROOT)/Shared/LoadParameters.cpp
 $(SRCROOT)/Shared/NavigationActionData.cpp
+$(SRCROOT)/Shared/PersistencyUtils.cpp
 $(SRCROOT)/Shared/PlatformPopupMenuData.cpp
 $(SRCROOT)/Shared/Plugins/NPIdentifierData.cpp
 $(SRCROOT)/Shared/Plugins/NPObjectMessageReceiver.cpp
@@ -488,8 +488,10 @@
 $(SRCROOT)/UIProcess/Cocoa/DownloadClient.mm
 $(SRCROOT)/UIProcess/Cocoa/FindClient.mm
 $(SRCROOT)/UIProcess/Cocoa/FullscreenClient.mm
+$(SRCROOT)/UIProcess/Cocoa/GlobalFindInPageState.mm
 $(SRCROOT)/UIProcess/Cocoa/IconLoadingDelegate.mm
 $(SRCROOT)/UIProcess/Cocoa/LegacyCustomProtocolManagerClient.mm
+$(SRCROOT)/UIProcess/Cocoa/MediaCaptureUtilities.mm
 $(SRCROOT)/UIProcess/Cocoa/NavigationState.mm
 $(SRCROOT)/UIProcess/Cocoa/PageClientImplCocoa.mm
 $(SRCROOT)/UIProcess/Cocoa/PlaybackSessionManagerProxy.mm
@@ -502,6 +504,8 @@
 $(SRCROOT)/UIProcess/Cocoa/VersionChecks.mm
 $(SRCROOT)/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm
 $(SRCROOT)/UIProcess/Cocoa/ViewGestureController.cpp
+$(SRCROOT)/UIProcess/Cocoa/WKEditCommand.mm
+$(SRCROOT)/UIProcess/Cocoa/WKFullKeyboardAccessWatcher.mm
 $(SRCROOT)/UIProcess/Cocoa/WKReloadFrameErrorRecoveryAttempter.mm
 $(SRCROOT)/UIProcess/Cocoa/WKWebViewContentProviderRegistry.mm
 $(SRCROOT)/UIProcess/Cocoa/WebMemoryPressureHandlerCocoa.mm
@@ -544,6 +548,7 @@
 $(SRCROOT)/UIProcess/Plugins/mac/PluginProcessProxyMac.mm
 $(SRCROOT)/UIProcess/ProcessAssertion.cpp
 $(SRCROOT)/UIProcess/ProcessThrottler.cpp
+$(SRCROOT)/UIProcess/ProvisionalPageProxy.cpp
 $(SRCROOT)/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm
 $(SRCROOT)/UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm
 $(SRCROOT)/UIProcess/RemoteLayerTree/RemoteLayerTreeNode.mm
@@ -552,8 +557,12 @@
 $(SRCROOT)/UIProcess/RemoteLayerTree/RemoteScrollingTree.cpp
 $(SRCROOT)/UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm
 $(SRCROOT)/UIProcess/RemoteLayerTree/ios/RemoteScrollingCoordinatorProxyIOS.mm
+$(SRCROOT)/UIProcess/RemoteLayerTree/ios/ScrollingTreeFrameScrollingNodeRemoteIOS.mm
 $(SRCROOT)/UIProcess/RemoteLayerTree/ios/ScrollingTreeOverflowScrollingNodeIOS.mm
 $(SRCROOT)/UIProcess/RemoteLayerTree/ios/ScrollingTreeScrollingNodeDelegateIOS.mm
+$(SRCROOT)/UIProcess/RemoteLayerTree/mac/ScrollerMac.mm
+$(SRCROOT)/UIProcess/RemoteLayerTree/mac/ScrollerPairMac.mm
+$(SRCROOT)/UIProcess/RemoteLayerTree/mac/ScrollingTreeFrameScrollingNodeRemoteMac.cpp
 $(SRCROOT)/UIProcess/RemoteWebInspectorProxy.cpp
 $(SRCROOT)/UIProcess/ResponsivenessTimer.cpp
 $(SRCROOT)/UIProcess/ServiceWorkerProcessProxy.cpp
@@ -585,6 +594,9 @@
 $(SRCROOT)/UIProcess/WebAuthentication/Mock/MockLocalConnection.mm
 $(SRCROOT)/UIProcess/WebAuthentication/Mock/MockLocalService.mm
 $(SRCROOT)/UIProcess/WebAuthentication/WebAuthenticatorCoordinatorProxy.cpp
+$(SRCROOT)/UIProcess/WebAuthentication/fido/CtapHidAuthenticator.cpp
+$(SRCROOT)/UIProcess/WebAuthentication/fido/CtapHidDriver.cpp
+$(SRCROOT)/UIProcess/WebAuthentication/fido/U2fHidAuthenticator.cpp
 $(SRCROOT)/UIProcess/WebBackForwardList.cpp
 $(SRCROOT)/UIProcess/WebColorPicker.cpp
 $(SRCROOT)/UIProcess/WebConnectionToWebProcess.cpp
@@ -632,11 +644,13 @@
 $(SRCROOT)/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm
 $(SRCROOT)/UIProcess/WebsiteData/WebsiteDataRecord.cpp
 $(SRCROOT)/UIProcess/WebsiteData/WebsiteDataStore.cpp
+$(SRCROOT)/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp
 $(SRCROOT)/UIProcess/_WKWebViewPrintFormatter.mm
 $(SRCROOT)/UIProcess/ios/DragDropInteractionState.mm
 $(SRCROOT)/UIProcess/ios/EditableImageController.mm
 $(SRCROOT)/UIProcess/ios/InputViewUpdateDeferrer.mm
 $(SRCROOT)/UIProcess/ios/PageClientImplIOS.mm
+$(SRCROOT)/UIProcess/ios/PencilKitSoftLink.mm
 $(SRCROOT)/UIProcess/ios/ProcessAssertionIOS.mm
 $(SRCROOT)/UIProcess/ios/ResourceLoadStatisticsPersistentStorageIOS.mm
 $(SRCROOT)/UIProcess/ios/SmartMagnificationController.mm
@@ -647,9 +661,12 @@
 $(SRCROOT)/UIProcess/ios/WKApplicationStateTrackingView.mm
 $(SRCROOT)/UIProcess/ios/WKContentView.mm
 $(SRCROOT)/UIProcess/ios/WKContentViewInteraction.mm
+$(SRCROOT)/UIProcess/ios/WKDrawingCoordinator.mm
 $(SRCROOT)/UIProcess/ios/WKDrawingView.mm
 $(SRCROOT)/UIProcess/ios/WKGeolocationProviderIOS.mm
 $(SRCROOT)/UIProcess/ios/WKGeolocationProviderIOSObjCSecurityOrigin.mm
+$(SRCROOT)/UIProcess/ios/WKInkPickerControl.mm
+$(SRCROOT)/UIProcess/ios/WKInkPickerView.mm
 $(SRCROOT)/UIProcess/ios/WKInspectorNodeSearchGestureRecognizer.mm
 $(SRCROOT)/UIProcess/ios/WKKeyboardScrollingAnimator.mm
 $(SRCROOT)/UIProcess/ios/WKLegacyPDFView.mm
@@ -696,7 +713,6 @@
 $(SRCROOT)/UIProcess/mac/TiledCoreAnimationDrawingAreaProxy.mm
 $(SRCROOT)/UIProcess/mac/ViewGestureControllerMac.mm
 $(SRCROOT)/UIProcess/mac/ViewSnapshotStore.mm
-$(SRCROOT)/UIProcess/mac/WKFullKeyboardAccessWatcher.mm
 $(SRCROOT)/UIProcess/mac/WKFullScreenWindowController.mm
 $(SRCROOT)/UIProcess/mac/WKImmediateActionController.mm
 $(SRCROOT)/UIProcess/mac/WKInspectorViewController.mm
@@ -884,6 +900,7 @@
 $(SRCROOT)/WebProcess/WebPage/WKAccessibilityWebPageObjectIOS.mm
 $(SRCROOT)/WebProcess/WebPage/WebBackForwardListProxy.cpp
 $(SRCROOT)/WebProcess/WebPage/WebContextMenu.cpp
+$(SRCROOT)/WebProcess/WebPage/WebCookieJar.cpp
 $(SRCROOT)/WebProcess/WebPage/WebDocumentLoader.cpp
 $(SRCROOT)/WebProcess/WebPage/WebFrame.cpp
 $(SRCROOT)/WebProcess/WebPage/WebInspector.cpp

Modified: trunk/Source/WebKit/UnifiedSources-output.xcfilelist (240506 => 240507)


--- trunk/Source/WebKit/UnifiedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Source/WebKit/UnifiedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/unified-sources/UnifiedSource1-mm.mm
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/unified-sources/UnifiedSource1.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit2/unified-sources/UnifiedSource10-mm.mm

Modified: trunk/Tools/ChangeLog (240506 => 240507)


--- trunk/Tools/ChangeLog	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Tools/ChangeLog	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,5 +1,22 @@
 2019-01-25  Keith Rollin  <[email protected]>
 
+        Update existing .xcfilelists
+        https://bugs.webkit.org/show_bug.cgi?id=193791
+        <rdar://problem/47201706>
+
+        Reviewed by Alex Christensen.
+
+        Many .xcfilelist files were added in r238824 in order to support
+        XCBuild. Update these with recent changes to the set of build files
+        and with the current generate-xcfilelist script.
+
+        * DumpRenderTree/DerivedSources-input.xcfilelist:
+        * DumpRenderTree/DerivedSources-output.xcfilelist:
+        * WebKitTestRunner/DerivedSources-input.xcfilelist:
+        * WebKitTestRunner/DerivedSources-output.xcfilelist:
+
+2019-01-25  Keith Rollin  <[email protected]>
+
         Fix missing dependencies in extract-dependencies-from-makefile
         https://bugs.webkit.org/show_bug.cgi?id=193783
         <rdar://problem/47201571>

Modified: trunk/Tools/DumpRenderTree/DerivedSources-input.xcfilelist (240506 => 240507)


--- trunk/Tools/DumpRenderTree/DerivedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Tools/DumpRenderTree/DerivedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(PROJECT_DIR)/../TestRunnerShared/UIScriptContext/Bindings/UIScriptController.idl
 $(PROJECT_DIR)/Bindings/CodeGeneratorDumpRenderTree.pm
 $(WEBCORE_PRIVATE_HEADERS_DIR)/CodeGenerator.pm

Modified: trunk/Tools/DumpRenderTree/DerivedSources-output.xcfilelist (240506 => 240507)


--- trunk/Tools/DumpRenderTree/DerivedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Tools/DumpRenderTree/DerivedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,2 +1,3 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/DumpRenderTree/JSUIScriptController.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/DumpRenderTree/JSUIScriptController.h

Modified: trunk/Tools/WebKitTestRunner/DerivedSources-input.xcfilelist (240506 => 240507)


--- trunk/Tools/WebKitTestRunner/DerivedSources-input.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Tools/WebKitTestRunner/DerivedSources-input.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(PROJECT_DIR)/../TestRunnerShared/UIScriptContext/Bindings/UIScriptController.idl
 $(PROJECT_DIR)/InjectedBundle/Bindings/AccessibilityController.idl
 $(PROJECT_DIR)/InjectedBundle/Bindings/AccessibilityTextMarker.idl

Modified: trunk/Tools/WebKitTestRunner/DerivedSources-output.xcfilelist (240506 => 240507)


--- trunk/Tools/WebKitTestRunner/DerivedSources-output.xcfilelist	2019-01-25 22:05:09 UTC (rev 240506)
+++ trunk/Tools/WebKitTestRunner/DerivedSources-output.xcfilelist	2019-01-25 22:16:57 UTC (rev 240507)
@@ -1,3 +1,4 @@
+# This file is generated by the generate-xcfilelists script.
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKitTestRunner/JSAccessibilityController.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKitTestRunner/JSAccessibilityController.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKitTestRunner/JSAccessibilityTextMarker.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to