Changeset 58165 in webkit


Ignore:
Timestamp:
Apr 23, 2010 7:59:41 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-23 Patrick Gansterer <paroga@paroga.com>

Reviewed by Laszlo Gombos.

[WIN] Move OwnPtrWin.cpp into platform specific folder.
https://bugs.webkit.org/show_bug.cgi?id=38042

Location:
trunk/JavaScriptCore
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r58164 r58165  
     12010-04-23  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [WIN] Move OwnPtrWin.cpp into platform specific folder.
     6        https://bugs.webkit.org/show_bug.cgi?id=38042
     7
     8        * JavaScriptCore.gypi:
     9        * JavaScriptCore.vcproj/WTF/WTF.vcproj:
     10        * wtf/OwnPtrWin.cpp: Removed.
     11        * wtf/win/OwnPtrWin.cpp: Copied from JavaScriptCore/wtf/OwnPtrWin.cpp.
     12
    1132010-04-23  Patrick Gansterer  <paroga@paroga.com>
    214
  • trunk/JavaScriptCore/JavaScriptCore.gypi

    r58136 r58165  
    384384            'wtf/OwnPtr.h',
    385385            'wtf/OwnPtrCommon.h',
    386             'wtf/OwnPtrWin.cpp',
    387386            'wtf/PassOwnPtr.h',
    388387            'wtf/PassRefPtr.h',
     
    452451            'wtf/WTFThreadData.h',
    453452            'wtf/win/MainThreadWin.cpp',
     453            'wtf/win/OwnPtrWin.cpp',
    454454            'wtf/wx/MainThreadWx.cpp',
    455455            'yarr/RegexCompiler.cpp',
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj

    r58136 r58165  
    240240                                >
    241241                        </File>
     242                        <File
     243                                RelativePath="..\..\wtf\win\OwnPtrWin.cpp"
     244                                >
     245                        </File>
    242246                </Filter>
    243247                <File
     
    422426                </File>
    423427                <File
    424                         RelativePath="..\..\wtf\OwnPtrWin.cpp"
    425                         >
    426                 </File>
    427                 <File
    428428                        RelativePath="..\..\wtf\PassOwnPtr.h"
    429429                        >
Note: See TracChangeset for help on using the changeset viewer.