Changeset 70540 in webkit


Ignore:
Timestamp:
Oct 26, 2010 11:04:55 AM (14 years ago)
Author:
Adam Roben
Message:

Pull in the FeatureDefines*.vsprops files when building DRT

This ensures that various ENABLE() macros will get set correctly.
(Prior to r70320 we were picking up the ENABLE(3D_RENDERING) flag
through wtf/Platform.h.)

Fixes <http://webkit.org/b/48343> REGRESSION (r70320): DumpRenderTree
says 3D_RENDERING is disabled even when it is enabled

Reviewed by Ada Chan.

  • DumpRenderTree/win/DumpRenderTree.vcproj: Added

FeaturesDefines*.vsprops to all configurations.

  • DumpRenderTree/win/DumpRenderTreeWin.h: Touched to force a rebuild.
Location:
trunk/WebKitTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r70537 r70540  
     12010-10-26  Adam Roben  <aroben@apple.com>
     2
     3        Pull in the FeatureDefines*.vsprops files when building DRT
     4
     5        This ensures that various ENABLE() macros will get set correctly.
     6        (Prior to r70320 we were picking up the ENABLE(3D_RENDERING) flag
     7        through wtf/Platform.h.)
     8
     9        Fixes <http://webkit.org/b/48343> REGRESSION (r70320): DumpRenderTree
     10        says 3D_RENDERING is disabled even when it is enabled
     11
     12        Reviewed by Ada Chan.
     13
     14        * DumpRenderTree/win/DumpRenderTree.vcproj: Added
     15        FeaturesDefines*.vsprops to all configurations.
     16
     17        * DumpRenderTree/win/DumpRenderTreeWin.h: Touched to force a rebuild.
     18
    1192010-10-26  Søren Gjesse  <sgjesse@chromium.org>
    220
  • trunk/WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj

    r68098 r70540  
    1919                        Name="Debug|Win32"
    2020                        ConfigurationType="1"
    21                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
     21                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\FeatureDefines.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
    2222                        CharacterSet="1"
    2323                        >
     
    9292                        Name="Release|Win32"
    9393                        ConfigurationType="1"
    94                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
     94                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\FeatureDefines.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
    9595                        CharacterSet="1"
    9696                        WholeProgramOptimization="1"
     
    166166                        Name="Debug_Internal|Win32"
    167167                        ConfigurationType="1"
    168                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops"
     168                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\FeatureDefines.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops"
    169169                        CharacterSet="1"
    170170                        >
     
    238238                        Name="Debug_Cairo|Win32"
    239239                        ConfigurationType="1"
    240                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
     240                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\FeatureDefinesCairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
    241241                        CharacterSet="1"
    242242                        >
     
    311311                        Name="Release_Cairo|Win32"
    312312                        ConfigurationType="1"
    313                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
     313                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\FeatureDefinesCairo.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;$(WebKitLibrariesDir)\tools\vsprops\WinCairo.vsprops"
    314314                        CharacterSet="1"
    315315                        WholeProgramOptimization="1"
     
    385385                        Name="Debug_All|Win32"
    386386                        ConfigurationType="1"
    387                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops"
     387                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\FeatureDefines.vsprops;$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops"
    388388                        CharacterSet="1"
    389389                        >
  • trunk/WebKitTools/DumpRenderTree/win/DumpRenderTreeWin.h

    r63668 r70540  
    1313 * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
    1414 *     its contributors may be used to endorse or promote products derived
    15  *     from this software without specific prior written permission. 
     15 *     from this software without specific prior written permission.
    1616 *
    1717 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
Note: See TracChangeset for help on using the changeset viewer.