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

Changeset 271278 in webkit


Ignore:
Timestamp:
Jan 7, 2021, 5:02:25 PM (6 years ago)
Author:
Jonathan Bedard
Message:

[webkitscmpy] Split program into separate files (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=220369
<rdar://problem/72856906>

Unreviewed follow-up fix.

  • Scripts/libraries/webkitscmpy/setup.py: Add program to directories to export.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r271275 r271278  
     12021-01-07  Jonathan Bedard  <jbedard@apple.com>
     2
     3        [webkitscmpy] Split program into separate files (Follow-up fix)
     4        https://bugs.webkit.org/show_bug.cgi?id=220369
     5        <rdar://problem/72856906>
     6
     7        Unreviewed follow-up fix.
     8
     9        * Scripts/libraries/webkitscmpy/setup.py: Add program to directories to export.
     10
    1112021-01-07  Ryosuke Niwa  <rniwa@webkit.org>
    212
  • trunk/Tools/Scripts/libraries/webkitscmpy/setup.py

    r271182 r271278  
    5151    packages=[
    5252        'webkitscmpy',
    53         'webkitscmpy.canonicalize',
    5453        'webkitscmpy.local',
    5554        'webkitscmpy.mocks',
    5655        'webkitscmpy.mocks.local',
    5756        'webkitscmpy.mocks.remote',
     57        'webkitscmpy.program',
     58        'webkitscmpy.program.canonicalize',
    5859        'webkitscmpy.remote',
    5960        'webkitscmpy.test',
Note: See TracChangeset for help on using the changeset viewer.