diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 20:45:04 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 20:45:04 +0000 |
commit | f30f5e4d4d551ff6f95335599acf2f089aafc816 (patch) | |
tree | 7d4213ab2a997996bab3b97f6db9937d7800ff73 /chrome | |
parent | 0c3de092db615b7b9935c9c277406b0789c88221 (diff) | |
download | chromium_src-f30f5e4d4d551ff6f95335599acf2f089aafc816.zip chromium_src-f30f5e4d4d551ff6f95335599acf2f089aafc816.tar.gz chromium_src-f30f5e4d4d551ff6f95335599acf2f089aafc816.tar.bz2 |
Switching an instance of SolutionDir to ProjectDir.
Please try not to use SolutionDir when you mean ProjectDir -- it prevents
building the project from any directory other than the solution directory.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/151165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 376c683..36ec4b6 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -4372,7 +4372,7 @@ 'SubSystem': '2', }, 'VCManifestTool': { - 'AdditionalManifestFiles': '$(SolutionDir)\\app\\chrome.dll.manifest', + 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.manifest', }, }, 'configurations': { |