[chromium-dev] Re: adding libraries to gyp

2009-04-28 Thread Evan Martin
It's not urgent at all. On Tue, Apr 28, 2009 at 1:06 PM, Bradley Nelson wrote: > Hi Evan, > I'm doing a similar change now to migrate v8.gyp from temp_gyp to src/v8. > Once I get that working I'll see if I can get this change working. > If it isn't urgent, it might be easier to wait until after

[chromium-dev] Re: adding libraries to gyp

2009-04-28 Thread Bradley Nelson
Hi Evan, I'm doing a similar change now to migrate v8.gyp from temp_gyp to src/v8. Once I get that working I'll see if I can get this change working. If it isn't urgent, it might be easier to wait until after at least webkit is switched (hopefully tonight at 6). -BradN On Tue, Apr 28, 2009 at 12:

[chromium-dev] Re: adding libraries to gyp

2009-04-28 Thread Evan Martin
For reference, here was the failure: http://build.chromium.org/buildbot/waterfall/builders/Chromium%20XP/builds/4079/steps/compile/logs/stdio_html It needed to depend on this new "main" lib from gtest. On Tue, Apr 28, 2009 at 12:34 PM, Bradley Nelson wrote: > Hi Evan, > I'll take a look. > Once

[chromium-dev] Re: adding libraries to gyp

2009-04-28 Thread Bradley Nelson
Hi Evan, I'll take a look. Once we switched completely the msvs_guid's can go away (it will generate stable but random ones). -BradN On Tue, Apr 28, 2009 at 12:31 PM, Evan Martin wrote: > > In http://codereview.chromium.org/99132 , I split one library into two. > This worked fine up until the W