Changeset 54250 in webkit


Ignore:
Timestamp:
Feb 2, 2010 1:09:35 PM (14 years ago)
Author:
Adam Roben
Message:

Copy WebCore's bindings generation scripts to the PrivateHeaders directory on Mac

This will allow other projects to use these scripts.

Fixes <http://webkit.org/b/34498>.

Reviewed by Mark Rowe.

  • WebCore.xcodeproj/project.pbxproj: Added the bindings generation

scripst to the Copy Headers phase, and marked them as Private.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54249 r54250  
     12010-02-02  Adam Roben  <aroben@apple.com>
     2
     3        Copy WebCore's bindings generation scripts to the PrivateHeaders
     4        directory on Mac
     5
     6        This will allow other projects to use these scripts.
     7
     8        Fixes <http://webkit.org/b/34498>.
     9
     10        Reviewed by Mark Rowe.
     11
     12        * WebCore.xcodeproj/project.pbxproj: Added the bindings generation
     13        scripst to the Copy Headers phase, and marked them as Private.
     14
    1152010-02-02  Adam Roben  <aroben@apple.com>
    216
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r54205 r54250  
    46194619                BCFF64910EAD15C200C1D6F7 /* LengthBox.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFF648F0EAD15C200C1D6F7 /* LengthBox.h */; settings = {ATTRIBUTES = (Private, ); }; };
    46204620                BCFF64920EAD15C200C1D6F7 /* LengthSize.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFF64900EAD15C200C1D6F7 /* LengthSize.h */; settings = {ATTRIBUTES = (Private, ); }; };
     4621                C0C054CB1118C8E400CE2636 /* CodeGenerator.pm in Headers */ = {isa = PBXBuildFile; fileRef = 93F8B3050A300FE100F61AB8 /* CodeGenerator.pm */; settings = {ATTRIBUTES = (Private, ); }; };
     4622                C0C054CC1118C8E400CE2636 /* generate-bindings.pl in Headers */ = {isa = PBXBuildFile; fileRef = 93F8B3070A300FEA00F61AB8 /* generate-bindings.pl */; settings = {ATTRIBUTES = (Private, ); }; };
     4623                C0C054CD1118C8E400CE2636 /* IDLParser.pm in Headers */ = {isa = PBXBuildFile; fileRef = 14813BF309EDF88E00F757E1 /* IDLParser.pm */; settings = {ATTRIBUTES = (Private, ); }; };
     4624                C0C054CE1118C8E400CE2636 /* IDLStructure.pm in Headers */ = {isa = PBXBuildFile; fileRef = 93F8B3080A300FEA00F61AB8 /* IDLStructure.pm */; settings = {ATTRIBUTES = (Private, ); }; };
    46214625                C0DFC8700DB6841A003EAE7C /* JSConsoleCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0DFC86F0DB6841A003EAE7C /* JSConsoleCustom.cpp */; };
    46224626                C105DA620F3AA68F001DD44F /* TextEncodingDetectorICU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C105DA610F3AA68F001DD44F /* TextEncodingDetectorICU.cpp */; };
     
    1614016144                                85031B400A44EFC700F992E0 /* ClipboardEvent.h in Headers */,
    1614116145                                93F199E708245E59001E9ABC /* ClipboardMac.h in Headers */,
     16146                                C0C054CB1118C8E400CE2636 /* CodeGenerator.pm in Headers */,
    1614216147                                BC5EB5DF0E81B9AB00B25965 /* CollapsedBorderValue.h in Headers */,
    1614316148                                93C441F00F813A1A00C1A634 /* CollectionCache.h in Headers */,
     
    1708617091                                935C477509AC4D8E00A6AAB4 /* GapRects.h in Headers */,
    1708717092                                1432E8470C51493800B1500F /* GCController.h in Headers */,
     17093                                C0C054CC1118C8E400CE2636 /* generate-bindings.pl in Headers */,
    1708817094                                BC23F0DB0DAFF4A4009FDC91 /* GeneratedImage.h in Headers */,
    1708917095                                BCE04C8A0DAFF7A0007A0F41 /* Generator.h in Headers */,
     
    1721917225                                1A71D57C0F33819000F9CE4E /* IdentifierRep.h in Headers */,
    1722017226                                49E911C50EF86D47009D0CAF /* IdentityTransformOperation.h in Headers */,
     17227                                C0C054CD1118C8E400CE2636 /* IDLParser.pm in Headers */,
     17228                                C0C054CE1118C8E400CE2636 /* IDLStructure.pm in Headers */,
    1722117229                                B27535700B053814002CE64F /* Image.h in Headers */,
    1722217230                                B2A10B920B3818BD00099AA4 /* ImageBuffer.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.