diff options
Diffstat (limited to 'chrome/renderer')
-rw-r--r-- | chrome/renderer/renderer.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/renderer.vsprops b/chrome/renderer/renderer.vsprops index 19eda36..a0699cc 100644 --- a/chrome/renderer/renderer.vsprops +++ b/chrome/renderer/renderer.vsprops @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="8.00" Name="renderer" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;..\tools\build\win\using_generated_strings.vsprops;..\..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops;..\..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" > <Tool Name="VCResourceCompilerTool" |