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

Changeset 263881 in webkit


Ignore:
Timestamp:
Jul 2, 2020, 8:40:51 PM (6 years ago)
Author:
achristensen@apple.com
Message:

Update Mac CMake build

.:

  • Source/cmake/OptionsMac.cmake:

Source/JavaScriptCore:

  • PlatformMac.cmake:

Source/WebCore:

  • PlatformMac.cmake:

Source/WebKit:

  • PlatformMac.cmake:

Source/WebKitLegacy:

  • PlatformMac.cmake:

Tools:

  • DumpRenderTree/PlatformMac.cmake:
  • WebKitTestRunner/PlatformMac.cmake:
Location:
trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r263829 r263881  
     12020-07-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update Mac CMake build
     4
     5        * Source/cmake/OptionsMac.cmake:
     6
    172020-07-01  Don Olmstead  <don.olmstead@sony.com>
    28
  • trunk/Source/JavaScriptCore/ChangeLog

    r263837 r263881  
     12020-07-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update Mac CMake build
     4
     5        * PlatformMac.cmake:
     6
    172020-07-02  Yusuke Suzuki  <ysuzuki@apple.com>
    28
  • trunk/Source/JavaScriptCore/PlatformMac.cmake

    r255709 r263881  
    1111
    1212list(APPEND JavaScriptCore_PRIVATE_INCLUDE_DIRECTORIES
     13    ${DERIVED_SOURCES_DIR}
    1314    ${JAVASCRIPTCORE_DIR}/disassembler/udis86
    1415    ${JAVASCRIPTCORE_DIR}/inspector/cocoa
    … …  
    3738
    3839# FIXME: Make including these files consistent in the source so these forwarding headers are not needed.
    39 if (NOT EXISTS ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/AugmentableInspectorControllerClient.h)
    40     file(WRITE ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/AugmentableInspectorControllerClient.h "#include \"inspector/augmentable/AugmentableInspectorControllerClient.h\"")
     40if (NOT EXISTS ${JavaScriptCore_DERIVED_SOURCES_DIR}/AugmentableInspectorControllerClient.h)
     41    file(WRITE ${JavaScriptCore_DERIVED_SOURCES_DIR}/AugmentableInspectorControllerClient.h "#include \"inspector/augmentable/AugmentableInspectorControllerClient.h\"")
    4142endif ()
    42 if (NOT EXISTS ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorFrontendRouter.h)
    43     file(WRITE ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorFrontendRouter.h "#include \"inspector/InspectorFrontendRouter.h\"")
     43if (NOT EXISTS ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorFrontendRouter.h)
     44    file(WRITE ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorFrontendRouter.h "#include \"inspector/InspectorFrontendRouter.h\"")
    4445endif ()
    45 if (NOT EXISTS ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorBackendDispatcher.h)
    46     file(WRITE ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorBackendDispatcher.h "#include \"inspector/InspectorBackendDispatcher.h\"")
     46if (NOT EXISTS ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorBackendDispatcher.h)
     47    file(WRITE ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorBackendDispatcher.h "#include \"inspector/InspectorBackendDispatcher.h\"")
    4748endif ()
    48 if (NOT EXISTS ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorBackendDispatchers.h)
    49     file(WRITE ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorBackendDispatchers.h "#include \"inspector/InspectorBackendDispatchers.h\"")
     49if (NOT EXISTS ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorBackendDispatchers.h)
     50    file(WRITE ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorBackendDispatchers.h "#include \"inspector/InspectorBackendDispatchers.h\"")
    5051endif ()
    51 if (NOT EXISTS ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorFrontendDispatchers.h)
    52     file(WRITE ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorFrontendDispatchers.h "#include \"inspector/InspectorFrontendDispatchers.h\"")
     52if (NOT EXISTS ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorFrontendDispatchers.h)
     53    file(WRITE ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorFrontendDispatchers.h "#include \"inspector/InspectorFrontendDispatchers.h\"")
    5354endif ()
    54 if (NOT EXISTS ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorProtocolObjects.h)
    55     file(WRITE ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorProtocolObjects.h "#include \"inspector/InspectorProtocolObjects.h\"")
     55if (NOT EXISTS ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorProtocolObjects.h)
     56    file(WRITE ${JavaScriptCore_DERIVED_SOURCES_DIR}/InspectorProtocolObjects.h "#include \"inspector/InspectorProtocolObjects.h\"")
    5657endif ()
  • trunk/Source/WebCore/ChangeLog

    r263880 r263881  
     12020-07-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update Mac CMake build
     4
     5        * PlatformMac.cmake:
     6
    172020-07-02  Said Abou-Hallawa  <sabouhallawa@apple.com>
    28
  • trunk/Source/WebCore/PlatformMac.cmake

    r261442 r263881  
    197197    platform/audio/mac/AudioFileReaderMac.cpp
    198198    platform/audio/mac/AudioHardwareListenerMac.cpp
    199     platform/audio/mac/AudioSessionMac.cpp
    200199    platform/audio/mac/CARingBuffer.cpp
    201200    platform/audio/mac/FFTFrameMac.cpp
    … …  
    358357    platform/graphics/opentype/OpenTypeMathData.cpp
    359358
    360     platform/mac/BlacklistUpdater.mm
    361359    platform/mac/CursorMac.mm
    362     platform/mac/DragDataMac.mm
    363     platform/mac/DragImageMac.mm
    364360    platform/mac/KeyEventMac.mm
    365361    platform/mac/LocalCurrentGraphicsContextMac.mm
    … …  
    373369    platform/mac/PlatformScreenMac.mm
    374370    platform/mac/PlatformSpeechSynthesizerMac.mm
    375     platform/mac/PluginBlacklist.mm
    376371    platform/mac/PowerObserverMac.cpp
    377372    platform/mac/PublicSuffixMac.mm
    … …  
    393388    platform/mac/WebCoreNSURLExtras.mm
    394389    platform/mac/WebCoreObjCExtras.mm
    395     platform/mac/WebGLBlacklist.mm
    396390    platform/mac/WebNSAttributedStringExtras.mm
    397391    platform/mac/WidgetMac.mm
    … …  
    520514    platform/cocoa/NetworkExtensionContentFilter.h
    521515    platform/cocoa/PlatformView.h
    522     platform/cocoa/PlaybackSessionInterface.h
    523516    platform/cocoa/PlaybackSessionModel.h
    524517    platform/cocoa/PlaybackSessionModelMediaElement.h
    … …  
    582575    platform/mac/PlatformEventFactoryMac.h
    583576    platform/mac/PlaybackSessionInterfaceMac.h
    584     platform/mac/PluginBlacklist.h
    585577    platform/mac/ScrollbarThemeMac.h
    586578    platform/mac/StringUtilities.h
    … …  
    592584    platform/mac/WebCoreObjCExtras.h
    593585    platform/mac/WebCoreView.h
    594     platform/mac/WebGLBlacklist.h
    595586    platform/mac/WebNSAttributedStringExtras.h
    596587    platform/mac/WebPlaybackControlsManager.h
    … …  
    634625    Modules/applepay/ApplePayErrorCode.idl
    635626    Modules/applepay/ApplePayErrorContactField.idl
     627    Modules/applepay/ApplePayInstallmentItem.idl
     628    Modules/applepay/ApplePayInstallmentItemType.idl
     629    Modules/applepay/ApplePayInstallmentConfiguration.idl
     630    Modules/applepay/ApplePayInstallmentRetailChannel.idl
    636631    Modules/applepay/ApplePayLineItem.idl
    637632    Modules/applepay/ApplePayMerchantCapability.idl
    … …  
    649644    Modules/applepay/ApplePaySession.idl
    650645    Modules/applepay/ApplePaySessionError.idl
     646    Modules/applepay/ApplePaySetup.idl
     647    Modules/applepay/ApplePaySetupConfiguration.idl
     648    Modules/applepay/ApplePaySetupFeature.idl
     649    Modules/applepay/ApplePaySetupFeatureState.idl
     650    Modules/applepay/ApplePaySetupFeatureType.idl
    651651    Modules/applepay/ApplePayShippingContactSelectedEvent.idl
    652652    Modules/applepay/ApplePayShippingContactUpdate.idl
  • trunk/Source/WebKit/ChangeLog

    r263874 r263881  
     12020-07-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update Mac CMake build
     4
     5        * PlatformMac.cmake:
     6
    172020-07-02  Kate Cheney  <katherine_cheney@apple.com>
    28
  • trunk/Source/WebKit/PlatformMac.cmake

    r262203 r263881  
    164164
    165165list(APPEND WebKit_MESSAGES_IN_FILES
    166     GPUProcess/GPUConnectionToWebProcess.messages.in
    167     GPUProcess/GPUProcess.messages.in
    168 
    169     GPUProcess/media/RemoteAudioDestinationManager.messages.in
    170     GPUProcess/media/RemoteMediaPlayerManagerProxy.messages.in
    171     GPUProcess/media/RemoteMediaPlayerProxy.messages.in
    172     GPUProcess/media/RemoteMediaResourceManager.messages.in
    173 
    174     GPUProcess/webrtc/LibWebRTCCodecsProxy.messages.in
    175     GPUProcess/webrtc/RemoteSampleBufferDisplayLayerManager.messages.in
    176     GPUProcess/webrtc/RemoteAudioMediaStreamTrackRendererManager.messages.in
    177     GPUProcess/webrtc/RemoteMediaRecorderManager.messages.in
    178     GPUProcess/webrtc/RemoteSampleBufferDisplayLayer.messages.in
    179     GPUProcess/webrtc/RemoteSampleBufferDisplayLayerManager.messages.in
    180     GPUProcess/webrtc/RemoteMediaRecorder.messages.in
    181     GPUProcess/webrtc/RemoteAudioMediaStreamTrackRenderer.messages.in
    182     GPUProcess/webrtc/RemoteSampleBufferDisplayLayerManager.messages.in
     166    GPUProcess/media/ios/RemoteMediaSessionHelperProxy.messages.in
    183167
    184168    NetworkProcess/CustomProtocols/LegacyCustomProtocolManager.messages.in
    … …  
    193177    UIProcess/Cocoa/UserMediaCaptureManagerProxy.messages.in
    194178    UIProcess/Cocoa/VideoFullscreenManagerProxy.messages.in
    195 
    196     UIProcess/GPU/GPUProcessProxy.messages.in
    197179
    198180    UIProcess/Network/CustomProtocols/LegacyCustomProtocolManagerProxy.messages.in
    … …  
    213195    WebProcess/cocoa/VideoFullscreenManager.messages.in
    214196
    215     WebProcess/GPU/GPUProcessConnection.messages.in
    216 
    217     WebProcess/GPU/webrtc/LibWebRTCCodecs.messages.in
    218     WebProcess/GPU/webrtc/SampleBufferDisplayLayer.messages.in
     197    WebProcess/GPU/media/ios/RemoteMediaSessionHelper.messages.in
    219198
    220199    WebProcess/WebPage/ViewGestureGeometryCollector.messages.in
  • trunk/Source/WebKitLegacy/ChangeLog

    r263157 r263881  
     12020-07-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update Mac CMake build
     4
     5        * PlatformMac.cmake:
     6
    172020-06-17  Darryl Pogue  <darryl@dpogue.ca>
    28
  • trunk/Source/WebKitLegacy/PlatformMac.cmake

    r258116 r263881  
    681681    FLATTENED
    682682)
    683 add_dependencies(WebKitLegacyFrameworkHeaders WebCorePrivateFrameworkHeaders)
    684683
    685684set(WebKitLegacy_OUTPUT_NAME WebKitLegacy)
  • trunk/Source/cmake/OptionsMac.cmake

    r263700 r263881  
    118118
    119119find_package(ICU 60.2 REQUIRED COMPONENTS data i18n uc)
     120find_package(LibXml2 2.8.0 REQUIRED)
     121find_package(LibXslt 1.1.7 REQUIRED)
  • trunk/Tools/ChangeLog

    r263879 r263881  
     12020-07-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update Mac CMake build
     4
     5        * DumpRenderTree/PlatformMac.cmake:
     6        * WebKitTestRunner/PlatformMac.cmake:
     7
    182020-07-02  Alex Christensen  <achristensen@webkit.org>
    29
  • trunk/Tools/DumpRenderTree/PlatformMac.cmake

    r255709 r263881  
    2424
    2525list(APPEND DumpRenderTree_INCLUDE_DIRECTORIES
    26     cg
    27     cf
    28     cocoa
    29     mac
    30     mac/InternalHeaders/WebKit
    31     TestNetscapePlugIn
     26    ${DumpRenderTree_DIR}/cg
     27    ${DumpRenderTree_DIR}/cf
     28    ${DumpRenderTree_DIR}/cocoa
     29    ${DumpRenderTree_DIR}/mac
     30    ${DumpRenderTree_DIR}/mac/InternalHeaders/WebKit
     31    ${DumpRenderTree_DIR}/TestNetscapePlugIn
    3232    ${FORWARDING_HEADERS_DIR}
    3333    ${FORWARDING_HEADERS_DIR}/WebCore
    … …  
    3636    ${WEBCORE_DIR}/testing/cocoa
    3737    ${WEBKITLEGACY_DIR}
    38     ${WEBKIT_TESTRUNNER_SHARED_DIR}/cocoa
    39     ${WEBKIT_TESTRUNNER_SHARED_DIR}/mac
    40     ${WEBKIT_TESTRUNNER_SHARED_DIR}/spi
     38    ${WebKitTestRunner_SHARED_DIR}/cocoa
     39    ${WebKitTestRunner_SHARED_DIR}/mac
     40    ${WebKitTestRunner_SHARED_DIR}/spi
    4141)
    4242
    … …  
    102102    mac/UIScriptControllerMac.mm
    103103    mac/WorkQueueItemMac.mm
    104     ${WEBKIT_TESTRUNNER_SHARED_DIR}/cocoa/ClassMethodSwizzler.mm
    105     ${WEBKIT_TESTRUNNER_SHARED_DIR}/cocoa/LayoutTestSpellChecker.mm
     104    ${WebKitTestRunner_SHARED_DIR}/cocoa/ClassMethodSwizzler.mm
     105    ${WebKitTestRunner_SHARED_DIR}/cocoa/LayoutTestSpellChecker.mm
    106106)
    107107
  • trunk/Tools/WebKitTestRunner/PlatformMac.cmake

    r255709 r263881  
    2727    ${WEBCORE_DIR}/testing/cocoa
    2828    ${WEBKITLEGACY_DIR}
    29     ${WEBKIT_TESTRUNNER_DIR}/cf
    30     ${WEBKIT_TESTRUNNER_DIR}/cg
    31     ${WEBKIT_TESTRUNNER_DIR}/cocoa
    32     ${WEBKIT_TESTRUNNER_DIR}/mac
    33     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac
    34     ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac
    35     ${WEBKIT_TESTRUNNER_SHARED_DIR}/cocoa
    36     ${WEBKIT_TESTRUNNER_SHARED_DIR}/mac
    37     ${WEBKIT_TESTRUNNER_SHARED_DIR}/spi
     29    ${WebKitTestRunner_DIR}/cf
     30    ${WebKitTestRunner_DIR}/cg
     31    ${WebKitTestRunner_DIR}/cocoa
     32    ${WebKitTestRunner_DIR}/mac
     33    ${WebKitTestRunner_DIR}/InjectedBundle/mac
     34    ${WebKitTestRunner_SHARED_DIR}/EventSerialization/mac
     35    ${WebKitTestRunner_SHARED_DIR}/cocoa
     36    ${WebKitTestRunner_SHARED_DIR}/mac
     37    ${WebKitTestRunner_SHARED_DIR}/spi
    3838)
    3939
    4040list(APPEND WebKitTestRunnerInjectedBundle_SOURCES
    41     ${WEBKIT_TESTRUNNER_DIR}/cocoa/CrashReporterInfo.mm
     41    ${WebKitTestRunner_DIR}/InjectedBundle/cocoa/ActivateFontsCocoa.mm
     42    ${WebKitTestRunner_DIR}/InjectedBundle/cocoa/InjectedBundlePageCocoa.mm
    4243
    43     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/cocoa/ActivateFontsCocoa.mm
    44     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/cocoa/InjectedBundlePageCocoa.mm
     44    ${WebKitTestRunner_DIR}/InjectedBundle/mac/AccessibilityControllerMac.mm
     45    ${WebKitTestRunner_DIR}/InjectedBundle/mac/AccessibilityNotificationHandler.mm
     46    ${WebKitTestRunner_DIR}/InjectedBundle/mac/AccessibilityTextMarkerRangeMac.mm
     47    ${WebKitTestRunner_DIR}/InjectedBundle/mac/InjectedBundleMac.mm
     48    ${WebKitTestRunner_DIR}/InjectedBundle/mac/AccessibilityCommonMac.mm
     49    ${WebKitTestRunner_DIR}/InjectedBundle/mac/AccessibilityTextMarkerMac.mm
     50    ${WebKitTestRunner_DIR}/InjectedBundle/mac/AccessibilityUIElementMac.mm
     51    ${WebKitTestRunner_DIR}/InjectedBundle/mac/TestRunnerMac.mm
    4552
    46     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityControllerMac.mm
    47     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityNotificationHandler.mm
    48     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityTextMarkerRangeMac.mm
    49     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/InjectedBundleMac.mm
    50     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityCommonMac.mm
    51     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityTextMarkerMac.mm
    52     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityUIElementMac.mm
    53     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/TestRunnerMac.mm
    54 
    55     ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac/EventSerializerMac.mm
    56     ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac/SharedEventStreamsMac.mm
     53    ${WebKitTestRunner_SHARED_DIR}/EventSerialization/mac/EventSerializerMac.mm
     54    ${WebKitTestRunner_SHARED_DIR}/EventSerialization/mac/SharedEventStreamsMac.mm
    5755)
    5856
    … …  
    6765
    6866list(APPEND WebKitTestRunner_SOURCES
    69     ${WEBKIT_TESTRUNNER_DIR}/cg/TestInvocationCG.cpp
     67    ${WebKitTestRunner_DIR}/cocoa/TestControllerCocoa.mm
     68    ${WebKitTestRunner_DIR}/cocoa/TestRunnerWKWebView.mm
     69    ${WebKitTestRunner_DIR}/cocoa/TestWebsiteDataStoreDelegate.mm
     70    ${WebKitTestRunner_DIR}/cocoa/UIScriptControllerCocoa.mm
    7071
    71     ${WEBKIT_TESTRUNNER_DIR}/cocoa/CrashReporterInfo.mm
    72     ${WEBKIT_TESTRUNNER_DIR}/cocoa/TestControllerCocoa.mm
    73     ${WEBKIT_TESTRUNNER_DIR}/cocoa/TestRunnerWKWebView.mm
    74     ${WEBKIT_TESTRUNNER_DIR}/cocoa/TestWebsiteDataStoreDelegate.mm
    75     ${WEBKIT_TESTRUNNER_DIR}/cocoa/UIScriptControllerCocoa.mm
     72    ${WebKitTestRunner_DIR}/mac/EventSenderProxy.mm
     73    ${WebKitTestRunner_DIR}/mac/PlatformWebViewMac.mm
     74    ${WebKitTestRunner_DIR}/mac/PoseAsClass.mm
     75    ${WebKitTestRunner_DIR}/mac/TestControllerMac.mm
     76    ${WebKitTestRunner_DIR}/mac/UIScriptControllerMac.mm
     77    ${WebKitTestRunner_DIR}/mac/WebKitTestRunnerDraggingInfo.mm
     78    ${WebKitTestRunner_DIR}/mac/WebKitTestRunnerEvent.mm
     79    ${WebKitTestRunner_DIR}/mac/WebKitTestRunnerPasteboard.mm
     80    ${WebKitTestRunner_DIR}/mac/WebKitTestRunnerWindow.mm
     81    ${WebKitTestRunner_DIR}/mac/main.mm
     82   
     83    ${WebKitTestRunner_SHARED_DIR}/cocoa/ClassMethodSwizzler.mm
     84    ${WebKitTestRunner_SHARED_DIR}/cocoa/PlatformViewHelpers.mm
    7685
    77     ${WEBKIT_TESTRUNNER_DIR}/mac/EventSenderProxy.mm
    78     ${WEBKIT_TESTRUNNER_DIR}/mac/PlatformWebViewMac.mm
    79     ${WEBKIT_TESTRUNNER_DIR}/mac/PoseAsClass.mm
    80     ${WEBKIT_TESTRUNNER_DIR}/mac/TestControllerMac.mm
    81     ${WEBKIT_TESTRUNNER_DIR}/mac/UIScriptControllerMac.mm
    82     ${WEBKIT_TESTRUNNER_DIR}/mac/WebKitTestRunnerDraggingInfo.mm
    83     ${WEBKIT_TESTRUNNER_DIR}/mac/WebKitTestRunnerEvent.mm
    84     ${WEBKIT_TESTRUNNER_DIR}/mac/WebKitTestRunnerPasteboard.mm
    85     ${WEBKIT_TESTRUNNER_DIR}/mac/WebKitTestRunnerWindow.mm
    86     ${WEBKIT_TESTRUNNER_DIR}/mac/main.mm
    87    
    88     ${WEBKIT_TESTRUNNER_SHARED_DIR}/cocoa/ClassMethodSwizzler.mm
    89     ${WEBKIT_TESTRUNNER_SHARED_DIR}/cocoa/PlatformViewHelpers.mm
    90 
    91     ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac/EventSerializerMac.mm
    92     ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac/SharedEventStreamsMac.mm
     86    ${WebKitTestRunner_SHARED_DIR}/EventSerialization/mac/EventSerializerMac.mm
     87    ${WebKitTestRunner_SHARED_DIR}/EventSerialization/mac/SharedEventStreamsMac.mm
    9388)
    9489
Note: See TracChangeset for help on using the changeset viewer.