Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj

Issue 12248006: [VS Addin] Fix parallel building. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj b/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
index e87ce19318bf6c8d7dbed4437f3be7331d89f61d..68460564a096afed44cc52953942b57c9c12c458 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/UnitTests.csproj
@@ -76,6 +76,8 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ComMessageFilter.cs" />
+ <Compile Include="CompileParallelTest.cs" />
+ <Compile Include="CompileTest.cs" />
<Compile Include="MockProcessSearcher.cs" />
<Compile Include="PluginDebuggerGDBTest.cs" />
<Compile Include="PluginDebuggerVSTest.cs" />
@@ -84,7 +86,7 @@
<Compile Include="MockPropertyManager.cs" />
<Compile Include="PropertyManagerTest.cs" />
<Compile Include="TestUtilities.cs" />
- <Compile Include="CompileTest.cs" />
+ <Compile Include="BaseCompileTest.cs" />
<Compile Include="WebServerTest.cs" />
</ItemGroup>
<ItemGroup>

Powered by Google App Engine
This is Rietveld 408576698