<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[178225] trunk/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/178225">178225</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-01-09 17:15:55 -0800 (Fri, 09 Jan 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Build fix after <a href="http://trac.webkit.org/projects/webkit/changeset/178219">r178219</a>.

Source/WebCore:

* WebCore.vcxproj/WebCore.vcxproj: Remove PaintHooks.asm references in project file.
* WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.

Source/WebKit:

Update the project file settings to understand how to process assembly files.
Also tidy up the plugin code in the project hieararchy.

* WebKit.vcxproj/WebKit/WebKit.vcxproj:
* WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxproj">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters</a></li>
<li><a href="#trunkSourceWebKitChangeLog">trunk/Source/WebKit/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxproj">trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxprojfilters">trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (178224 => 178225)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-01-10 01:04:36 UTC (rev 178224)
+++ trunk/Source/WebCore/ChangeLog        2015-01-10 01:15:55 UTC (rev 178225)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2015-01-09  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Build fix after r178219.
+
+        * WebCore.vcxproj/WebCore.vcxproj: Remove PaintHooks.asm references in project file.
+        * WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.
+
</ins><span class="cx"> 2015-01-09  Andreas Kling  &lt;akling@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Log which ActiveDOMObject(s) can't be suspended for PageCache.
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (178224 => 178225)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2015-01-10 01:04:36 UTC (rev 178224)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2015-01-10 01:15:55 UTC (rev 178225)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</ins><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;12.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><span class="cx">     &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
</span><span class="lines">@@ -21331,17 +21331,9 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">     &lt;/MASM&gt;
</span><del>-    &lt;MASM Include=&quot;..\plugins\win\PaintHooks.asm&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/MASM&gt;
</del><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(VCTargetsPath)\BuildCustomizations\masm.targets&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><del>-&lt;/Project&gt;
</del><ins>+&lt;/Project&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (178224 => 178225)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2015-01-10 01:04:36 UTC (rev 178224)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2015-01-10 01:15:55 UTC (rev 178225)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</ins><span class="cx"> &lt;Project ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;Filter Include=&quot;DerivedSources&quot;&gt;
</span><span class="lines">@@ -247,9 +247,6 @@
</span><span class="cx">     &lt;Filter Include=&quot;plugins&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{d4cb7e8c-e901-4797-94cd-f6b1b9dfe2aa}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><del>-    &lt;Filter Include=&quot;plugins\win&quot;&gt;
-      &lt;UniqueIdentifier&gt;{baf9b8fe-d8aa-40fc-a4eb-ab038b66959d}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
</del><span class="cx">     &lt;Filter Include=&quot;rendering\svg\animation&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{8fe48833-bab8-4dd8-9a63-635b7a413b29}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><span class="lines">@@ -1326,9 +1323,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\platform\graphics\FloatQuad.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;platform\graphics&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\platform\graphics\GlyphPageTreeNode.cpp&quot;&gt;
-      &lt;Filter&gt;platform\graphics&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\platform\graphics\Gradient.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;platform\graphics&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -8367,9 +8361,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\platform\graphics\GlyphPage.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;platform\graphics&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\platform\graphics\GlyphPageTreeNode.h&quot;&gt;
-      &lt;Filter&gt;platform\graphics&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\platform\graphics\Gradient.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;platform\graphics&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -11517,9 +11508,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\plugins\PluginMainThreadScheduler.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;plugins&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\plugins\PluginStrategy.h&quot;&gt;
-      &lt;Filter&gt;plugins&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\svg\ColorDistance.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;rendering\svg&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -12926,9 +12914,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\html\parser\HTMLResourcePreloader.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;html\parser&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\svg\graphics\SVGImageForContainer.h&quot;&gt;
-      &lt;Filter&gt;rendering\svg\graphics&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\rendering\HitTestLocation.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;rendering&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -15128,6 +15113,9 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\html\canvas\EXTBlendMinMax.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;html\canvas&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><ins>+    &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseBackendSync.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLStatementSync.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionBackendSync.h&quot; /&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;None Include=&quot;..\css\CSSGrammar.y.in&quot;&gt;
</span><span class="lines">@@ -15334,11 +15322,8 @@
</span><span class="cx">     &lt;/CustomBuildStep&gt;
</span><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><del>-    &lt;MASM Include=&quot;..\plugins\win\PaintHooks.asm&quot;&gt;
-      &lt;Filter&gt;plugins\win&lt;/Filter&gt;
-    &lt;/MASM&gt;
</del><span class="cx">     &lt;MASM Include=&quot;..\platform\win\makesafeseh.asm&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;platform\win&lt;/Filter&gt;
</span><span class="cx">     &lt;/MASM&gt;
</span><span class="cx">   &lt;/ItemGroup&gt;
</span><del>-&lt;/Project&gt;
</del><ins>+&lt;/Project&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWebKitChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/ChangeLog (178224 => 178225)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/ChangeLog        2015-01-10 01:04:36 UTC (rev 178224)
+++ trunk/Source/WebKit/ChangeLog        2015-01-10 01:15:55 UTC (rev 178225)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-01-09  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Build fix after r178219.
+
+        Update the project file settings to understand how to process assembly files.
+        Also tidy up the plugin code in the project hieararchy.
+
+        * WebKit.vcxproj/WebKit/WebKit.vcxproj:
+        * WebKit.vcxproj/WebKit/WebKit.vcxproj.filters:
+
</ins><span class="cx"> 2015-01-06  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Move the Windows only plug-in code to WebKit/win
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj (178224 => 178225)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj        2015-01-10 01:04:36 UTC (rev 178224)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj        2015-01-10 01:15:55 UTC (rev 178225)
</span><span class="lines">@@ -119,6 +119,7 @@
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.props&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionSettings&quot;&gt;
</span><ins>+      &lt;Import Project=&quot;$(VCTargetsPath)\BuildCustomizations\masm.props&quot; /&gt; 
</ins><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx">   &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><span class="lines">@@ -607,7 +608,17 @@
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;ResourceCompile Include=&quot;..\..\win\WebKit.resources\WebKit.rc&quot; /&gt;
</span><span class="cx">   &lt;/ItemGroup&gt;
</span><ins>+  &lt;ItemGroup&gt; 
+    &lt;MASM Include=&quot;..\plugins\win\PaintHooks.asm&quot;&gt;
+           &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt; 
+           &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt; 
+           &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt; 
+           &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt; 
+           &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt; 
+         &lt;/MASM&gt; 
+  &lt;/ItemGroup&gt; 
</ins><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
</span><ins>+    &lt;Import Project=&quot;$(VCTargetsPath)\BuildCustomizations\masm.targets&quot; /&gt; 
</ins><span class="cx">   &lt;/ImportGroup&gt;
</span><span class="cx"> &lt;/Project&gt;
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitWebKitvcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters (178224 => 178225)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters        2015-01-10 01:04:36 UTC (rev 178224)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKit.vcxproj.filters        2015-01-10 01:15:55 UTC (rev 178225)
</span><span class="lines">@@ -17,6 +17,9 @@
</span><span class="cx">     &lt;Filter Include=&quot;Generated&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{1a00610c-29e3-4979-a7a2-ef6c92c4bb71}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><ins>+    &lt;Filter Include=&quot;Sources\Plugins&quot;&gt;
+      &lt;UniqueIdentifier&gt;{01204b84-5447-4679-b6af-3b7414bf9b06}&lt;/UniqueIdentifier&gt;
+    &lt;/Filter&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebCoreSupport\EmbeddedWidget.cpp&quot;&gt;
</span><span class="lines">@@ -217,36 +220,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebSerializedJSValue.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\..\win\Plugins\npapi.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginDatabase.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginDebug.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginPackage.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginStream.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginView.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginDatabaseWin.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginMessageThrottlerWin.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginPackageWin.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginViewWin.cpp&quot;&gt;
-      &lt;Filter&gt;Sources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\..\Storage\StorageAreaImpl.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -327,6 +300,36 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\..\win\WebApplicationCache.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><ins>+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginDatabase.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginDatabaseWin.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginDebug.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginMessageThrottlerWin.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginPackage.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginPackageWin.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginStream.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginView.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\PluginViewWin.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
+    &lt;ClCompile Include=&quot;..\..\win\Plugins\npapi.cpp&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/ClCompile&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebCoreSupport\EmbeddedWidget.h&quot;&gt;
</span><span class="lines">@@ -642,6 +645,9 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\..\win\WebApplicationCache.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><ins>+    &lt;ClInclude Include=&quot;..\..\win\Plugins\PluginStrategy.h&quot;&gt;
+      &lt;Filter&gt;Header Files&lt;/Filter&gt;
+    &lt;/ClInclude&gt;
</ins><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;None Include=&quot;WebKitPostBuild.cmd&quot; /&gt;
</span><span class="lines">@@ -732,4 +738,9 @@
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="cx">     &lt;CustomBuild Include=&quot;..\..\mac\Configurations\Version.xcconfig&quot; /&gt;
</span><span class="cx">   &lt;/ItemGroup&gt;
</span><ins>+  &lt;ItemGroup&gt;
+    &lt;MASM Include=&quot;..\plugins\win\PaintHooks.asm&quot;&gt;
+      &lt;Filter&gt;Sources\Plugins&lt;/Filter&gt;
+    &lt;/MASM&gt;
+  &lt;/ItemGroup&gt;
</ins><span class="cx"> &lt;/Project&gt;
</span><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>