Ignore:
Timestamp:
Jan 20, 2009, 8:57:04 AM (16 years ago)
Author:
[email protected]
Message:

Move runtime/ByteArray to wtf/ByteArray

RS=Dan Bernstein

Location:
trunk/JavaScriptCore/JavaScriptCore.vcproj
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r39625 r40055  
    323323                        <File
    324324                                RelativePath="..\..\runtime\BooleanPrototype.h"
    325                                 >
    326                         </File>
    327                         <File
    328                                 RelativePath="..\..\runtime\ByteArray.cpp"
    329                                 >
    330                         </File>
    331                         <File
    332                                 RelativePath="..\..\runtime\ByteArray.h"
    333325                                >
    334326                        </File>
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj

    r39784 r40055  
    231231                        >
    232232                </File>
     233            <File
     234                RelativePath="..\..\runtime\ByteArray.cpp"
     235                >
     236        </File>
     237        <File
     238                RelativePath="..\..\runtime\ByteArray.h"
     239                >
     240        </File>
    233241                <File
    234242                        RelativePath="..\..\wtf\unicode\Collator.h"
Note: See TracChangeset for help on using the changeset viewer.