Changeset 139717 in webkit


Ignore:
Timestamp:
Jan 14, 2013 10:15:57 PM (11 years ago)
Author:
ddkilzer@apple.com
Message:

Remove nonexistent file in ANGLE Xcode project

  • ANGLE.xcodeproj/project.pbxproj: Remove references to

ossource_nspr.cpp which was removed in r139665.

Location:
trunk/Source/ThirdParty/ANGLE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj

    r139702 r139717  
    153153                90D9B0FD12E11DCB002D4255 /* glslang_tab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glslang_tab.h; sourceTree = "<group>"; };
    154154                90D9B0FE12E11DCB002D4255 /* glslang.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glslang.h; sourceTree = "<group>"; };
    155                 90D9B0FF12E11DCB002D4255 /* ossource_nspr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ossource_nspr.cpp; sourceTree = "<group>"; };
    156155                90D9B10012E11DCB002D4255 /* SearchSymbol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SearchSymbol.cpp; sourceTree = "<group>"; };
    157156                90D9B10112E11DCB002D4255 /* SearchSymbol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchSymbol.h; sourceTree = "<group>"; };
     
    415414                                FB39D2371200F35A00088E69 /* MMap.h */,
    416415                                FB39D2381200F35A00088E69 /* osinclude.h */,
    417                                 90D9B0FF12E11DCB002D4255 /* ossource_nspr.cpp */,
    418416                                FB39D2391200F35A00088E69 /* ossource_posix.cpp */,
    419417                                FB39D23A1200F35A00088E69 /* ossource_win.cpp */,
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r139705 r139717  
     12013-01-14  David Kilzer  <ddkilzer@apple.com>
     2
     3        Remove nonexistent file in ANGLE Xcode project
     4
     5        * ANGLE.xcodeproj/project.pbxproj: Remove references to
     6        ossource_nspr.cpp which was removed in r139665.
     7
    182013-01-14  Dean Jackson  <dino@apple.com>
    29
Note: See TracChangeset for help on using the changeset viewer.