diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 03:50:19 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 03:50:19 +0000 |
commit | 99d8534c03c9cd6f64ad036a45522c9acb09ddb9 (patch) | |
tree | 98e04564e62de07dd7029e2cfd63f692c86d15e0 /tools/grit | |
parent | ff3046e50deb575e4365ec3b93ef0a5c57dba0fb (diff) | |
download | chromium_src-99d8534c03c9cd6f64ad036a45522c9acb09ddb9.zip chromium_src-99d8534c03c9cd6f64ad036a45522c9acb09ddb9.tar.gz chromium_src-99d8534c03c9cd6f64ad036a45522c9acb09ddb9.tar.bz2 |
Changes in preparation for webkit switch to gyp.
These won't get gated live without a change to all.gyp, so landing them separately.
Review URL: http://codereview.chromium.org/100146
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/grit')
-rw-r--r-- | tools/grit/build/using_generated_resources.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/grit/build/using_generated_resources.vsprops b/tools/grit/build/using_generated_resources.vsprops index c7ba701..18d05aa 100644 --- a/tools/grit/build/using_generated_resources.vsprops +++ b/tools/grit/build/using_generated_resources.vsprops @@ -6,6 +6,6 @@ > <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(OutDir)\grit_derived_sources";"$(SolutionDir)\$(configurationName)\grit_derived_sources";"$(OutDir)\obj\global_intermediate\net"" + AdditionalIncludeDirectories=""$(OutDir)\grit_derived_sources";"$(SolutionDir)\$(configurationName)\grit_derived_sources";"$(OutDir)\obj\global_intermediate\net";"$(OutDir)\obj\global_intermediate\webkit"" /> </VisualStudioPropertySheet> |