Chromium change: https://source.chromium.org/chromium/chromium/src/+/28d34ca057ce8d73d6976db899d547c12937b5fe commit 28d34ca057ce8d73d6976db899d547c12937b5fe Author: Michael Moss <mmoss@chromium.org> Date: Wed Dec 1 02:11:37 2021 +0000 Add strip_binary() targets for all eu-strip processing. This moves all the Linux eu-strip processing from installer.include to separate BUILD targets, similar to the existing chrome binary processing (i.e. strip_chrome_binary). This will help ensure more consistent processing, and will allow the release builders to rely on explicit build targets to provide that processing, rather than just as a side-effect of Linux packaging. BUG=1260176