Changeset 248672 in webkit


Ignore:
Timestamp:
Aug 14, 2019 9:39:15 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

[JSCOnly] JSCOnly port doesn't build on macOS
https://bugs.webkit.org/show_bug.cgi?id=200667

spi/darwin/ProcessMemoryFootprint.h is required by jsc.cpp so we add it to the WTF_PUBLIC_HEADERS.

Patch by Samuel Groß <saelo@google.com> on 2019-08-14
Reviewed by Alex Christensen.

  • wtf/PlatformJSCOnly.cmake:
  • wtf/PlatformMac.cmake:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r248659 r248672  
     12019-08-14  Samuel Groß  <saelo@google.com>
     2
     3        [JSCOnly] JSCOnly port doesn't build on macOS
     4        https://bugs.webkit.org/show_bug.cgi?id=200667
     5
     6        spi/darwin/ProcessMemoryFootprint.h is required by jsc.cpp so we add it to the WTF_PUBLIC_HEADERS.
     7
     8        Reviewed by Alex Christensen.
     9
     10        * wtf/PlatformJSCOnly.cmake:
     11        * wtf/PlatformMac.cmake:
     12
    1132019-08-13  Sam Weinig  <weinig@apple.com>
    214
  • trunk/Source/WTF/wtf/PlatformJSCOnly.cmake

    r245606 r248672  
    7676        ${WTF_DERIVED_SOURCES_DIR}/mach_excUser.c
    7777    )
     78    list(APPEND WTF_PUBLIC_HEADERS
     79        spi/darwin/ProcessMemoryFootprint.h
     80    )
    7881elseif (CMAKE_SYSTEM_NAME MATCHES "Linux")
    7982    list(APPEND WTF_SOURCES
Note: See TracChangeset for help on using the changeset viewer.