Clarify that dawn/common:internal_config doesn't leak out of Dawn.

Fixed: dawn:1491
Change-Id: I6b1560d9918762b935800eb13c7bccae970724cd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96542
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Corentin Wallez 2022-07-19 12:49:03 +00:00 committed by Dawn LUCI CQ
parent 853cbadc8f
commit 73a5a716b5
1 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,9 @@ if (is_win || is_linux || is_chromeos || is_mac || is_fuchsia || is_android) {
sources += [ "SystemUtils_mac.mm" ]
}
# Note that while this doesn't make `internal_config` a public config of
# Dawn libraries because `:common` is only used as a private deps of Dawn
# targets, so `internal_config` doesn't leak out of Dawn.
public_configs = [ ":internal_config" ]
deps = [
"${dawn_root}/include/dawn:cpp_headers",