Changeset 252988 in webkit


Ignore:
Timestamp:
Dec 2, 2019 9:42:40 AM (4 years ago)
Author:
Fujii Hironori
Message:

[AppleWin] WebKitQuartzCoreAdditions.dll isn't compiled since r248444
https://bugs.webkit.org/show_bug.cgi?id=204695

Reviewed by Alex Christensen.

  • CMakeLists.txt: Replaced APPLE with USE_CA in the condition of

building WebKitQuartzCoreAdditions.

Location:
trunk/Source/WebKitLegacy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/CMakeLists.txt

    r248444 r252988  
    6161        VERBATIM)
    6262
    63      if (APPLE)
    64          add_subdirectory(win/WebKitQuartzCoreAdditions)
    65      endif ()
     63    if (USE_CA)
     64        add_subdirectory(win/WebKitQuartzCoreAdditions)
     65    endif ()
    6666endif ()
  • trunk/Source/WebKitLegacy/ChangeLog

    r251888 r252988  
     12019-12-02  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [AppleWin] WebKitQuartzCoreAdditions.dll isn't compiled since r248444
     4        https://bugs.webkit.org/show_bug.cgi?id=204695
     5
     6        Reviewed by Alex Christensen.
     7
     8        * CMakeLists.txt: Replaced APPLE with USE_CA in the condition of
     9        building WebKitQuartzCoreAdditions.
     10
    1112019-10-31  Alex Christensen  <achristensen@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.