Changeset 278691 in webkit
- Timestamp:
- Jun 9, 2021, 9:41:45 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 1 added
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Platform/spi/Cocoa/SynapseSPI.h (added)
-
UIProcess/Cocoa/WebPageProxyCocoa.mm (modified) (2 diffs)
-
WebKit.xcodeproj/project.pbxproj (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r278682 r278691 1 2021-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 1 12 2021-06-09 Michael Catanzaro <mcatanzaro@gnome.org> 2 13 -
trunk/Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm
r278644 r278691 40 40 #import "SharedBufferCopy.h" 41 41 #import "SharedBufferDataReference.h" 42 #import "SynapseSPI.h" 42 43 #import "WebContextMenuProxy.h" 43 44 #import "WebPage.h" … … 68 69 69 70 #if ENABLE(APP_HIGHLIGHTS) 70 #import <Synapse/SYNotesActivationObserver.h>71 72 71 SOFT_LINK_PRIVATE_FRAMEWORK_OPTIONAL(Synapse) 73 72 SOFT_LINK_CLASS_OPTIONAL(Synapse, SYNotesActivationObserver) 74 #endif // ENABLE(APP_HIGHLIGHTS)73 #endif 75 74 76 75 #if USE(APPKIT) -
trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj
r278575 r278691 956 956 4476EF0925BFC8B7004A0587 /* _WKAppHighlightDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4476EF0825BFC8B7004A0587 /* _WKAppHighlightDelegate.h */; settings = {ATTRIBUTES = (Private, ); }; }; 957 957 4482734724528F6000A95493 /* CocoaImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4482734624528F6000A95493 /* CocoaImage.h */; }; 958 448AC24E267135A700B28921 /* SynapseSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 448AC24D267135A600B28921 /* SynapseSPI.h */; }; 958 959 449316A325DC7DC400AA66DE /* _WKAppHighlight.h in Headers */ = {isa = PBXBuildFile; fileRef = 449316A125DC7DC300AA66DE /* _WKAppHighlight.h */; settings = {ATTRIBUTES = (Private, ); }; }; 959 960 449316A625DC9D0000AA66DE /* _WKAppHighlightInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 449316A525DC9D0000AA66DE /* _WKAppHighlightInternal.h */; }; … … 3877 3878 4476EF0825BFC8B7004A0587 /* _WKAppHighlightDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKAppHighlightDelegate.h; sourceTree = "<group>"; }; 3878 3879 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>"; }; 3879 3881 449316A125DC7DC300AA66DE /* _WKAppHighlight.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKAppHighlight.h; sourceTree = "<group>"; }; 3880 3882 449316A225DC7DC300AA66DE /* _WKAppHighlight.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = _WKAppHighlight.mm; sourceTree = "<group>"; }; … … 7915 7917 5CB6AE432609799C00B6ED5A /* ReasonSPI.h */, 7916 7918 0E97D74C200E8FF300BF6643 /* SafeBrowsingSPI.h */, 7919 448AC24D267135A600B28921 /* SynapseSPI.h */, 7917 7920 ); 7918 7921 path = Cocoa; … … 12326 12329 296BD85D15019BC30071F424 /* StringUtilities.h in Headers */, 12327 12330 57FD318622B3516C008D0E8B /* SubFrameSOAuthorizationSession.h in Headers */, 12331 448AC24E267135A700B28921 /* SynapseSPI.h in Headers */, 12328 12332 4459984222833E8700E61373 /* SyntheticEditingCommandType.h in Headers */, 12329 12333 3157135F2040A9B20084F9CF /* SystemPreviewController.h in Headers */,
Note:
See TracChangeset
for help on using the changeset viewer.