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:
parent
853cbadc8f
commit
73a5a716b5
|
@ -277,6 +277,9 @@ if (is_win || is_linux || is_chromeos || is_mac || is_fuchsia || is_android) {
|
||||||
sources += [ "SystemUtils_mac.mm" ]
|
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" ]
|
public_configs = [ ":internal_config" ]
|
||||||
deps = [
|
deps = [
|
||||||
"${dawn_root}/include/dawn:cpp_headers",
|
"${dawn_root}/include/dawn:cpp_headers",
|
||||||
|
|
Loading…
Reference in New Issue