Changeset 77126 in webkit


Ignore:
Timestamp:
Jan 31, 2011 6:34:24 AM (13 years ago)
Author:
pvarga@webkit.org
Message:

2011-01-31 Peter Varga <pvarga@webkit.org>

Reviewed by Andreas Kling.

Remove wrec from WebCore
https://bugs.webkit.org/show_bug.cgi?id=53298

No new tests needed.

  • Android.jscbindings.mk:
  • ForwardingHeaders/wrec/WREC.h: Removed.
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.vcproj/copyForwardingHeaders.cmd:
Location:
trunk/Source/WebCore
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/Android.jscbindings.mk

    r76216 r77126  
    4343        $(JAVASCRIPTCORE_PATH)/profiler \
    4444        $(JAVASCRIPTCORE_PATH)/runtime \
    45         $(JAVASCRIPTCORE_PATH)/wrec \
    4645        $(JAVASCRIPTCORE_PATH)/ForwardingHeaders \
    4746        \
  • trunk/Source/WebCore/ChangeLog

    r77125 r77126  
     12011-01-31  Peter Varga  <pvarga@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Remove wrec from WebCore
     6        https://bugs.webkit.org/show_bug.cgi?id=53298
     7
     8        No new tests needed.
     9
     10        * Android.jscbindings.mk:
     11        * ForwardingHeaders/wrec/WREC.h: Removed.
     12        * WebCore.vcproj/WebCore.vcproj:
     13        * WebCore.vcproj/copyForwardingHeaders.cmd:
     14
    1152011-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
    216
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r77103 r77126  
    6441064410                                </File>
    6441164411                        </Filter>
    64412                         <Filter
    64413                                 Name="wrec"
    64414                                 >
    64415                                 <File
    64416                                         RelativePath="..\ForwardingHeaders\wrec\WREC.h"
    64417                                         >
    64418                                 </File>
    64419                         </Filter>
    6442064412                </Filter>
    6442164413                <Filter
  • trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd

    r76370 r77126  
    1010mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\pcre"
    1111mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
    12 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wrec"
    1312mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf"
    1413mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\text"
     
    7877xcopy /y /d "%ProjectDir%..\ForwardingHeaders\pcre\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\pcre"
    7978xcopy /y /d "%ProjectDir%..\ForwardingHeaders\profiler\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
    80 xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wrec\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wrec"
    8179xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf"
    8280xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\text\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\text"
Note: See TracChangeset for help on using the changeset viewer.