diff options
author | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-13 21:13:38 +0000 |
---|---|---|
committer | bradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-13 21:13:38 +0000 |
commit | e231cf059a268a63135ea0c8fdd98c48152c45f4 (patch) | |
tree | 38b825fef9212bf22591514e6bd07f8fbf7efe80 | |
parent | f6e59a6f478826a9a1d75b18f10f285487f18fac (diff) | |
download | chromium_src-e231cf059a268a63135ea0c8fdd98c48152c45f4.zip chromium_src-e231cf059a268a63135ea0c8fdd98c48152c45f4.tar.gz chromium_src-e231cf059a268a63135ea0c8fdd98c48152c45f4.tar.bz2 |
Redirecting chrome.sln to the new vcproj locations spit out by gyp.
Oversight in a previous change.
Review URL: http://codereview.chromium.org/115321
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15998 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/chrome.sln | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.sln b/chrome/chrome.sln index ca346ed..c8b7250 100644 --- a/chrome/chrome.sln +++ b/chrome/chrome.sln @@ -113,9 +113,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "image_diff", "tools\test\im EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Breakpad", "Breakpad", "{873D095E-150E-4262-8C41-2D8ED02F0F57}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad_handler", "..\build\temp_gyp\breakpad_handler.vcproj", "{B55CA863-B374-4BAF-95AC-539E4FA4C90C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad_handler", "..\breakpad\breakpad_handler.vcproj", "{B55CA863-B374-4BAF-95AC-539E4FA4C90C}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad_sender", "..\build\temp_gyp\breakpad_sender.vcproj", "{9946A048-043B-4F8F-9E07-9297B204714C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad_sender", "..\breakpad\breakpad_sender.vcproj", "{9946A048-043B-4F8F-9E07-9297B204714C}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libxml", "..\third_party\libxml\libxml.vcproj", "{F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7}" EndProject |