40624ad5b9
Needed by several projects down in installer, due to recent gyp switch. BUG=None TEST=None Review URL: http://codereview.chromium.org/118104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17386 0039d316-1c4b-4281-b951-d872f2087c98
12 linhas
302 B
XML
12 linhas
302 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="using_google_update"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="$(IntDir)\..\ondemand_updates;$(IntDir)\..\google_update"
|
|
/>
|
|
</VisualStudioPropertySheet>
|