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

Changeset 89325 in webkit


Ignore:
Timestamp:
Jun 20, 2011, 6:07:04 PM (15 years ago)
Author:
abarth@webkit.org
Message:

2011-06-20 Adam Barth <abarth@webkit.org>

Mac build fix. In addition to adding the files to the project, we need
to add them to the WebCore target.

  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r89323 r89325  
     12011-06-20  Adam Barth  <abarth@webkit.org>
     2
     3        Mac build fix.  In addition to adding the files to the project, we need
     4        to add them to the WebCore target.
     5
     6        * WebCore.xcodeproj/project.pbxproj:
     7
    182011-06-20  Adam Barth  <abarth@webkit.org>
    29
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r89321 r89325  
    805805                372C00D9129619F8005C9575 /* FindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 372C00D8129619F8005C9575 /* FindOptions.h */; settings = {ATTRIBUTES = (Private, ); }; };
    806806                3744570F0DB05FA500AE0992 /* SVGGlyphMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 3744570E0DB05FA500AE0992 /* SVGGlyphMap.h */; };
    807                 37569E0313AF172C00CDBA8E /* SharedBufferChunkReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37569E0013AF172C00CDBA8E /* SharedBufferChunkReader.cpp */; };
    808                 37569E0513AF172C00CDBA8E /* SharedBufferChunkReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 37569E0213AF172C00CDBA8E /* SharedBufferChunkReader.h */; };
    809807                375CD232119D43C800A2A859 /* Hyphenation.h in Headers */ = {isa = PBXBuildFile; fileRef = 375CD231119D43C800A2A859 /* Hyphenation.h */; };
    810808                375CD23B119D44EA00A2A859 /* HyphenationMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 375CD239119D44EA00A2A859 /* HyphenationMac.mm */; };
     
    31653163                979F43D31075E44A0000F83B /* NavigationScheduler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 979F43D11075E44A0000F83B /* NavigationScheduler.cpp */; };
    31663164                979F43D41075E44A0000F83B /* NavigationScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 979F43D21075E44A0000F83B /* NavigationScheduler.h */; settings = {ATTRIBUTES = (Private, ); }; };
     3165                97B1F02E13B025CA00F5103F /* SharedBufferChunkReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37569E0013AF172C00CDBA8E /* SharedBufferChunkReader.cpp */; };
     3166                97B1F02F13B025D200F5103F /* SharedBufferChunkReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 37569E0213AF172C00CDBA8E /* SharedBufferChunkReader.h */; };
    31673167                97BC84831236FD93000C6161 /* TextDocumentParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC84811236FD93000C6161 /* TextDocumentParser.cpp */; };
    31683168                97BC84841236FD93000C6161 /* TextDocumentParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC84821236FD93000C6161 /* TextDocumentParser.h */; };
     
    2301723017                                B1AD4E7C13A12A7200846B27 /* CueParser.h in Headers */,
    2301823018                                B1AD4E7D13A12A7200846B27 /* CueParserPrivate.h in Headers */,
     23019                                97B1F02F13B025D200F5103F /* SharedBufferChunkReader.h in Headers */,
    2301923020                        );
    2302023021                        runOnlyForDeploymentPostprocessing = 0;
     
    2577225773                                43A0F0B113AC7D6D00A5F0A7 /* SVGAnimatedNumber.cpp in Sources */,
    2577325774                                43A0F0B613ACCCFF00A5F0A7 /* SVGAnimatedType.cpp in Sources */,
     25775                                97B1F02E13B025CA00F5103F /* SharedBufferChunkReader.cpp in Sources */,
    2577425776                        );
    2577525777                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.