Fix dawn_native/CMakeLists by removing commas

TBR=bajones@chromium.org
Bug: dawn:746
Change-Id: Iec075f2d75ca254d401e089f85d33e814a89adf3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46861
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-04-06 10:05:58 +00:00 committed by Commit Bot service account
parent 6f2bbe9896
commit 0515e90cad
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ target_sources(dawn_native PRIVATE
"CommandValidation.h"
"Commands.cpp"
"Commands.h"
"CompilationMessages.cpp",
"CompilationMessages.h",
"CompilationMessages.cpp"
"CompilationMessages.h"
"ComputePassEncoder.cpp"
"ComputePassEncoder.h"
"ComputePipeline.cpp"