Changeset 235709 in webkit
- Timestamp:
- Sep 5, 2018, 2:57:28 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r235708 r235709 1 2018-09-05 David Kilzer <ddkilzer@apple.com> 2 3 REGRESSION (r204222): UIProces/Gamepad/mac is missing in WebKit Xcode project 4 5 Found using `tidy-Xcode-project-file --missing` (see Bug 6 188754). Fixes applied manually. 7 8 * WebKit.xcodeproj/project.pbxproj: 9 (UIProces/Gamepad/mac): Fix path to "mac" directory, then remove 10 its now-redundant name. 11 (UIGamepadProviderMac.mm): Change path to be relative to its 12 group after the above change. 13 1 14 2018-09-05 David Kilzer <ddkilzer@apple.com> 2 15 -
trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj
r235708 r235709 3423 3423 515BE1B01D59006900DD7C68 /* GamepadData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GamepadData.h; sourceTree = "<group>"; }; 3424 3424 515BE1B11D5902B600DD7C68 /* GamepadData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GamepadData.cpp; sourceTree = "<group>"; }; 3425 515BE1B61D5A94F900DD7C68 /* UIGamepadProviderMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = UIGamepadProviderMac.mm; path = UIProcess/Gamepad/mac/UIGamepadProviderMac.mm; sourceTree = SOURCE_ROOT; };3425 515BE1B61D5A94F900DD7C68 /* UIGamepadProviderMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = UIGamepadProviderMac.mm; sourceTree = "<group>"; }; 3426 3426 515C415A207D74E000726E02 /* SuspendedPageProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SuspendedPageProxy.cpp; sourceTree = "<group>"; }; 3427 3427 515C415B207D74E100726E02 /* SuspendedPageProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SuspendedPageProxy.h; sourceTree = "<group>"; }; … … 6749 6749 515BE1B61D5A94F900DD7C68 /* UIGamepadProviderMac.mm */, 6750 6750 ); 6751 name = mac; 6752 path = UIProcess/Gamepad/mac; 6751 path = mac; 6753 6752 sourceTree = "<group>"; 6754 6753 };
Note:
See TracChangeset
for help on using the changeset viewer.