[chromium-dev] Re: Let's make build system history!

2009-07-13 Thread Dimitri Glazkov
bump. On Wed, Feb 25, 2009 at 2:27 PM, Mark Mentovaim...@chromium.org wrote: Over the past month, some of us have been working on a not-so-well-kept secret project to create a build system system. Our goal is to have something Generate Your Projects (GYP) in a variety of formats, all from

[chromium-dev] Re: Let's make build system history!

2009-03-01 Thread Mark Mentovai
The GYP-based build is now automatic, mandatory, and totally awesome on the Mac. I just checked in a change to remove our old Xcode projects and have GYP generate project files for you every time you gclient sync. If you participated in the test on Friday, please remove the hooks section from

[chromium-dev] Re: Let's make build system history!

2009-03-01 Thread Ben Goodger (Google)
Awesome! Thanks for getting this together, Mark. Do you have any idea what the ETA for Linux and Windows is? -Ben On Sun, Mar 1, 2009 at 4:32 PM, Mark Mentovai m...@chromium.org wrote: The GYP-based build is now automatic, mandatory, and totally awesome on the Mac. I just checked in a

[chromium-dev] Re: Let's make build system history!

2009-03-01 Thread Dimitri Glazkov
Mark rocks! Send him your money. :DG On Sun, Mar 1, 2009 at 5:39 PM, Ben Goodger (Google) b...@chromium.org wrote: Awesome! Thanks for getting this together, Mark. Do you have any idea what the ETA for Linux and Windows is? -Ben On Sun, Mar 1, 2009 at 4:32 PM, Mark Mentovai

[chromium-dev] Re: Let's make build system history!

2009-03-01 Thread Mark Mentovai
Ben Goodger wrote: Awesome! Thanks for getting this together, Mark. Do you have any idea what the ETA for Linux and Windows is? My pleasure! I know that the MSVS and Linux SCons generators are up as far as WebKit, or nearly so. WebKit's really the difficult piece of the puzzle, so once

[chromium-dev] Re: Let's make build system history!

2009-02-27 Thread Mark Mentovai
Mac users, help me test out GYP's integration with gclient. Please add this to the end of your .gclient file, which lives in the parent of your src directory: hooks = [ { pattern: \\.gypi?$, action: [python, src/tools/gyp/gyp, src/build/all.gyp], } ] This tells gclient to run GYP any

[chromium-dev] Re: Let's make build system history!

2009-02-26 Thread Mark Mentovai
Matt Perry wrote: Does this mean the checked-in xcode project files are obsolete? Not yet, but they will be soon. Or do we need to update both .gyp and .xcodeproj files now? If you only update one, it has to be the checked-in .xcodeproj for now. That's still the official build for the Mac.