Enable more `gn check` results.
This PR fixes one gn include issue and widens the GN check results to test all but one of the GN targets. The remaining target is disabled due to our absl configuration. Bug: dawn:1372 Change-Id: I6e92a7aa777c3508e57d1e7138c73b7a92756db1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88680 Reviewed-by: Brandon Jones <bajones@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
ccd9fc055f
commit
085fcea6b7
9
.gn
9
.gn
|
@ -34,10 +34,7 @@ default_args = {
|
|||
vma_vulkan_headers_dir = "//third_party/vulkan-deps/vulkan-headers/src"
|
||||
}
|
||||
|
||||
check_targets = [
|
||||
# Everything in BUILD.gn
|
||||
"//:*",
|
||||
|
||||
# Everything in third_party/BUILD.gn
|
||||
"//third_party/:*",
|
||||
no_check_targets = [
|
||||
# TODO(crbug.com/dawn/1404): Issue with the Absl headers
|
||||
"//src/dawn/tests:dawn_unittests",
|
||||
]
|
||||
|
|
|
@ -34,6 +34,7 @@ static_library("utils") {
|
|||
# Export all of these as public deps so that `gn check` allows includes
|
||||
public_deps = [
|
||||
"${dawn_root}/src/dawn:cpp",
|
||||
"${dawn_root}/src/dawn:proc_shared",
|
||||
"${dawn_root}/src/dawn/common",
|
||||
"${dawn_root}/src/dawn/native",
|
||||
"${dawn_root}/src/dawn/utils",
|
||||
|
|
Loading…
Reference in New Issue