Title: [174348] trunk/Source/WTF
Revision
174348
Author
[email protected]
Date
2014-10-06 10:55:09 -0700 (Mon, 06 Oct 2014)

Log Message

[Win] Project file gardening.

* WTF.vcxproj/WTF.vcxproj.filters: Move HashMethod.h and
FastBitVector.cpp to proper places in hierarchy.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (174347 => 174348)


--- trunk/Source/WTF/ChangeLog	2014-10-06 17:53:20 UTC (rev 174347)
+++ trunk/Source/WTF/ChangeLog	2014-10-06 17:55:09 UTC (rev 174348)
@@ -1,3 +1,10 @@
+2014-10-06  Brent Fulgham  <[email protected]>
+
+        [Win] Project file gardening.
+
+        * WTF.vcxproj/WTF.vcxproj.filters: Move HashMethod.h and
+        FastBitVector.cpp to proper places in hierarchy.
+
 2014-10-04  Brian J. Burg  <[email protected]>
 
         Unreviewed, rolling out r174319.

Modified: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters (174347 => 174348)


--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters	2014-10-06 17:53:20 UTC (rev 174347)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters	2014-10-06 17:55:09 UTC (rev 174348)
@@ -240,10 +240,12 @@
     <ClCompile Include="..\wtf\win\RunLoopWin.cpp">
       <Filter>win</Filter>
     </ClCompile>
-    <ClCompile Include="..\wtf\FastBitVector.cpp" />
     <ClCompile Include="..\wtf\gobject\GMainLoopSource.cpp">
       <Filter>wtf\gobject</Filter>
     </ClCompile>
+    <ClCompile Include="..\wtf\FastBitVector.cpp">
+      <Filter>wtf</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\wtf\dtoa\utils.h">
@@ -700,16 +702,18 @@
     <ClInclude Include="..\wtf\RunLoop.h">
       <Filter>wtf</Filter>
     </ClInclude>
-    <ClInclude Include="..\wtf\HashMethod.h" />
     <ClInclude Include="..\wtf\gobject\GMainLoopSource.h">
       <Filter>wtf\gobject</Filter>
     </ClInclude>
     <ClInclude Include="..\wtf\gobject\GUniquePtr.h">
       <Filter>wtf\gobject</Filter>
     </ClInclude>
+    <ClInclude Include="..\wtf\HashMethod.h">
+      <Filter>wtf</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="WTFPostBuild.cmd" />
     <None Include="WTFPreBuild.cmd" />
   </ItemGroup>
-</Project>
+</Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to