Skip to content

Commit

Permalink
Adding additional include path to using_google_update.vsprops.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bradnelson@chromium.org committed Jun 2, 2009
1 parent e43e188 commit f6f60dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_update/using_google_update.vsprops
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(IntDir)\..\ondemand_updates;"
AdditionalIncludeDirectories="$(IntDir)\..\ondemand_updates;$(IntDir)\..\google_update"
/>
</VisualStudioPropertySheet>

0 comments on commit f6f60dd

Please sign in to comment.