| Index: chrome/installer/util/installer_unittests.vcproj
|
| diff --git a/chrome/installer/util/installer_unittests.vcproj b/chrome/installer/util/installer_unittests.vcproj
|
| index 80785088b5183a61186dea8dbfab7973471c4fd5..99aa3b18d2144553ecd702f6939643afe699cfe7 100644
|
| --- a/chrome/installer/util/installer_unittests.vcproj
|
| +++ b/chrome/installer/util/installer_unittests.vcproj
|
| @@ -17,7 +17,7 @@
|
| <Configuration
|
| Name="Debug|Win32"
|
| ConfigurationType="1"
|
| - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
|
| + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)installer\util\using_util.vsprops"
|
| >
|
| <Tool
|
| Name="VCPreBuildEventTool"
|
| @@ -78,7 +78,7 @@
|
| <Configuration
|
| Name="Release|Win32"
|
| ConfigurationType="1"
|
| - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
|
| + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)\tools\build\win\unit_test.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;$(SolutionDir)installer\util\using_util.vsprops"
|
| >
|
| <Tool
|
| Name="VCPreBuildEventTool"
|
| @@ -141,6 +141,18 @@
|
| </References>
|
| <Files>
|
| <Filter
|
| + Name="resources"
|
| + >
|
| + <File
|
| + RelativePath="installer_unittests.rc"
|
| + >
|
| + </File>
|
| + <File
|
| + RelativePath="installer_unittests_resource.h"
|
| + >
|
| + </File>
|
| + </Filter>
|
| + <Filter
|
| Name="support"
|
| >
|
| <File
|
|
|