Title: [144491] trunk/Source/WebCore
- Revision
- 144491
- Author
- [email protected]
- Date
- 2013-03-01 13:18:46 -0800 (Fri, 01 Mar 2013)
Log Message
[Windows] Unreviewed VS2010 build fix.
* WebCore.vcxproj/WebCore.vcxproj: Add missing TimelineTraceEventProcessor
files to the project.
* WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (144490 => 144491)
--- trunk/Source/WebCore/ChangeLog 2013-03-01 21:18:12 UTC (rev 144490)
+++ trunk/Source/WebCore/ChangeLog 2013-03-01 21:18:46 UTC (rev 144491)
@@ -1,3 +1,11 @@
+2013-03-01 Brent Fulgham <[email protected]>
+
+ [Windows] Unreviewed VS2010 build fix.
+
+ * WebCore.vcxproj/WebCore.vcxproj: Add missing TimelineTraceEventProcessor
+ files to the project.
+ * WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.
+
2013-03-01 Bear Travis <[email protected]>
[css exclusions] setting shape-inside on a parent does not relayout child blocks' inline content
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (144490 => 144491)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2013-03-01 21:18:12 UTC (rev 144490)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2013-03-01 21:18:46 UTC (rev 144491)
@@ -2693,6 +2693,7 @@
<ClCompile Include="..\html\canvas\CanvasPathMethods.cpp" />
<ClCompile Include="..\html\track\TextTrackCueGeneric.cpp" />
<ClCompile Include="..\html\track\WebVTTElement.cpp" />
+ <ClCompile Include="..\inspector\TimelineTraceEventProcessor.cpp" />
<ClCompile Include="..\Modules\filesystem\DirectoryEntry.cpp" />
<ClCompile Include="..\Modules\filesystem\DirectoryEntrySync.cpp" />
<ClCompile Include="..\Modules\filesystem\DirectoryReader.cpp" />
@@ -8709,6 +8710,7 @@
<ClInclude Include="..\html\canvas\CanvasPathMethods.h" />
<ClInclude Include="..\html\track\TextTrackCueGeneric.h" />
<ClInclude Include="..\html\track\WebVTTElement.h" />
+ <ClInclude Include="..\inspector\TimelineTraceEventProcessor.h" />
<ClInclude Include="..\Modules\filesystem\AsyncFileWriter.h" />
<ClInclude Include="..\Modules\filesystem\AsyncFileWriterClient.h" />
<ClInclude Include="..\Modules\filesystem\DirectoryEntry.h" />
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (144490 => 144491)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters 2013-03-01 21:18:12 UTC (rev 144490)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters 2013-03-01 21:18:46 UTC (rev 144491)
@@ -6817,6 +6817,9 @@
<ClCompile Include="..\svg\graphics\SVGImageForContainer.cpp">
<Filter>rendering\svg\graphics</Filter>
</ClCompile>
+ <ClCompile Include="..\inspector\TimelineTraceEventProcessor.cpp">
+ <Filter>inspector</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources\CSSGrammar.h">
@@ -14321,6 +14324,9 @@
<ClInclude Include="..\svg\graphics\SVGImageForContainer.h">
<Filter>rendering\svg\graphics</Filter>
</ClInclude>
+ <ClInclude Include="..\inspector\TimelineTraceEventProcessor.h">
+ <Filter>inspector</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\css\CSSGrammar.y.in">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes