I see that [Chromium] is built, but content_shell is not built and the layout tests were not run.
Could those be factored into the resulting container as well?
Thank you. :)
Thank you @phistuck for suggesting this idea!
- Can Chromium and
content_shell be built side-by-side, e.g. by adding content_shell to our build instruction ninja -C out/Default chrome -j18?
- Why would pre-running layout tests during the Chromium image build be useful? Does it produce some artifacts that make subsequent "incremental layout test runs" faster?