[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-25 Thread Marc-Antoine Ruel
On Thu, May 21, 2009 at 1:52 PM, nakro yoav.zilberb...@gmail.com wrote: right now i am writing a program who modifies your projects as i don't get why you disable incremental linking on some projects and why no C++ minimal rebuild (on 2005 there were bugs, but so far 2008 proves great on my

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-25 Thread nakro
Mark, i have a confession to make i use your chrome with incremental linking i wrote a small program which after you run your dog_food thing, modifies the genereated .vcproj and .vsprops and adds incremental linking of course, unit_tests died on a 2GB limit so i checked link.exe and it is

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-25 Thread Marc-Antoine Ruel
On Mon, May 25, 2009 at 12:58 PM, nakro yoav.zilberb...@gmail.com wrote: BCDEDIT /Set IncreaseUserVa 3072(on XP i forgot the swtich but it is something in the boot.ini) and it all works perfectly... i was so happy that i googled it, and this is supported by microsoft! We can't ask folks

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-25 Thread nakro
mark, this is why i stated that i know it works on 2008SP1 and it is very much documented this /MP swtich, and so far it never led to any problem... not in chrome and not in my own projects you anyways detect the environment, so you know if you run 2008 or 2005 also, i saw some people complain

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-21 Thread Bradley Nelson
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

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-21 Thread nakro
hey bradn, i already did that :) i thought this thread is dead, so i did not reply i did a revert and then a runhooks --force and now i can even see the dependencies one more thing, i wrote a small program for chrome build which sets cl.exe and link.exe to the idle priority class, so i don't

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
VS 2008 pro SP 1, on Vista (hebrew) 32SP1 my other projects works just fine, i always thought that the dependencies don't show because you use some kind of strange build system --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
also, mark please have a look at this consistent unit_tests bug i got no response, and this makes me have to log out and log in time and again

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
mark, i plan to contrib code to chrome so i wanted to run all the unit tests (also of the UI) in the last 2 days all my builds return link errors .since i switched to safesync_url: http://build.chromium.org/buildbot/continuous/ LATEST/REVISION what is worse is that the IDE seems to create

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread Marc-Antoine Ruel
On Wed, May 20, 2009 at 11:38 AM, nakro yoav.zilberb...@gmail.com wrote: normally, it is easy to see via the project-dependencies but in chrome case those menus are greyed out Something is wrong in your VS setup. What version (2005, 2008) and flavor (Express, Standard, Pro, Trial, etc) of

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread Marc-Antoine Ruel
S:\chrome\n1\src\chromepython tools\build\win\sln_deps.py chrome.sln chrome_exe chrome_exe base breakpad_handler chrome_dll crash_service en-US sandbox theme_dll util chrome.exe shouldn't depend on views BTW. M-A On Wed, May 20, 2009 at 9:31 AM, nakro yoav.zilberb...@gmail.com

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
bradley, if i open the src/base/base.sln as the solution i see dependencies, for base_unittest (or something like this) but in all my projects (i am a developer) i always see dependencies, chromium is hardly my first project. and an i not just petty about this, the build goes wrong after i

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread Bradley Nelson
Do you see dependencies in any of the slns (like src/base/base.sln for instance?) -BradN On Wed, May 20, 2009 at 9:30 AM, nakro yoav.zilberb...@gmail.com wrote: VS 2008 pro SP 1, on Vista (hebrew) 32SP1 my other projects works just fine, i always thought that the dependencies don't show

[chromium-dev] Re: VS2008 dependencies..... something is wrong....

2009-05-20 Thread nakro
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: