Changeset 238055 in webkit


Ignore:
Timestamp:
Nov 9, 2018, 2:32:12 PM (6 years ago)
Author:
Keith Rollin
Message:

Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324

Remove the use of .xcfilelists until their side-effects are better
understood.

Source/JavaScriptCore:

Source/WebCore:

  • WebCore.xcodeproj/project.pbxproj:

Source/WebKit:

  • WebKit.xcodeproj/project.pbxproj:
Location:
trunk/Source
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r238031 r238055  
     12018-11-09  Keith Rollin  <krollin@apple.com>
     2
     3        Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324
     4
     5        Remove the use of .xcfilelists until their side-effects are better
     6        understood.
     7
     8        * JavaScriptCore.xcodeproj/project.pbxproj:
     9
    1102018-11-09  Keith Miller  <keith_miller@apple.com>
    211
  • trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r238008 r238055  
    44        classes = {
    55        };
    6         objectVersion = 51;
     6        objectVersion = 46;
    77        objects = {
    88
     
    1016410164                        name = "Generate Unified Sources";
    1016510165                        outputFileListPaths = (
    10166                                 "$(SRCROOT)/UnifiedSources.xcfilelist",
    1016710166                        );
    1016810167                        outputPaths = (
     
    1027410273                        name = "Generate Derived Sources";
    1027510274                        outputFileListPaths = (
    10276                                 "$(SRCROOT)/DerivedSources.xcfilelist",
    1027710275                        );
    1027810276                        outputPaths = (
  • trunk/Source/WebCore/ChangeLog

    r238054 r238055  
     12018-11-09  Keith Rollin  <krollin@apple.com>
     2
     3        Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324
     4
     5        Remove the use of .xcfilelists until their side-effects are better
     6        understood.
     7
     8        * WebCore.xcodeproj/project.pbxproj:
     9
    1102018-11-09  Jer Noble  <jer.noble@apple.com>
    211
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r238049 r238055  
    44        classes = {
    55        };
    6         objectVersion = 51;
     6        objectVersion = 46;
    77        objects = {
    88
     
    3202032020                        name = "Generate Unified Sources";
    3202132021                        outputFileListPaths = (
    32022                                 "$(SRCROOT)/UnifiedSources.xcfilelist",
    3202332022                        );
    3202432023                        outputPaths = (
     
    3212532124                        name = "Generate Derived Sources";
    3212632125                        outputFileListPaths = (
    32127                                 "$(SRCROOT)/DerivedSources.xcfilelist",
    3212832126                        );
    3212932127                        outputPaths = (
  • trunk/Source/WebKit/ChangeLog

    r238051 r238055  
     12018-11-09  Keith Rollin  <krollin@apple.com>
     2
     3        Unreviewed build fix after https://bugs.webkit.org/show_bug.cgi?id=191324
     4
     5        Remove the use of .xcfilelists until their side-effects are better
     6        understood.
     7
     8        * WebKit.xcodeproj/project.pbxproj:
     9
    1102018-11-09  Basuke Suzuki  <basuke.suzuki@sony.com>
    211
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r238008 r238055  
    44        classes = {
    55        };
    6         objectVersion = 51;
     6        objectVersion = 46;
    77        objects = {
    88
     
    1019010190                        name = "Generate Unified Sources";
    1019110191                        outputFileListPaths = (
    10192                                 "$(SRCROOT)/UnifiedSources.xcfilelist",
    1019310192                        );
    1019410193                        outputPaths = (
     
    1055410553                        name = "Generate Derived Sources";
    1055510554                        outputFileListPaths = (
    10556                                 "$(SRCROOT)/DerivedSources.xcfilelist",
    1055710555                        );
    1055810556                        outputPaths = (
Note: See TracChangeset for help on using the changeset viewer.