Changeset 63829 in webkit


Ignore:
Timestamp:
Jul 21, 2010 9:01:33 AM (14 years ago)
Author:
Adam Roben
Message:

Give InjectedBundle our standard set of configurations (minus the *_Cairo variants)

InjectedBundle's Debug_All configuration was the same as is Debug
configuration, and it was missing a Debug_Internal configuration.

Fixes <http://webkit.org/b/42749> InjectedBundle's build
configurations are screwy

Reviewed by Darin Adler.

WebKit/win:

Update WebKit.sln for InjectedBundle's Debug_Internal configuration

  • WebKit.vcproj/WebKit.sln: Build the Debug_Internal variant of

InjectedBundle when we're using the Debug_Internal solution
configuration.

WebKitTools:

  • WebKitTestRunner/InjectedBundle/win/InjectedBundle.vcproj: Added

debug_internal.vsprops and debug_all.vsprops to the Debug_All
configuration. Added a Debug_Internal configuration.

  • WebKitTestRunner/WebKitTestRunner.sln: Build the Debug_Internal

variant of InjectedBundle when we're using the Debug_Internal solution
configuration.

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/win/ChangeLog

    r63827 r63829  
     12010-07-21  Adam Roben  <aroben@apple.com>
     2
     3        Update WebKit.sln for InjectedBundle's Debug_Internal configuration
     4
     5        Fixes <http://webkit.org/b/42749> InjectedBundle's build
     6        configurations are screwy
     7
     8        Reviewed by Darin Adler.
     9
     10        * WebKit.vcproj/WebKit.sln: Build the Debug_Internal variant of
     11        InjectedBundle when we're using the Debug_Internal solution
     12        configuration.
     13
    1142010-07-21  Adam Roben  <aroben@apple.com>
    215
  • trunk/WebKit/win/WebKit.vcproj/WebKit.sln

    r63827 r63829  
    416416                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Cairo|Win32.ActiveCfg = Debug|Win32
    417417                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Cairo|Win32.Build.0 = Debug|Win32
    418                 {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.ActiveCfg = Debug|Win32
    419                 {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.Build.0 = Debug|Win32
     418                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.ActiveCfg = Debug_Internal|Win32
     419                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.Build.0 = Debug_Internal|Win32
    420420                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug|Win32.ActiveCfg = Debug|Win32
    421421                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug|Win32.Build.0 = Debug|Win32
  • trunk/WebKitTools/ChangeLog

    r63828 r63829  
     12010-07-21  Adam Roben  <aroben@apple.com>
     2
     3        Give InjectedBundle our standard set of configurations (minus the
     4        *_Cairo variants)
     5
     6        InjectedBundle's Debug_All configuration was the same as is Debug
     7        configuration, and it was missing a Debug_Internal configuration.
     8
     9        Fixes <http://webkit.org/b/42749> InjectedBundle's build
     10        configurations are screwy
     11
     12        Reviewed by Darin Adler.
     13
     14        * WebKitTestRunner/InjectedBundle/win/InjectedBundle.vcproj: Added
     15        debug_internal.vsprops and debug_all.vsprops to the Debug_All
     16        configuration. Added a Debug_Internal configuration.
     17
     18        * WebKitTestRunner/WebKitTestRunner.sln: Build the Debug_Internal
     19        variant of InjectedBundle when we're using the Debug_Internal solution
     20        configuration.
     21
    1222010-07-21  Adam Roben  <aroben@apple.com>
    223
  • trunk/WebKitTools/WebKitTestRunner/InjectedBundle/win/InjectedBundle.vcproj

    r63828 r63829  
    152152                        Name="Debug_All|Win32"
    153153                        ConfigurationType="2"
    154                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;..\..\Configurations\InjectedBundleCommon.vsprops"
     154                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops;..\..\Configurations\InjectedBundleCommon.vsprops"
    155155                        CharacterSet="1"
    156156                        >
     
    213213                        <Tool
    214214                                Name="VCPostBuildEventTool"
    215                                 CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
     215                                CommandLine=""
     216                        />
     217                </Configuration>
     218                <Configuration
     219                        Name="Debug_Internal|Win32"
     220                        ConfigurationType="2"
     221                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;..\..\Configurations\InjectedBundleCommon.vsprops"
     222                        CharacterSet="1"
     223                        >
     224                        <Tool
     225                                Name="VCPreBuildEventTool"
     226                                CommandLine=""
     227                        />
     228                        <Tool
     229                                Name="VCCustomBuildTool"
     230                        />
     231                        <Tool
     232                                Name="VCXMLDataGeneratorTool"
     233                        />
     234                        <Tool
     235                                Name="VCWebServiceProxyGeneratorTool"
     236                        />
     237                        <Tool
     238                                Name="VCMIDLTool"
     239                        />
     240                        <Tool
     241                                Name="VCCLCompilerTool"
     242                                AdditionalIncludeDirectories=""
     243                                ForcedIncludeFiles=""
     244                        />
     245                        <Tool
     246                                Name="VCManagedResourceCompilerTool"
     247                        />
     248                        <Tool
     249                                Name="VCResourceCompilerTool"
     250                        />
     251                        <Tool
     252                                Name="VCPreLinkEventTool"
     253                        />
     254                        <Tool
     255                                Name="VCLinkerTool"
     256                                OutputFile=""
     257                        />
     258                        <Tool
     259                                Name="VCALinkTool"
     260                        />
     261                        <Tool
     262                                Name="VCManifestTool"
     263                        />
     264                        <Tool
     265                                Name="VCXDCMakeTool"
     266                        />
     267                        <Tool
     268                                Name="VCBscMakeTool"
     269                        />
     270                        <Tool
     271                                Name="VCFxCopTool"
     272                        />
     273                        <Tool
     274                                Name="VCAppVerifierTool"
     275                        />
     276                        <Tool
     277                                Name="VCWebDeploymentTool"
     278                        />
     279                        <Tool
     280                                Name="VCPostBuildEventTool"
     281                                CommandLine=""
    216282                        />
    217283                </Configuration>
  • trunk/WebKitTools/WebKitTestRunner/WebKitTestRunner.sln

    r63785 r63829  
    6666                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_All|Win32.ActiveCfg = Debug_All|Win32
    6767                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_All|Win32.Build.0 = Debug_All|Win32
    68                 {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.ActiveCfg = Debug|Win32
    69                 {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.Build.0 = Debug|Win32
     68                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.ActiveCfg = Debug_Internal|Win32
     69                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug_Internal|Win32.Build.0 = Debug_Internal|Win32
    7070                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug|Win32.ActiveCfg = Debug|Win32
    7171                {CBC3391C-F060-4BF5-A66E-81404168816B}.Debug|Win32.Build.0 = Debug|Win32
Note: See TracChangeset for help on using the changeset viewer.