
The remoting_me2me_host_deb_installer build target did not list all files it packages into the deb in the |inputs| parameter, so developers could accidentally use/copy a file without declaring a dependency on the target that generates the file, which could cause nondeterministic build behavior (say the required file is build by some unrelated target that may not be built before the deb). This CL prevents this problem by listing all files that will be packaged into the deb in |inputs|. Change-Id: I0a05e7440a5000c263f24deca450c8267c44ca00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3298684 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#944744}