summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.vsprops
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 08:15:48 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 08:15:48 +0000
commit87ef9f74d4d50e0e442fdb144785a434bb3aad94 (patch)
tree6aacf82731f070ddff1bd4191e59468f6be53a43 /chrome/browser/browser.vsprops
parent9ea4a464edd88ded8538f42f657c8230904cbd42 (diff)
downloadchromium_src-87ef9f74d4d50e0e442fdb144785a434bb3aad94.zip
chromium_src-87ef9f74d4d50e0e442fdb144785a434bb3aad94.tar.gz
chromium_src-87ef9f74d4d50e0e442fdb144785a434bb3aad94.tar.bz2
Taking out redundant include dir, this should be handled by
using_google_update.vsprops. BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/118108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vsprops')
-rw-r--r--chrome/browser/browser.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser.vsprops b/chrome/browser/browser.vsprops
index 9697035..a6fa777 100644
--- a/chrome/browser/browser.vsprops
+++ b/chrome/browser/browser.vsprops
@@ -7,7 +7,7 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="&quot;$(IntDir)\..\browser&quot;;&quot;$(OutDir)\webkit&quot;;..\third_party\webkit\out;&quot;$(IntDir)\..\google_update&quot;"
+ AdditionalIncludeDirectories="&quot;$(IntDir)\..\browser&quot;;&quot;$(OutDir)\webkit&quot;;..\third_party\webkit\out"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
/>
<Tool