Add dawn_wire/client/RequestTracker.h to build files
This was missed in a previous CL. Bug: dawn:1092 Change-Id: I1915371c6a049d8c3b503c72194e568eb7fde95c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63384 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
90b41c78f9
commit
fdfbb3aab3
|
@ -83,6 +83,7 @@ dawn_component("dawn_wire") {
|
|||
"client/ObjectAllocator.h",
|
||||
"client/Queue.cpp",
|
||||
"client/Queue.h",
|
||||
"client/RequestTracker.h",
|
||||
"client/ShaderModule.cpp",
|
||||
"client/ShaderModule.h",
|
||||
"server/ObjectStorage.h",
|
||||
|
|
|
@ -55,6 +55,7 @@ target_sources(dawn_wire PRIVATE
|
|||
"client/ObjectAllocator.h"
|
||||
"client/Queue.cpp"
|
||||
"client/Queue.h"
|
||||
"client/RequestTracker.h"
|
||||
"client/ShaderModule.cpp"
|
||||
"client/ShaderModule.h"
|
||||
"server/ObjectStorage.h"
|
||||
|
|
Loading…
Reference in New Issue