This change has affected inclusion paths in cxx and gn.
Chromium change:
https://chromium.googlesource.com/chromium/src/+/d78ab264fc6d9d013047f9d7bf1beafb00c02ebd
commit d78ab264fc6d9d013047f9d7bf1beafb00c02ebd
Author: Henrique Ferreiro <hferreiro@igalia.com>
Date: Wed Sep 13 11:21:43 2023 +0000
Rename chrome/app/ branding strings
Branded string targets and generated header files were named
"*chromium_strings" and "*chromium_strings.h", respectively. This is
the result of originally having a chromium and google_chrome version of
those. After https://crrev.com/c/4703485 there's a single version, so
rename to "*branded_strings*" for consistency.
This CL performs this renaming in chrome/app/.
Bug: 1470725
* Get global accelerators on Mac for brave://commands
On Mac, accelerator mechanism is different from that of other platforms.
Make a shim to fill the accelerators properly.