Title: [241111] trunk/Source/WebCore
Revision
241111
Author
krol...@apple.com
Date
2019-02-06 16:42:18 -0800 (Wed, 06 Feb 2019)

Log Message

Update .xcfilelist files

Unreviewed build fix.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (241110 => 241111)


--- trunk/Source/WebCore/ChangeLog	2019-02-07 00:31:56 UTC (rev 241110)
+++ trunk/Source/WebCore/ChangeLog	2019-02-07 00:42:18 UTC (rev 241111)
@@ -1,3 +1,12 @@
+2019-02-06  Keith Rollin  <krol...@apple.com>
+
+        Update .xcfilelist files
+
+        Unreviewed build fix.
+
+        * DerivedSources-input.xcfilelist:
+        * DerivedSources-output.xcfilelist:
+
 2019-02-06  Devin Rousso  <drou...@apple.com>
 
         Web Inspector: DOM: don't send the entire function string with each event listener

Modified: trunk/Source/WebCore/DerivedSources-input.xcfilelist (241110 => 241111)


--- trunk/Source/WebCore/DerivedSources-input.xcfilelist	2019-02-07 00:31:56 UTC (rev 241110)
+++ trunk/Source/WebCore/DerivedSources-input.xcfilelist	2019-02-07 00:42:18 UTC (rev 241111)
@@ -323,7 +323,12 @@
 $(PROJECT_DIR)/Modules/webgpu/DOMWindowWebGPU.idl
 $(PROJECT_DIR)/Modules/webgpu/GPUCompareFunction.idl
 $(PROJECT_DIR)/Modules/webgpu/GPUDepthStencilStateDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/GPUExtent3D.idl
 $(PROJECT_DIR)/Modules/webgpu/GPURequestAdapterOptions.idl
+$(PROJECT_DIR)/Modules/webgpu/GPUTextureDescriptor.idl
+$(PROJECT_DIR)/Modules/webgpu/GPUTextureDimension.idl
+$(PROJECT_DIR)/Modules/webgpu/GPUTextureFormat.idl
+$(PROJECT_DIR)/Modules/webgpu/GPUTextureUsage.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPU.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUAdapter.idl
 $(PROJECT_DIR)/Modules/webgpu/WebGPUAdapterDescriptor.idl
@@ -1065,6 +1070,7 @@
 $(PROJECT_DIR)/testing/MockContentFilterSettings.idl
 $(PROJECT_DIR)/testing/MockPageOverlay.idl
 $(PROJECT_DIR)/testing/MockPaymentAddress.idl
+$(PROJECT_DIR)/testing/MockPaymentContactFields.idl
 $(PROJECT_DIR)/testing/MockPaymentCoordinator.idl
 $(PROJECT_DIR)/testing/MockPaymentError.idl
 $(PROJECT_DIR)/testing/ServiceWorkerInternals.idl

Modified: trunk/Source/WebCore/DerivedSources-output.xcfilelist (241110 => 241111)


--- trunk/Source/WebCore/DerivedSources-output.xcfilelist	2019-02-07 00:31:56 UTC (rev 241110)
+++ trunk/Source/WebCore/DerivedSources-output.xcfilelist	2019-02-07 00:42:18 UTC (rev 241111)
@@ -582,8 +582,18 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUCompareFunction.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUDepthStencilStateDescriptor.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUDepthStencilStateDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUExtent3D.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUExtent3D.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPURequestAdapterOptions.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPURequestAdapterOptions.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureDescriptor.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureDescriptor.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureDimension.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureDimension.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureFormat.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureFormat.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureUsage.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUTextureUsage.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGainNode.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGainNode.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGamepad.cpp
@@ -954,6 +964,8 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPageOverlay.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPaymentAddress.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPaymentAddress.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPaymentContactFields.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPaymentContactFields.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPaymentCoordinator.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPaymentCoordinator.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSMockPaymentError.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to