Title: [291684] trunk/Source/WebKit
Revision
291684
Author
you...@apple.com
Date
2022-03-22 11:49:26 -0700 (Tue, 22 Mar 2022)

Log Message

LibWebRTCCodecsProxy.mm and SharedVideoFrame.cpp do not need to be built as part of WebContent executable
https://bugs.webkit.org/show_bug.cgi?id=238002

Reviewed by Eric Carlson.

* WebKit.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (291683 => 291684)


--- trunk/Source/WebKit/ChangeLog	2022-03-22 18:37:26 UTC (rev 291683)
+++ trunk/Source/WebKit/ChangeLog	2022-03-22 18:49:26 UTC (rev 291684)
@@ -1,3 +1,12 @@
+2022-03-22  Youenn Fablet  <you...@apple.com>
+
+        LibWebRTCCodecsProxy.mm and SharedVideoFrame.cpp do not need to be built as part of WebContent executable
+        https://bugs.webkit.org/show_bug.cgi?id=238002
+
+        Reviewed by Eric Carlson.
+
+        * WebKit.xcodeproj/project.pbxproj:
+
 2022-03-22  Per Arne Vollan  <pvol...@apple.com>
 
         Enable content filtering in the Network process

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (291683 => 291684)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2022-03-22 18:37:26 UTC (rev 291683)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2022-03-22 18:49:26 UTC (rev 291684)
@@ -846,8 +846,6 @@
 		413075B01DE85F580039EC69 /* WebRTCMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 413075A31DE85EE70039EC69 /* WebRTCMonitor.h */; };
 		413075B21DE85F580039EC69 /* LibWebRTCSocketFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 413075A61DE85EE70039EC69 /* LibWebRTCSocketFactory.h */; };
 		413075B41DE85F580039EC69 /* LibWebRTCProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 413075A81DE85EE70039EC69 /* LibWebRTCProvider.h */; };
-		413C541A27C67C39002FCDA8 /* LibWebRTCCodecsProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41E0A7C823B6397900561060 /* LibWebRTCCodecsProxy.mm */; };
-		413C542527CCB7CE002FCDA8 /* SharedVideoFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41DC04F927A816BB008CF968 /* SharedVideoFrame.cpp */; };
 		4176901422FDD41B00B1576D /* NetworkRTCProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4176901322FDD41B00B1576D /* NetworkRTCProvider.mm */; };
 		417915AF2256BB7500D6F97E /* WebSocketChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 417915AD2256BB7400D6F97E /* WebSocketChannel.h */; };
 		417915B12256C0D600D6F97E /* WebSocketChannelManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 417915B02256C0D600D6F97E /* WebSocketChannelManager.h */; };
@@ -16284,8 +16282,6 @@
 			buildActionMask = 2147483647;
 			files = (
 				5CE912102293C277005BEC78 /* AuxiliaryProcessMain.cpp in Sources */,
-				413C541A27C67C39002FCDA8 /* LibWebRTCCodecsProxy.mm in Sources */,
-				413C542527CCB7CE002FCDA8 /* SharedVideoFrame.cpp in Sources */,
 				5C9A9111228F69CC005C5B17 /* XPCServiceMain.mm in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to