Title: [235709] trunk/Source/WebKit
Revision
235709
Author
ddkil...@apple.com
Date
2018-09-05 14:57:28 -0700 (Wed, 05 Sep 2018)

Log Message

REGRESSION (r204222): UIProces/Gamepad/mac is missing in WebKit Xcode project

Found using `tidy-Xcode-project-file --missing` (see Bug
188754). Fixes applied manually.

* WebKit.xcodeproj/project.pbxproj:
(UIProces/Gamepad/mac): Fix path to "mac" directory, then remove
its now-redundant name.
(UIGamepadProviderMac.mm): Change path to be relative to its
group after the above change.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235708 => 235709)


--- trunk/Source/WebKit/ChangeLog	2018-09-05 21:57:25 UTC (rev 235708)
+++ trunk/Source/WebKit/ChangeLog	2018-09-05 21:57:28 UTC (rev 235709)
@@ -1,5 +1,18 @@
 2018-09-05  David Kilzer  <ddkil...@apple.com>
 
+        REGRESSION (r204222): UIProces/Gamepad/mac is missing in WebKit Xcode project
+
+        Found using `tidy-Xcode-project-file --missing` (see Bug
+        188754). Fixes applied manually.
+
+        * WebKit.xcodeproj/project.pbxproj:
+        (UIProces/Gamepad/mac): Fix path to "mac" directory, then remove
+        its now-redundant name.
+        (UIGamepadProviderMac.mm): Change path to be relative to its
+        group after the above change.
+
+2018-09-05  David Kilzer  <ddkil...@apple.com>
+
         REGRESSION (r143543): PluginProcess/EntryPoint/XPCService/PluginService is missing in WebKit Xcode project
 
         Found using `tidy-Xcode-project-file --missing` (see Bug

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (235708 => 235709)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:57:25 UTC (rev 235708)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:57:28 UTC (rev 235709)
@@ -3422,7 +3422,7 @@
 		515BE1AD1D555C5100DD7C68 /* UIGamepad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIGamepad.h; sourceTree = "<group>"; };
 		515BE1B01D59006900DD7C68 /* GamepadData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GamepadData.h; sourceTree = "<group>"; };
 		515BE1B11D5902B600DD7C68 /* GamepadData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GamepadData.cpp; sourceTree = "<group>"; };
-		515BE1B61D5A94F900DD7C68 /* UIGamepadProviderMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = UIGamepadProviderMac.mm; path = UIProcess/Gamepad/mac/UIGamepadProviderMac.mm; sourceTree = SOURCE_ROOT; };
+		515BE1B61D5A94F900DD7C68 /* UIGamepadProviderMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = UIGamepadProviderMac.mm; sourceTree = "<group>"; };
 		515C415A207D74E000726E02 /* SuspendedPageProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SuspendedPageProxy.cpp; sourceTree = "<group>"; };
 		515C415B207D74E100726E02 /* SuspendedPageProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SuspendedPageProxy.h; sourceTree = "<group>"; };
 		515E7725183DD6F60007203F /* AsyncRequest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AsyncRequest.cpp; sourceTree = "<group>"; };
@@ -6748,8 +6748,7 @@
 			children = (
 				515BE1B61D5A94F900DD7C68 /* UIGamepadProviderMac.mm */,
 			);
-			name = mac;
-			path = UIProcess/Gamepad/mac;
+			path = mac;
 			sourceTree = "<group>";
 		};
 		515BE1AE1D59003400DD7C68 /* Gamepad */ = {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to