Changeset 13675 in webkit


Ignore:
Timestamp:
Apr 3, 2006 11:54:07 PM (18 years ago)
Author:
darin
Message:
  • tried to fix build again
  • WebCore.xcodeproj/project.pbxproj: Removed JSStyleSheet files.
  • WebCore.vcproj/WebCore/WebCore.vcproj: Ditto.
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r13674 r13675  
     12006-04-03  Darin Adler  <darin@apple.com>
     2
     3        - tried to fix build again
     4
     5        * WebCore.xcodeproj/project.pbxproj: Removed JSStyleSheet files.
     6        * WebCore.vcproj/WebCore/WebCore.vcproj: Ditto.
     7
    182006-04-03  Darin Adler  <darin@apple.com>
    29
  • trunk/WebCore/WebCore.vcproj/WebCore/WebCore.vcproj

    r13668 r13675  
    396396                        </File>
    397397                        <File
    398                                 RelativePath="..\..\DerivedSources\WebCore\JSStyleSheet.cpp"
    399                                 >
    400                         </File>
    401                         <File
    402398                                RelativePath="..\..\DerivedSources\WebCore\JSText.cpp"
    403399                                >
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r13669 r13675  
    161161                930705D809E0C9B700B17FE4 /* JSCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 930705D709E0C9B700B17FE4 /* JSCounter.cpp */; };
    162162                930705DA09E0C9BF00B17FE4 /* JSCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 930705D909E0C9BF00B17FE4 /* JSCounter.h */; };
    163                 930705DC09E0C9DB00B17FE4 /* JSStyleSheet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 930705DB09E0C9DB00B17FE4 /* JSStyleSheet.cpp */; };
    164                 930705DE09E0C9E000B17FE4 /* JSStyleSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 930705DD09E0C9E000B17FE4 /* JSStyleSheet.h */; };
    165163                930705E909E0C9F000B17FE4 /* JSCSSPrimitiveValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 930705E809E0C9F000B17FE4 /* JSCSSPrimitiveValue.cpp */; };
    166164                930705EB09E0C9F600B17FE4 /* JSCSSPrimitiveValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 930705EA09E0C9F600B17FE4 /* JSCSSPrimitiveValue.h */; };
     
    13891387                930705D709E0C9B700B17FE4 /* JSCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCounter.cpp; sourceTree = "<group>"; };
    13901388                930705D909E0C9BF00B17FE4 /* JSCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCounter.h; sourceTree = "<group>"; };
    1391                 930705DB09E0C9DB00B17FE4 /* JSStyleSheet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSStyleSheet.cpp; sourceTree = "<group>"; };
    1392                 930705DD09E0C9E000B17FE4 /* JSStyleSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSStyleSheet.h; sourceTree = "<group>"; };
    13931389                930705E809E0C9F000B17FE4 /* JSCSSPrimitiveValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCSSPrimitiveValue.cpp; sourceTree = "<group>"; };
    13941390                930705EA09E0C9F600B17FE4 /* JSCSSPrimitiveValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCSSPrimitiveValue.h; sourceTree = "<group>"; };
     
    26512647                                65DF31ED09D1CC60000BE325 /* JSRange.cpp */,
    26522648                                65DF31EE09D1CC60000BE325 /* JSRange.h */,
    2653                                 930705DB09E0C9DB00B17FE4 /* JSStyleSheet.cpp */,
    2654                                 930705DD09E0C9E000B17FE4 /* JSStyleSheet.h */,
    26552649                                65DF31EF09D1CC60000BE325 /* JSText.cpp */,
    26562650                                65DF31F009D1CC60000BE325 /* JSText.h */,
     
    47984792                                9307056C09E0AF8F00B17FE4 /* csshelper.h in Headers */,
    47994793                                930705DA09E0C9BF00B17FE4 /* JSCounter.h in Headers */,
    4800                                 930705DE09E0C9E000B17FE4 /* JSStyleSheet.h in Headers */,
    48014794                                930705EB09E0C9F600B17FE4 /* JSCSSPrimitiveValue.h in Headers */,
    48024795                        );
     
    54915484                                9326DC0C09DAD5D600AFC847 /* CharsetData.cpp in Sources */,
    54925485                                930705D809E0C9B700B17FE4 /* JSCounter.cpp in Sources */,
    5493                                 930705DC09E0C9DB00B17FE4 /* JSStyleSheet.cpp in Sources */,
    54945486                                930705E909E0C9F000B17FE4 /* JSCSSPrimitiveValue.cpp in Sources */,
    54955487                        );
Note: See TracChangeset for help on using the changeset viewer.