--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/59c180cb-b8db-43ea-b3b9-ed8d1312ed16%40chromium.org.
Thanks a bunch, let me try this.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAMWgsfCYW9%3Dxjoyr8e%2B2150iw6SmY4q9uvk%2Buy200aocDOOqJQ%40mail.gmail.com.
I'm also curious about the answer to this question. After running "gn desc //out/Default //chrome:chrome runtime_deps", I got below outputs:
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/defbc82a-5ff2-432f-93ea-b916affc5ea7%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/ef9256e3-8667-4f92-a3df-30e31b7d55cf%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAAjAU%3DY-KwSnhYK%2Bjd91wKWBdEP29doY-HuECqkOfxH8FuKK%2Bw%40mail.gmail.com.
Yes, the FILES.cfg list(s) are the whitelists we use for the actual installer binaries for Chrome (and for content_shell, and remoting_host, and possibly a couple other things).But, those work only for those specific binaries. The `gn analyze` approach is the generic solution for an arbitrary binary. Either approach can work, depending on what you're trying to do.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAEoffTB92Zoueutr02H_Hwo1Amak9iY7HQjri_zR%3DRZfUWef8w%40mail.gmail.com.
On Fri, Sep 1, 2017 at 12:52 PM Dirk Pranke <dpr...@chromium.org> wrote:Yes, the FILES.cfg list(s) are the whitelists we use for the actual installer binaries for Chrome (and for content_shell, and remoting_host, and possibly a couple other things).But, those work only for those specific binaries. The `gn analyze` approach is the generic solution for an arbitrary binary. Either approach can work, depending on what you're trying to do.Could //tools/mb/mb.py be modified to work for non-test binaries?
It is indeed part of the build, but not part of the list output by `gn desc`. That's my confusion.