bazel: Support <angled> includes of CEF headers (see #3757)
Fixes "file not found with <angled> include" errors.
This commit is contained in:
parent
bed7f420aa
commit
f6f4ba8317
|
@ -201,6 +201,8 @@ cc_library(
|
||||||
"@platforms//os:windows": [":cef"],
|
"@platforms//os:windows": [":cef"],
|
||||||
"//conditions:default": None,
|
"//conditions:default": None,
|
||||||
}),
|
}),
|
||||||
|
# Support <angled> includes.
|
||||||
|
includes = ["./"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Only available on MacOS/Windows.
|
# Only available on MacOS/Windows.
|
||||||
|
|
Loading…
Reference in New Issue