At the outset, please let me know if I am dealing with the correct community for following question. If not, I would appreciate if you could redirect me to the correct community.
I wanted to check if source code for "gn" utility - which is part of depot-tools - is available as open source. I need this utility on power platform and at present it is only available for x86 and Mac. If it is available as open source, where could I get it's source?
Thanks,
Atul.
--
You received this message because you are subscribed to the Google Groups "infra-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+unsubscribe@chromium.org.
To post to this group, send email to infr...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/e37b9377-6130-4647-aaf1-adc29257fe8e%40chromium.org.
Consulting docs/hacking.md file, I tried to build gn using ninja.
# ninja -C out/Debug.gn
log: ninja version 0.1.3 initializing
log: magic group: gid=0 (root)
log: entering main loop
log: generating initial pid array..
log: now monitoring process activity
After this nothing seems to happen.
Is that the correct way of building gn? I cannot use "To build gn using gn" method mentioned in hacking.md because I don't have correct gn binary to start with.
On Thursday, April 27, 2017 at 12:23:22 PM UTC+5:30, Takuto Ikuta wrote:
> Here.
> https://cs.chromium.org/chromium/src/tools/gn/
>
>
>
>
>
> 2017-04-27 15:49 GMT+09:00 <sow...@gmail.com>:
> Hi,
>
>
>
> At the outset, please let me know if I am dealing with the correct community for following question. If not, I would appreciate if you could redirect me to the correct community.
>
>
>
> I wanted to check if source code for "gn" utility - which is part of depot-tools - is available as open source. I need this utility on power platform and at present it is only available for x86 and Mac. If it is available as open source, where could I get it's source?
>
>
>
> Thanks,
>
> Atul.
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "infra-dev" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+unsubscribe@chromium.org.
To post to this group, send email to infr...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/5fbe999f-9047-40a4-b0d7-ed34799c22f5%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+unsubscribe@chromium.org.
To post to this group, send email to infr...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/op.yzcqp8hurbppqq%40cicero2.linkoping.osa.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CALNjmMo07-ysK6b8F5XvXkp7H9Utn0Tf0TFayJsNZRRj6cqhyw%40mail.gmail.com.
I am able to move on with compilation (to certain extent) using this tip! Thanks Daniel! I have reach a point where nacl toolchain is required and looks like I need to make platform related changes to get pnacl build on my platform.
Best regards,
Atul.
I am struggling a bit to get pNaCl built on ppc64le. It is trying to build libcxx, pthread and what not, which is having issues getting built on ppc64le.
I have also been reading about the Portable Native Client and found this in the Technical Overview (https://developer.chrome.com/native-client/overview):
"Native Client expands web programming beyond JavaScript, enabling you to enhance your web applications using your preferred language."
As at the moment, I am least interested in supporting web development in any language other than JavaScript. So is there any way I can just disable the native client and associated modules from getting built?
My aim is to get a bare-necessary Chrome configuration built on ppc64le.
Thanks,
Atul.
Thanks,
Atul.
--
You received this message because you are subscribed to the Google Groups "infra-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+unsubscribe@chromium.org.
To post to this group, send email to infr...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/37af3627-2fef-419c-b79e-5bd5e1441b50%40chromium.org.