Yes we generate most of the slns and vcprojs from the .gyp files, chrome.sln being the key exception.One issue might be vs2008. I assume at some point the automatic conversion from vs2005 ran. You might need to revert chrome.sln and the other vcprojs and re-run the conversion. Any day now we'll be fully converted to gyp. At which point vc2008 support should be more seamless. Missing dependencies makes me suspect mismatching GUIDs in the sln (though we have most of them pinned in the gyp files). Although that also often causes whole vcprojs to just get dropped mysteriously.
I guess try reverting chrome.sln and reloading, let the conversion run. See if the dependencies reappear. Let me know. -BradN On Wed, May 20, 2009 at 1:23 PM, nakro <[email protected]> wrote: > > one more thing which could be different on my machine > > i did set > GYP_MSVS_VERSION=2008 > > but i doubt this could be it.... still, (and i have no VS2005 or 2010 > installed, so it should have been this anyways) > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
