⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 278691 in webkit


Ignore:
Timestamp:
Jun 9, 2021, 9:41:45 PM (5 years ago)
Author:
Megan Gardner
Message:

Create SPI file for Synapse so external builds will work.
https://bugs.webkit.org/show_bug.cgi?id=226844

Reviewed by Tim Horton.

  • Platform/spi/Cocoa/SynapseSPI.h: Added.
  • UIProcess/Cocoa/WebPageProxyCocoa.mm:
  • WebKit.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r278682 r278691  
     12021-06-09  Megan Gardner  <megan_gardner@apple.com>
     2
     3        Create SPI file for Synapse so external builds will work.
     4        https://bugs.webkit.org/show_bug.cgi?id=226844
     5
     6        Reviewed by Tim Horton.
     7
     8        * Platform/spi/Cocoa/SynapseSPI.h: Added.
     9        * UIProcess/Cocoa/WebPageProxyCocoa.mm:
     10        * WebKit.xcodeproj/project.pbxproj:
     11
    1122021-06-09  Michael Catanzaro  <mcatanzaro@gnome.org>
    213
  • trunk/Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm

    r278644 r278691  
    4040#import "SharedBufferCopy.h"
    4141#import "SharedBufferDataReference.h"
     42#import "SynapseSPI.h"
    4243#import "WebContextMenuProxy.h"
    4344#import "WebPage.h"
     
    6869
    6970#if ENABLE(APP_HIGHLIGHTS)
    70 #import <Synapse/SYNotesActivationObserver.h>
    71 
    7271SOFT_LINK_PRIVATE_FRAMEWORK_OPTIONAL(Synapse)
    7372SOFT_LINK_CLASS_OPTIONAL(Synapse, SYNotesActivationObserver)
    74 #endif // ENABLE(APP_HIGHLIGHTS)
     73#endif
    7574
    7675#if USE(APPKIT)
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r278575 r278691  
    956956                4476EF0925BFC8B7004A0587 /* _WKAppHighlightDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4476EF0825BFC8B7004A0587 /* _WKAppHighlightDelegate.h */; settings = {ATTRIBUTES = (Private, ); }; };
    957957                4482734724528F6000A95493 /* CocoaImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4482734624528F6000A95493 /* CocoaImage.h */; };
     958                448AC24E267135A700B28921 /* SynapseSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 448AC24D267135A600B28921 /* SynapseSPI.h */; };
    958959                449316A325DC7DC400AA66DE /* _WKAppHighlight.h in Headers */ = {isa = PBXBuildFile; fileRef = 449316A125DC7DC300AA66DE /* _WKAppHighlight.h */; settings = {ATTRIBUTES = (Private, ); }; };
    959960                449316A625DC9D0000AA66DE /* _WKAppHighlightInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 449316A525DC9D0000AA66DE /* _WKAppHighlightInternal.h */; };
     
    38773878                4476EF0825BFC8B7004A0587 /* _WKAppHighlightDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKAppHighlightDelegate.h; sourceTree = "<group>"; };
    38783879                4482734624528F6000A95493 /* CocoaImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoaImage.h; sourceTree = "<group>"; };
     3880                448AC24D267135A600B28921 /* SynapseSPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SynapseSPI.h; sourceTree = "<group>"; };
    38793881                449316A125DC7DC300AA66DE /* _WKAppHighlight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKAppHighlight.h; sourceTree = "<group>"; };
    38803882                449316A225DC7DC300AA66DE /* _WKAppHighlight.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = _WKAppHighlight.mm; sourceTree = "<group>"; };
     
    79157917                                5CB6AE432609799C00B6ED5A /* ReasonSPI.h */,
    79167918                                0E97D74C200E8FF300BF6643 /* SafeBrowsingSPI.h */,
     7919                                448AC24D267135A600B28921 /* SynapseSPI.h */,
    79177920                        );
    79187921                        path = Cocoa;
     
    1232612329                                296BD85D15019BC30071F424 /* StringUtilities.h in Headers */,
    1232712330                                57FD318622B3516C008D0E8B /* SubFrameSOAuthorizationSession.h in Headers */,
     12331                                448AC24E267135A700B28921 /* SynapseSPI.h in Headers */,
    1232812332                                4459984222833E8700E61373 /* SyntheticEditingCommandType.h in Headers */,
    1232912333                                3157135F2040A9B20084F9CF /* SystemPreviewController.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.