Changeset 128241 in webkit


Ignore:
Timestamp:
Sep 11, 2012 4:42:55 PM (12 years ago)
Author:
psolanki@apple.com
Message:

Add ObjcRuntimeExtras.h to the Xcode project file
https://bugs.webkit.org/show_bug.cgi?id=96419

Reviewed by Alexey Proskuryakov.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r128203 r128241  
     12012-09-11  Pratik Solanki  <psolanki@apple.com>
     2
     3        Add ObjcRuntimeExtras.h to the Xcode project file
     4        https://bugs.webkit.org/show_bug.cgi?id=96419
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * WTF.xcodeproj/project.pbxproj:
     9
    1102012-09-11  Adrienne Walker  <enne@google.com>
    211
  • trunk/Source/WTF/WTF.xcodeproj/project.pbxproj

    r128153 r128241  
    1818                4F0321BC156AA8D1006EBAF6 /* BitArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F0321BB156AA8D1006EBAF6 /* BitArray.h */; };
    1919                4F1D115415FF11BE0026E908 /* MemoryInstrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1D115315FF11BE0026E908 /* MemoryInstrumentation.h */; };
     20                7E29C33E15FFD79B00516D61 /* ObjcRuntimeExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E29C33D15FFD79B00516D61 /* ObjcRuntimeExtras.h */; };
    2021                8134013815B092FD001FF0B8 /* Base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8134013615B092FD001FF0B8 /* Base64.cpp */; };
    2122                8134013915B092FD001FF0B8 /* Base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 8134013715B092FD001FF0B8 /* Base64.h */; };
     
    271272                5D247B7314689C4700E78B76 /* WTF.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WTF.xcconfig; sourceTree = "<group>"; };
    272273                5D247EB11468B01500E78B76 /* HeaderDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HeaderDetection.h; path = DerivedSources/WTF/HeaderDetection.h; sourceTree = BUILT_PRODUCTS_DIR; };
     274                7E29C33D15FFD79B00516D61 /* ObjcRuntimeExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ObjcRuntimeExtras.h; sourceTree = "<group>"; };
    273275                8134013615B092FD001FF0B8 /* Base64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base64.cpp; sourceTree = "<group>"; };
    274276                8134013715B092FD001FF0B8 /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; };
     
    662664                                A8A472D5151A825B004123FF /* NumberOfCores.cpp */,
    663665                                A8A472D6151A825B004123FF /* NumberOfCores.h */,
     666                                7E29C33D15FFD79B00516D61 /* ObjcRuntimeExtras.h */,
    664667                                A8A472D7151A825B004123FF /* OSAllocator.h */,
    665668                                A8A472D8151A825B004123FF /* OSAllocatorPosix.cpp */,
     
    983986                                A8A473F3151A825B004123FF /* NullPtr.h in Headers */,
    984987                                A8A473F5151A825B004123FF /* NumberOfCores.h in Headers */,
     988                                7E29C33E15FFD79B00516D61 /* ObjcRuntimeExtras.h in Headers */,
    985989                                A8A473F6151A825B004123FF /* OSAllocator.h in Headers */,
    986990                                A8A473FA151A825B004123FF /* OSRandomSource.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.