I'm trying to build "all" outside of the source tree. FWIW, this command completes very quickly because it immediately errors out. The entire repro is short and quick:
$ gn gen ~/gnout/Release
Done. Wrote 5405 targets from 933 files in 1009ms
$ ninja -C ~/gnout/Release all
ninja: Entering directory `/usr/local/google/home/phajdan/gnout/Release'
ninja: error: '../../chromium/src/chromium/src/remoting/webapp/build-html.py', needed by 'obj/remoting/webapp/unittest_html.inputdeps.stamp', missing and no known rule to make it
Is this expected?
I'm trying to understand this error and ways to fix it.
Any advice would be welcome. Please let me know if you have any questions.
Paweł