Changeset 63828 in webkit


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

Move InjectedBundle's settings to a vsprops file

This will make it easier to change settings for all configurations,
and to add new configurations.

Fixes <http://webkit.org/b/42748> InjectedBundle should use vsprops
files

Reviewed by Darin Adler.

  • WebKitTestRunner/Configurations/InjectedBundleCommon.vsprops: Added.

Moved settings here...

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

here.

Location:
trunk/WebKitTools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r63826 r63828  
     12010-07-21  Adam Roben  <aroben@apple.com>
     2
     3        Move InjectedBundle's settings to a vsprops file
     4
     5        This will make it easier to change settings for all configurations,
     6        and to add new configurations.
     7
     8        Fixes <http://webkit.org/b/42748> InjectedBundle should use vsprops
     9        files
     10
     11        Reviewed by Darin Adler.
     12
     13        * WebKitTestRunner/Configurations/InjectedBundleCommon.vsprops: Added.
     14        Moved settings here...
     15        * WebKitTestRunner/InjectedBundle/win/InjectedBundle.vcproj: ...from
     16        here.
     17
    1182010-07-21  Adam Roben  <aroben@apple.com>
    219
  • trunk/WebKitTools/WebKitTestRunner/InjectedBundle/win/InjectedBundle.vcproj

    r63693 r63828  
    1919                        Name="Debug|Win32"
    2020                        ConfigurationType="2"
    21                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
     21                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;..\..\Configurations\InjectedBundleCommon.vsprops"
    2222                        CharacterSet="1"
    2323                        >
    2424                        <Tool
    2525                                Name="VCPreBuildEventTool"
    26                                 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
     26                                CommandLine=""
    2727                        />
    2828                        <Tool
     
    4040                        <Tool
    4141                                Name="VCCLCompilerTool"
    42                                 AdditionalIncludeDirectories="&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\..&quot;;&quot;$(ProjectDir)\..\Bindings&quot;;&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\private&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitOutputDir)\obj\InjectedBundle\DerivedSources\&quot;"
    43                                 ForcedIncludeFiles="WebKitTestRunnerPrefix.h"
     42                                AdditionalIncludeDirectories=""
     43                                ForcedIncludeFiles=""
    4444                        />
    4545                        <Tool
     
    5454                        <Tool
    5555                                Name="VCLinkerTool"
    56                                 AdditionalDependencies="JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib"
    57                                 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
     56                                OutputFile=""
    5857                        />
    5958                        <Tool
     
    8079                        <Tool
    8180                                Name="VCPostBuildEventTool"
    82                                 CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
     81                                CommandLine=""
    8382                        />
    8483                </Configuration>
     
    8685                        Name="Release|Win32"
    8786                        ConfigurationType="2"
    88                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
     87                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;..\..\Configurations\InjectedBundleCommon.vsprops"
    8988                        CharacterSet="1"
    9089                        WholeProgramOptimization="1"
     
    9291                        <Tool
    9392                                Name="VCPreBuildEventTool"
    94                                 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
     93                                CommandLine=""
    9594                        />
    9695                        <Tool
     
    108107                        <Tool
    109108                                Name="VCCLCompilerTool"
    110                                 AdditionalIncludeDirectories="&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\..&quot;;&quot;$(ProjectDir)\..\Bindings&quot;;&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\private&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitOutputDir)\obj\InjectedBundle\DerivedSources\&quot;"
    111                                 ForcedIncludeFiles="WebKitTestRunnerPrefix.h"
     109                                AdditionalIncludeDirectories=""
     110                                ForcedIncludeFiles=""
    112111                        />
    113112                        <Tool
     
    122121                        <Tool
    123122                                Name="VCLinkerTool"
    124                                 AdditionalDependencies="JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib"
    125                                 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
     123                                OutputFile=""
    126124                        />
    127125                        <Tool
     
    148146                        <Tool
    149147                                Name="VCPostBuildEventTool"
    150                                 CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
     148                                CommandLine=""
    151149                        />
    152150                </Configuration>
     
    154152                        Name="Debug_All|Win32"
    155153                        ConfigurationType="2"
    156                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
     154                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;..\..\Configurations\InjectedBundleCommon.vsprops"
    157155                        CharacterSet="1"
    158156                        >
    159157                        <Tool
    160158                                Name="VCPreBuildEventTool"
    161                                 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
     159                                CommandLine=""
    162160                        />
    163161                        <Tool
     
    175173                        <Tool
    176174                                Name="VCCLCompilerTool"
    177                                 AdditionalIncludeDirectories="&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\..&quot;;&quot;$(ProjectDir)\..\Bindings&quot;;&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\private&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitOutputDir)\obj\InjectedBundle\DerivedSources\&quot;"
     175                                AdditionalIncludeDirectories=""
    178176                                RuntimeLibrary="3"
    179                                 ForcedIncludeFiles="WebKitTestRunnerPrefix.h"
     177                                ForcedIncludeFiles=""
    180178                        />
    181179                        <Tool
     
    190188                        <Tool
    191189                                Name="VCLinkerTool"
    192                                 AdditionalDependencies="JavaScriptCore$(WebKitDLLConfigSuffix).lib WebKit$(WebKitDLLConfigSuffix).lib CoreFoundation$(LibraryConfigSuffix).lib"
    193                                 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix).dll"
     190                                OutputFile=""
    194191                        />
    195192                        <Tool
Note: See TracChangeset for help on using the changeset viewer.