Lacros: Preparation for lacros target_os switch.
This is a mechanical change replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and adding BUILDFLAG(IS_CHROMEOS_LACROS) to defined(OS_LINUX) to ensure switching lacros' target_os from linux to chromeos does not affect the lacros binary. It also renames chromeos_is_browser_only with is_chromeos_lacros which was a gn var introduced to be used in place of chromeos_is_browser_only. More detail on http://go/lacros-macros. Bug: 1052397 Change-Id: Ic26b3db620b45e27e4f28e35a4015e08f4f2c6fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631389Reviewed-by:Dirk Pranke <dpranke@google.com> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#844437}
Showing
Please register or sign in to comment