mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 14:08:04 +00:00
tint->dawn: Move src/utils -> src/dawn/utils
Also remove stuttering from the target names by dropping the 'dawn_' prefix. Bug: dawn:1275 Change-Id: I3263f1236f71bf23795b4b12670ad3535822a537 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79062 Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
@@ -78,9 +78,9 @@ static_library("dawn_wire_server_fuzzer_common") {
|
||||
"${dawn_root}/src/dawn:dawn_proc",
|
||||
"${dawn_root}/src/dawn:dawncpp",
|
||||
"${dawn_root}/src/dawn/common",
|
||||
"${dawn_root}/src/dawn/utils",
|
||||
"${dawn_root}/src/dawn_native:dawn_native_static",
|
||||
"${dawn_root}/src/dawn_wire:dawn_wire_static",
|
||||
"${dawn_root}/src/utils:dawn_utils",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#include "dawn/common/Log.h"
|
||||
#include "dawn/common/SystemUtils.h"
|
||||
#include "dawn/dawn_proc.h"
|
||||
#include "dawn/utils/SystemUtils.h"
|
||||
#include "dawn/webgpu_cpp.h"
|
||||
#include "dawn_native/DawnNative.h"
|
||||
#include "dawn_wire/WireServer.h"
|
||||
#include "utils/SystemUtils.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user