[chromium-dev] Re: How to Generate Visual Studio .SLN file from gyp

2009-07-17 Thread zys
I found it. I had to put GYP_MSVS_VERSION=2005 env var However I don't think I have seen that in any docs!!! But somewhere in this discussion group. (http://groups.google.com/group/chromium-dev/browse_thread/thread/ c715a6389c576470/d83d93107454e602? lnk=gstq=GYP_MSVS_VERSION#d83d93107454e602) It

[chromium-dev] Re: How to Generate Visual Studio .SLN file from gyp

2009-07-17 Thread Bradley Nelson
Sorry about the confusion, yes Thomas is correct, gyp_dogfood did recently get renamed to gyp_chromium.(Stale client...) Interesting that GYP_MSVS_VERSION=2005 was actually required (as that should be the default currently). The docs definitely need another pass. :-) -BradN On Fri, Jul 17, 2009

[chromium-dev] Re: How to Generate Visual Studio .SLN file from gyp

2009-07-16 Thread Thomas Van Lenten
sync again, it sounds like your src tree and gyp version are out of sync. TVL On Thu, Jul 16, 2009 at 6:39 AM, zys ziadsall...@gmail.com wrote: Hello You might think that this is a really a stupid question. I have downloaded chrome source code as well as the depot_tools and now I am trying

[chromium-dev] Re: How to Generate Visual Studio .SLN file from gyp

2009-07-16 Thread Bradley Nelson
I'm puzzled why src/tools/gyp/gyp_chromium is getting used, as src/tools/gyp/gyp_dogfood is what I would expect.What shows up at the bottom of src/DEPS? (in the run hook) -BradN On Thu, Jul 16, 2009 at 10:53 AM, Thomas Van Lenten thoma...@chromium.orgwrote: sync again, it sounds like your src

[chromium-dev] Re: How to Generate Visual Studio .SLN file from gyp

2009-07-16 Thread Thomas Van Lenten
On Thu, Jul 16, 2009 at 8:44 PM, Bradley Nelson bradnel...@google.comwrote: I'm puzzled why src/tools/gyp/gyp_chromium is getting used, as src/tools/gyp/gyp_dogfood is what I would expect. What shows up at the bottom of src/DEPS? (in the run hook) The hook is src/tools/gyp/gyp_chromium, we