Changeset 238824 in webkit


Ignore:
Timestamp:
Dec 3, 2018 2:52:14 PM (5 years ago)
Author:
Keith Rollin
Message:

Add .xcfilelist files
https://bugs.webkit.org/show_bug.cgi?id=192082
<rdar://problem/46312533>

Reviewed by Brent Fulgham.

Add .xcfilelist files for Generate Derived Sources and Generate
Unified Sources build phases in Xcode. These are just being staged for
now; they'll be added to the Xcode projects later.

Source/JavaScriptCore:

  • DerivedSources-input.xcfilelist: Added.
  • DerivedSources-output.xcfilelist: Added.
  • UnifiedSources-input.xcfilelist: Added.
  • UnifiedSources-output.xcfilelist: Added.

Source/WebCore:

No new tests -- no changed functionality.

  • DerivedSources-input.xcfilelist: Added.
  • DerivedSources-output.xcfilelist: Added.
  • UnifiedSources-input.xcfilelist: Added.
  • UnifiedSources-output.xcfilelist: Added.

Source/WebKit:

  • DerivedSources-input.xcfilelist: Added.
  • DerivedSources-output.xcfilelist: Added.
  • UnifiedSources-input.xcfilelist: Added.
  • UnifiedSources-output.xcfilelist: Added.

Tools:

  • DumpRenderTree/DerivedSources-input.xcfilelist: Added.
  • DumpRenderTree/DerivedSources-output.xcfilelist: Added.
  • WebKitTestRunner/DerivedSources-input.xcfilelist: Added.
  • WebKitTestRunner/DerivedSources-output.xcfilelist: Added.
Location:
trunk
Files:
16 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r238804 r238824  
     12018-12-03  Keith Rollin  <krollin@apple.com>
     2
     3        Add .xcfilelist files
     4        https://bugs.webkit.org/show_bug.cgi?id=192082
     5        <rdar://problem/46312533>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add .xcfilelist files for Generate Derived Sources and Generate
     10        Unified Sources build phases in Xcode. These are just being staged for
     11        now; they'll be added to the Xcode projects later.
     12
     13        * DerivedSources-input.xcfilelist: Added.
     14        * DerivedSources-output.xcfilelist: Added.
     15        * UnifiedSources-input.xcfilelist: Added.
     16        * UnifiedSources-output.xcfilelist: Added.
     17
    1182018-12-03  Mark Lam  <mark.lam@apple.com>
    219
  • trunk/Source/WebCore/ChangeLog

    r238819 r238824  
     12018-12-03  Keith Rollin  <krollin@apple.com>
     2
     3        Add .xcfilelist files
     4        https://bugs.webkit.org/show_bug.cgi?id=192082
     5        <rdar://problem/46312533>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add .xcfilelist files for Generate Derived Sources and Generate
     10        Unified Sources build phases in Xcode. These are just being staged for
     11        now; they'll be added to the Xcode projects later.
     12
     13        No new tests -- no changed functionality.
     14
     15        * DerivedSources-input.xcfilelist: Added.
     16        * DerivedSources-output.xcfilelist: Added.
     17        * UnifiedSources-input.xcfilelist: Added.
     18        * UnifiedSources-output.xcfilelist: Added.
     19
    1202018-12-03  Alex Christensen  <achristensen@webkit.org>
    221
  • trunk/Source/WebKit/ChangeLog

    r238821 r238824  
     12018-12-03  Keith Rollin  <krollin@apple.com>
     2
     3        Add .xcfilelist files
     4        https://bugs.webkit.org/show_bug.cgi?id=192082
     5        <rdar://problem/46312533>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add .xcfilelist files for Generate Derived Sources and Generate
     10        Unified Sources build phases in Xcode. These are just being staged for
     11        now; they'll be added to the Xcode projects later.
     12
     13        * DerivedSources-input.xcfilelist: Added.
     14        * DerivedSources-output.xcfilelist: Added.
     15        * UnifiedSources-input.xcfilelist: Added.
     16        * UnifiedSources-output.xcfilelist: Added.
     17
    1182018-12-03  Zalan Bujtas  <zalan@apple.com>
    219
  • trunk/Tools/ChangeLog

    r238819 r238824  
     12018-12-03  Keith Rollin  <krollin@apple.com>
     2
     3        Add .xcfilelist files
     4        https://bugs.webkit.org/show_bug.cgi?id=192082
     5        <rdar://problem/46312533>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add .xcfilelist files for Generate Derived Sources and Generate
     10        Unified Sources build phases in Xcode. These are just being staged for
     11        now; they'll be added to the Xcode projects later.
     12
     13        * DumpRenderTree/DerivedSources-input.xcfilelist: Added.
     14        * DumpRenderTree/DerivedSources-output.xcfilelist: Added.
     15        * WebKitTestRunner/DerivedSources-input.xcfilelist: Added.
     16        * WebKitTestRunner/DerivedSources-output.xcfilelist: Added.
     17
    1182018-12-03  Alex Christensen  <achristensen@webkit.org>
    219
Note: See TracChangeset for help on using the changeset viewer.