Changeset 45831 in webkit


Ignore:
Timestamp:
Jul 13, 2009 11:34:44 AM (15 years ago)
Author:
bfulgham@webkit.org
Message:

WebCore:

2009-07-13 Brent Fulgham <bfulgham@webkit.org>

Reviewed by Adam Roben.

Add new configuration flag for redistributable Windows build.
https://bugs.webkit.org/show_bug.cgi=27087


  • WebCore.vcproj/WebCore.vcproj: Add new WinCairo.vsprops to Debug_Cairo and Release_Cairo builds.
  • config.h: Check for presence of WIN_CAIRO and select appropriate configuration. Defaults to standard Apple build.

WebKit/win:

2009-07-13 Brent Fulgham <bfulgham@webkit.org>

Reviewed by Adam Roben.

Add new configuration flag for redistributable Windows build.
https://bugs.webkit.org/show_bug.cgi=27087

  • WebKit.vcproj/WebKit.vcproj: Add new WinCairo.vsprops to Debug_Cairo and Release_Cairo targets.

WebKitLibraries:

2009-07-13 Brent Fulgham <bfulgham@webkit.org>

Reviewed by Adam Roben.

Add new configuration flag for redistributable Windows build.
https://bugs.webkit.org/show_bug.cgi=27087


  • win/tools/vsprops/WinCairo.vsprops: Added. Defines the new WIN_CAIRO flag used to drive non-Apple Windows build.

WebKitTools:

2009-07-13 Brent Fulgham <bfulgham@webkit.org>

Reviewed by Adam Roben.

Add new configuration flag for redistributable Windows build.
https://bugs.webkit.org/show_bug.cgi=27087

  • DumpRenderTree/config.h: Check for presence of WIN_CAIRO and select appropriate configuration. Defaults to standard Apple build.
  • DumpRenderTree/win/DumpRenderTree.vcproj: Add new WinCairo.vsprops to Debug_Cairo and Release_Cairo targets.
Location:
trunk
Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r45830 r45831  
     12009-07-13  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Add new configuration flag for redistributable Windows build.
     6        https://bugs.webkit.org/show_bug.cgi=27087
     7       
     8        * WebCore.vcproj/WebCore.vcproj: Add new WinCairo.vsprops to
     9          Debug_Cairo and Release_Cairo builds.
     10        * config.h: Check for presence of WIN_CAIRO and select appropriate
     11          configuration.  Defaults to standard Apple build.
     12
    1132009-07-13  Peter Kasting  <pkasting@google.com>
    214
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r45830 r45831  
    185185                        Name="Debug_Cairo|Win32"
    186186                        ConfigurationType="4"
    187                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;.\WebCoreCommon.vsprops;.\WebCoreCairo.vsprops;.\WebCoreCURL.vsprops"
     187                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops;.\WebCoreCommon.vsprops;.\WebCoreCairo.vsprops;.\WebCoreCURL.vsprops"
    188188                        CharacterSet="1"
    189189                        >
     
    240240                        Name="Release_Cairo|Win32"
    241241                        ConfigurationType="4"
    242                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;.\WebCoreCommon.vsprops;.\WebCoreCairo.vsprops;.\WebCoreCURL.vsprops"
     242                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops;.\WebCoreCommon.vsprops;.\WebCoreCairo.vsprops;.\WebCoreCURL.vsprops"
    243243                        CharacterSet="1"
    244244                        WholeProgramOptimization="1"
     
    2426024260                        </File>
    2426124261                        <File
     24262                                RelativePath="..\html\CollectionCache.cpp"
     24263                                >
     24264                                <FileConfiguration
     24265                                        Name="Release_PGO|Win32"
     24266                                        >
     24267                                        <Tool
     24268                                                Name="VCCLCompilerTool"
     24269                                                WholeProgramOptimization="true"
     24270                                        />
     24271                                </FileConfiguration>
     24272                        </File>
     24273                        <File
     24274                                RelativePath="..\html\CollectionCache.h"
     24275                                >
     24276                        </File>
     24277                        <File
     24278                                RelativePath="..\html\CollectionType.h"
     24279                                >
     24280                        </File>
     24281                        <File
     24282                                RelativePath="..\html\DataGridColumn.cpp"
     24283                                >
     24284                        </File>
     24285                        <File
     24286                                RelativePath="..\html\DataGridColumn.h"
     24287                                >
     24288                        </File>
     24289                        <File
     24290                                RelativePath="..\html\DataGridColumnList.cpp"
     24291                                >
     24292                        </File>
     24293                        <File
     24294                                RelativePath="..\html\DataGridColumnList.h"
     24295                                >
     24296                        </File>
     24297                        <File
     24298                                RelativePath="..\html\DataGridDataSource.h"
     24299                                >
     24300                        </File>
     24301                        <File
    2426224302                                RelativePath="..\html\DOMDataGridDataSource.cpp"
    2426324303                                >
     
    2426524305                        <File
    2426624306                                RelativePath="..\html\DOMDataGridDataSource.h"
    24267                                 >
    24268                         </File>
    24269                         <File
    24270                                 RelativePath="..\html\CollectionCache.cpp"
    24271                                 >
    24272                                 <FileConfiguration
    24273                                         Name="Release_PGO|Win32"
    24274                                         >
    24275                                         <Tool
    24276                                                 Name="VCCLCompilerTool"
    24277                                                 WholeProgramOptimization="true"
    24278                                         />
    24279                                 </FileConfiguration>
    24280                         </File>
    24281                         <File
    24282                                 RelativePath="..\html\CollectionCache.h"
    24283                                 >
    24284                         </File>
    24285                         <File
    24286                                 RelativePath="..\html\CollectionType.h"
    24287                                 >
    24288                         </File>
    24289                         <File
    24290                                 RelativePath="..\html\DataGridColumn.cpp"
    24291                                 >
    24292                         </File>
    24293                         <File
    24294                                 RelativePath="..\html\DataGridColumn.h"
    24295                                 >
    24296                         </File>
    24297                         <File
    24298                                 RelativePath="..\html\DataGridColumnList.cpp"
    24299                                 >
    24300                         </File>
    24301                         <File
    24302                                 RelativePath="..\html\DataGridColumnList.h"
    24303                                 >
    24304                         </File>
    24305                         <File
    24306                                 RelativePath="..\html\DataGridDataSource.h"
    2430724307                                >
    2430824308                        </File>
  • trunk/WebCore/config.h

    r44702 r45831  
    108108
    109109#if PLATFORM(WIN)
     110#if defined(WIN_CAIRO)
     111#undef WTF_PLATFORM_CG
     112#define WTF_PLATFORM_CAIRO 1
     113#undef WTF_USE_CFNETWORK
     114#define WTF_USE_CURL 1
     115#ifndef _WINSOCKAPI_
     116#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h
     117#endif
     118#else
    110119#define WTF_PLATFORM_CG 1
    111120#undef WTF_PLATFORM_CAIRO
    112121#define WTF_USE_CFNETWORK 1
     122#undef WTF_USE_CURL
     123#endif
    113124#undef WTF_USE_WININET
    114125#define WTF_PLATFORM_CF 1
  • trunk/WebKit/win/ChangeLog

    r45789 r45831  
     12009-07-13  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Add new configuration flag for redistributable Windows build.
     6        https://bugs.webkit.org/show_bug.cgi=27087
     7
     8        * WebKit.vcproj/WebKit.vcproj: Add new WinCairo.vsprops to
     9          Debug_Cairo and Release_Cairo targets.
     10
    1112009-07-12  Brent Fulgham  <bfulgham@gmail.com>
    212
  • trunk/WebKit/win/WebKit.vcproj/WebKit.vcproj

    r45695 r45831  
    248248                        IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)"
    249249                        ConfigurationType="2"
    250                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
     250                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
    251251                        CharacterSet="1"
    252252                        >
     
    326326                        IntermediateDirectory="$(WebKitOutputDir)\obj\$(ProjectName)\$(ConfigurationName)"
    327327                        ConfigurationType="2"
    328                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
     328                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
    329329                        CharacterSet="1"
    330330                        WholeProgramOptimization="1"
  • trunk/WebKitLibraries/ChangeLog

    r45744 r45831  
     12009-07-13  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Add new configuration flag for redistributable Windows build.
     6        https://bugs.webkit.org/show_bug.cgi=27087
     7       
     8        * win/tools/vsprops/WinCairo.vsprops: Added.  Defines the
     9          new WIN_CAIRO flag used to drive non-Apple Windows build.
     10
    1112009-07-10  Eric Carlson  <eric.carlson@apple.com>
    212
  • trunk/WebKitTools/ChangeLog

    r45817 r45831  
     12009-07-13  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Add new configuration flag for redistributable Windows build.
     6        https://bugs.webkit.org/show_bug.cgi=27087
     7
     8        * DumpRenderTree/config.h: Check for presence of WIN_CAIRO and
     9          select appropriate configuration. Defaults to standard Apple build.
     10        * DumpRenderTree/win/DumpRenderTree.vcproj: Add new WinCairo.vsprops
     11          to Debug_Cairo and Release_Cairo targets.
     12
    1132009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
    214
  • trunk/WebKitTools/DumpRenderTree/config.h

    r45509 r45831  
    3737#if PLATFORM(WIN)
    3838#define WTF_PLATFORM_CF 1
     39#if defined(WIN_CAIRO)
     40#define WTF_PLATFORM_CAIRO 1
     41#define WTF_USE_CURL 1
     42#else
    3943#define WTF_PLATFORM_CG 1
     44#define WTF_USE_CFNETWORK 1
     45#endif
    4046
    4147#undef _WIN32_WINNT
  • trunk/WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj

    r45505 r45831  
    235235                        Name="Debug_Cairo|Win32"
    236236                        ConfigurationType="1"
    237                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
     237                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
    238238                        CharacterSet="1"
    239239                        >
     
    307307                        Name="Release_Cairo|Win32"
    308308                        ConfigurationType="1"
    309                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
     309                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
    310310                        CharacterSet="1"
    311311                        WholeProgramOptimization="1"
Note: See TracChangeset for help on using the changeset viewer.