Title: [174347] trunk/Source/WebCore
- Revision
- 174347
- Author
- [email protected]
- Date
- 2014-10-06 10:53:20 -0700 (Mon, 06 Oct 2014)
Log Message
[Win] Project file gardening.
* WebCore.vcxproj/WebCore.vcxproj.filters: Move EditorWin.cpp and
MediatTimeAVFoundation to proper folder locations in project.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (174346 => 174347)
--- trunk/Source/WebCore/ChangeLog 2014-10-06 17:49:24 UTC (rev 174346)
+++ trunk/Source/WebCore/ChangeLog 2014-10-06 17:53:20 UTC (rev 174347)
@@ -1,5 +1,12 @@
2014-10-06 Brent Fulgham <[email protected]>
+ [Win] Project file gardening.
+
+ * WebCore.vcxproj/WebCore.vcxproj.filters: Move EditorWin.cpp and
+ MediatTimeAVFoundation to proper folder locations in project.
+
+2014-10-06 Brent Fulgham <[email protected]>
+
[Win] Extend AVFoundationCF Media Implementation
https://bugs.webkit.org/show_bug.cgi?id=137409
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (174346 => 174347)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters 2014-10-06 17:49:24 UTC (rev 174346)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters 2014-10-06 17:53:20 UTC (rev 174347)
@@ -7234,6 +7234,12 @@
<ClCompile Include="..\platform\audio\AudioHardwareListener.cpp">
<Filter>platform\audio</Filter>
</ClCompile>
+ <ClCompile Include="..\platform\graphics\avfoundation\MediaTimeAVFoundation.cpp">
+ <Filter>platform\graphics\avfoundation</Filter>
+ </ClCompile>
+ <ClCompile Include="..\editing\win\EditorWin.cpp">
+ <Filter>editing</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Modules\geolocation\Coordinates.h">
@@ -15227,6 +15233,9 @@
<ClInclude Include="..\platform\audio\AudioHardwareListener.h">
<Filter>platform\audio</Filter>
</ClInclude>
+ <ClInclude Include="..\platform\graphics\avfoundation\MediaTimeAVFoundation.h">
+ <Filter>platform\graphics\avfoundation</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\css\CSSGrammar.y.in">
@@ -15440,4 +15449,4 @@
<Filter>platform\win</Filter>
</MASM>
</ItemGroup>
-</Project>
+</Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes