--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Thanks Dirk. Does this mean we can/should switch some/all of the GN bots to build gn_all?
Please no... Trybots are slow enough as it is.
"additional_compile_targets": [
"battor_agent",
"blimp",
"chromium_swarm_tests",
"mandoline:all",
"mash:all",
"remoting_all"
], It sounds like I was just missing test_isolation_mode=prepare from my GYP_DEFINES at one point, which gave me the impression it didn't work at all.
As you said, my other thought is just around how much stuff needs to be copy and pasted. The default view doesn't wrap long lines at a reasonable place, so I end up scrolling quite far sideways (I try not to include newlines in the copied text by default, since I sometimes have off-by-one errors on the ends, like only selecting inja instead of ninja). But I think I'm just going to write a script to make it easier to duplicate a bot build.