bazel: Support <angled> includes of CEF headers (see #3757)

Fixes "file not found with <angled> include" errors.
This commit is contained in:
Marshall Greenblatt 2024-08-05 17:24:30 -04:00
parent b1c7fade27
commit 0d1d087186
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,8 @@ cc_library(
"@platforms//os:windows": [":cef"],
"//conditions:default": None,
}),
# Support <angled> includes.
includes = ["./"],
)
# Only available on MacOS/Windows.