Changeset 153373 in webkit
- Timestamp:
- Jul 26, 2013, 9:22:48 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r153372 r153373 1 2013-07-26 Brent Fulgham <bfulgham@apple.com> 2 3 [Windows] Unreviewed gardening. 4 5 * WebCore.vcxproj/WebCore.vcxproj: Add missing header file to ease code viewing. 6 * WebCore.vcxproj/WebCore.vcxproj.filters: Ditto. 7 1 8 2013-07-26 Arvid Nilsson <anilsson@rim.com> 2 9 -
trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj
r152982 r153373 19251 19251 <ClInclude Include="..\platform\graphics\gpu\TilingData.h" /> 19252 19252 <ClInclude Include="..\platform\graphics\GraphicsContext3D.h" /> 19253 <ClInclude Include="..\platform\graphics\MediaPlayerPrivate.h" /> 19253 19254 <ClInclude Include="..\platform\graphics\OpenGLShims.h" /> 19254 19255 <ClInclude Include="..\platform\graphics\opengl\Extensions3DOpenGL.h" /> -
trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters
r152982 r153373 14836 14836 <Filter>platform\graphics\avfoundation\cf</Filter> 14837 14837 </ClInclude> 14838 <ClInclude Include="..\platform\graphics\MediaPlayerPrivate.h"> 14839 <Filter>platform\graphics</Filter> 14840 </ClInclude> 14838 14841 </ItemGroup> 14839 14842 <ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.