Changeset 91088 in webkit


Ignore:
Timestamp:
Jul 15, 2011 12:16:05 PM (13 years ago)
Author:
jeffm@apple.com
Message:

Add UserAgentStyleSheetsData.cpp to WebCore.vcproj
https://bugs.webkit.org/show_bug.cgi?id=64609

Add UserAgentStyleSheetsData.cpp to WebCore.vcproj for convenient access, but don't compile it.
This matches what we do with other generated DerivedSources.

Reviewed by Brian Weinstein.

No new tests, just adding a file.

  • WebCore.vcproj/WebCore.vcproj: Add UserAgentStyleSheetsData.cpp.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r91084 r91088  
     12011-07-15  Jeff Miller  <jeffm@apple.com>
     2
     3        Add UserAgentStyleSheetsData.cpp to WebCore.vcproj
     4        https://bugs.webkit.org/show_bug.cgi?id=64609
     5       
     6        Add UserAgentStyleSheetsData.cpp to WebCore.vcproj for convenient access, but don't compile it.
     7        This matches what we do with other generated DerivedSources.
     8
     9        Reviewed by Brian Weinstein.
     10       
     11        No new tests, just adding a file.
     12
     13        * WebCore.vcproj/WebCore.vcproj: Add UserAgentStyleSheetsData.cpp.
     14
    1152011-07-15  Pratik Solanki  <psolanki@apple.com>
    216
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r91056 r91088  
    2373923739                        </File>
    2374023740                        <File
     23741                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\UserAgentStyleSheetsData.cpp"
     23742                                >
     23743                                <FileConfiguration
     23744                                        Name="Debug|Win32"
     23745                                        ExcludedFromBuild="true"
     23746                                        >
     23747                                        <Tool
     23748                                                Name="VCCLCompilerTool"
     23749                                        />
     23750                                </FileConfiguration>
     23751                                <FileConfiguration
     23752                                        Name="Release|Win32"
     23753                                        ExcludedFromBuild="true"
     23754                                        >
     23755                                        <Tool
     23756                                                Name="VCCLCompilerTool"
     23757                                        />
     23758                                </FileConfiguration>
     23759                                <FileConfiguration
     23760                                        Name="Debug_Cairo_CFLite|Win32"
     23761                                        ExcludedFromBuild="true"
     23762                                        >
     23763                                        <Tool
     23764                                                Name="VCCLCompilerTool"
     23765                                        />
     23766                                </FileConfiguration>
     23767                                <FileConfiguration
     23768                                        Name="Release_Cairo_CFLite|Win32"
     23769                                        ExcludedFromBuild="true"
     23770                                        >
     23771                                        <Tool
     23772                                                Name="VCCLCompilerTool"
     23773                                        />
     23774                                </FileConfiguration>
     23775                                <FileConfiguration
     23776                                        Name="Debug_All|Win32"
     23777                                        ExcludedFromBuild="true"
     23778                                        >
     23779                                        <Tool
     23780                                                Name="VCCLCompilerTool"
     23781                                        />
     23782                                </FileConfiguration>
     23783                                <FileConfiguration
     23784                                        Name="Production|Win32"
     23785                                        ExcludedFromBuild="true"
     23786                                        >
     23787                                        <Tool
     23788                                                Name="VCCLCompilerTool"
     23789                                        />
     23790                                </FileConfiguration>
     23791                        </File>
     23792                        <File
    2374123793                                RelativePath="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\XLinkNames.cpp"
    2374223794                                >
Note: See TracChangeset for help on using the changeset viewer.