../../remoting/host/remoting_me2me_host.cc:137:10: fatal error: 'remoting/tools/internal/internal_mac-inl.h' file not found
#include "remoting/tools/internal/internal_mac-inl.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
My workflow was, git pull, run gclient sync, and ninja -C out/Default
I was told running is_official_build was the correct way to build a stand-alone build of Chromium as a distributable binary (I'd like to share some work with non developers in an easy way).
I understand its pretty clear from the paths / error message that is_official_build is referencing "internal" and thus likely non public sources (to those that aren't Google employees).
Is there a build switch to build a distributable Chromium Binary that does not link libraries in the build directory?
Thank you in advance, and apologies if this is documented somewhere.