Where do I place the file? I'll probably get this right on my own.What I did was build from the original ninja github.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
On Wed, 19 Feb 2014 01:51:22 +0100, Joe Nosay <superb...@gmail.com> wrote:
Where do I place the file? I'll probably get this right on my own.What I did was build from the original ninja github.
In chromium build.ninja is generated by gyp which is run among other things from gclient runhooks.
Or you can run build/gyp_chromium and if you have all the source code, you will get a build.ninja in out/Debug and one in out/Release.
On Wed, Feb 19, 2014 at 4:58 AM, Daniel Bratell <bra...@opera.com> wrote:
On Wed, 19 Feb 2014 01:51:22 +0100, Joe Nosay <superb...@gmail.com> wrote:
Where do I place the file? I'll probably get this right on my own.What I did was build from the original ninja github.
In chromium build.ninja is generated by gyp which is run among other things from gclient runhooks.
Or you can run build/gyp_chromium and if you have all the source code, you will get a build.ninja in out/Debug and one in out/Release.What I did was git the original ninja program, build it, and then port the entire ninja directory to the chromium base/ directory and rebuild ninja. The output is still for Linux- I'll need to change that environmental variable soon- ;however, it, being build.ninja, is being built on FreeBSD and that is good.
But most likely you should just use the build instructions. Try http://code.google.com/p/chromium/wiki/NinjaBuild
/Daniel
On Wed, Feb 19, 2014 at 4:58 AM, Daniel Bratell <bra...@opera.com> wrote:
On Wed, 19 Feb 2014 01:51:22 +0100, Joe Nosay <superb...@gmail.com> wrote:
Where do I place the file? I'll probably get this right on my own.What I did was build from the original ninja github.
In chromium build.ninja is generated by gyp which is run among other things from gclient runhooks.
Or you can run build/gyp_chromium and if you have all the source code, you will get a build.ninja in out/Debug and one in out/Release.What I did was git the original ninja program, build it, and then port the entire ninja directory to the chromium base/ directory
So I am basically porting the entire chromium directory and depends to FreeBSD to make the effort work.