Changeset 235709 in webkit


Ignore:
Timestamp:
Sep 5, 2018, 2:57:28 PM (7 years ago)
Author:
ddkilzer@apple.com
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.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r235708 r235709  
     12018-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
    1142018-09-05  David Kilzer  <ddkilzer@apple.com>
    215
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r235708 r235709  
    34233423                515BE1B01D59006900DD7C68 /* GamepadData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GamepadData.h; sourceTree = "<group>"; };
    34243424                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>"; };
    34263426                515C415A207D74E000726E02 /* SuspendedPageProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SuspendedPageProxy.cpp; sourceTree = "<group>"; };
    34273427                515C415B207D74E100726E02 /* SuspendedPageProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SuspendedPageProxy.h; sourceTree = "<group>"; };
     
    67496749                                515BE1B61D5A94F900DD7C68 /* UIGamepadProviderMac.mm */,
    67506750                        );
    6751                         name = mac;
    6752                         path = UIProcess/Gamepad/mac;
     6751                        path = mac;
    67536752                        sourceTree = "<group>";
    67546753                };
Note: See TracChangeset for help on using the changeset viewer.