diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 02:47:24 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 02:47:24 +0000 |
commit | 8bba31d29c75fc3d0b82ead3e47d4acec121a103 (patch) | |
tree | 213d515650e0812f8bf8ecec74d5c689e7371165 /chrome/chrome.sln | |
parent | cbcc7799d6f013b4beb44c2f3a413f6d8863766d (diff) | |
download | chromium_src-8bba31d29c75fc3d0b82ead3e47d4acec121a103.zip chromium_src-8bba31d29c75fc3d0b82ead3e47d4acec121a103.tar.gz chromium_src-8bba31d29c75fc3d0b82ead3e47d4acec121a103.tar.bz2 |
Switching breakpad to gyp generated project.
Review URL: http://codereview.chromium.org/62076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.sln')
-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 933e207..aa43979 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", "..\breakpad\breakpad_handler.vcproj", "{B55CA863-B374-4BAF-95AC-539E4FA4C90C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad_handler", "..\build\temp_gyp\breakpad_handler.vcproj", "{B55CA863-B374-4BAF-95AC-539E4FA4C90C}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad_sender", "..\breakpad\breakpad_sender.vcproj", "{9946A048-043B-4F8F-9E07-9297B204714C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad_sender", "..\build\temp_gyp\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 |