Thiago Farina
unread,Mar 13, 2014, 11:15:07 PM3/13/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nyk...@gmail.com, Yuta Kitamura, Nico Weber, Chromium-dev
On Friday, March 14, 2014, Nabeel Younus <
nyk...@gmail.com> wrote:
Hi Everyone,
Actually, I have a part of Chromium library. Because we have to integrate it with some existing system which does not support all libraries.
So basically I am trying to update ALL.GYP to load only base library stuff. I know it sounds wierd.
SO basically, when I run gyp_chromium, I get multiple MakeFiles in base folder. Though I am not getting any generic MakeFile which can then build the libs with in base.
If you are on Linux run:
export GYP_GENERATORS=ninja
build/gyp_chromium
On Windows is similar I think:
set GYP_GENERATORS=ninja
Though, I thought ninja would be the default generator already, so you wouldn't need to set GYP_GENERATORS.
Do you have set it to make?
I got it once by some trick but don't know how I got it. Cannot get it back again.
Are you following our instructions to get the code?
It should be pretty straight forward, but looks like you are trying to checkout base in a standalone maner, and that is not officialy supported.
Thiago Farina