Fix includes and BUILD.gn deps for gn check
Bug: tint:331 Change-Id: If1c1fa7495cf50f2456eb0b150c8b9a692dee12f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/33620 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: David Neto <dneto@google.com>
This commit is contained in:
parent
189ceb6703
commit
4c13659a2a
6
BUILD.gn
6
BUILD.gn
|
@ -885,6 +885,7 @@ source_set("tint_unittests_spv_reader_src") {
|
|||
deps = [
|
||||
":gmock_and_gtest",
|
||||
":libtint_spv_reader_src",
|
||||
":tint_unittests_core_src",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -938,6 +939,7 @@ source_set("tint_unittests_spv_writer_src") {
|
|||
deps = [
|
||||
":gmock_and_gtest",
|
||||
":libtint_spv_writer_src",
|
||||
":tint_unittests_core_src",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1034,6 +1036,7 @@ source_set("tint_unittests_wgsl_reader_src") {
|
|||
deps = [
|
||||
":gmock_and_gtest",
|
||||
":libtint_wgsl_reader_src",
|
||||
":tint_unittests_core_src",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1084,6 +1087,7 @@ source_set("tint_unittests_wgsl_writer_src") {
|
|||
deps = [
|
||||
":gmock_and_gtest",
|
||||
":libtint_wgsl_writer_src",
|
||||
":tint_unittests_core_src",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1137,6 +1141,7 @@ source_set("tint_unittests_msl_writer_src") {
|
|||
deps = [
|
||||
":gmock_and_gtest",
|
||||
":libtint_msl_writer_src",
|
||||
":tint_unittests_core_src",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1191,6 +1196,7 @@ source_set("tint_unittests_hlsl_writer_src") {
|
|||
deps = [
|
||||
":gmock_and_gtest",
|
||||
":libtint_hlsl_writer_src",
|
||||
":tint_unittests_core_src",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
#include "src/context.h"
|
||||
#include "src/type_determiner.h"
|
||||
#include "src/writer/hlsl/generator_impl.h"
|
||||
#include "src/writer/spirv/builder.h"
|
||||
#include "src/writer/spirv/spv_dump.h"
|
||||
|
||||
namespace tint {
|
||||
namespace writer {
|
||||
|
|
Loading…
Reference in New Issue