summaryrefslogtreecommitdiffstats
path: root/google_update
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 05:57:52 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 05:57:52 +0000
commitf6f60dd8dfc356f4a4029a7e2f2e7550a15ecebd (patch)
treea7f2d155ca62058fdddc5ae209cf5bbcb532be00 /google_update
parente43e188c6bb29b5fb852eeb7ab4d1808b0c31fb0 (diff)
downloadchromium_src-f6f60dd8dfc356f4a4029a7e2f2e7550a15ecebd.zip
chromium_src-f6f60dd8dfc356f4a4029a7e2f2e7550a15ecebd.tar.gz
chromium_src-f6f60dd8dfc356f4a4029a7e2f2e7550a15ecebd.tar.bz2
Adding additional include path to using_google_update.vsprops.
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
Diffstat (limited to 'google_update')
-rw-r--r--google_update/using_google_update.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_update/using_google_update.vsprops b/google_update/using_google_update.vsprops
index b36cce97..eb7f4eb 100644
--- a/google_update/using_google_update.vsprops
+++ b/google_update/using_google_update.vsprops
@@ -6,6 +6,6 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="$(IntDir)\..\ondemand_updates;"
+ AdditionalIncludeDirectories="$(IntDir)\..\ondemand_updates;$(IntDir)\..\google_update"
/>
</VisualStudioPropertySheet>