mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 05:57:51 +00:00
tint->dawn: Move src/common -> src/dawn/common
Also remove stuttering from the target names by dropping the 'dawn_' prefix. Bug: dawn:1275 Change-Id: Iac79f9927010b8e5edeb7e0949092b34431d54dd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79061 Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
@@ -75,9 +75,9 @@ static_library("dawn_wire_server_fuzzer_common") {
|
||||
"DawnWireServerFuzzer.h",
|
||||
]
|
||||
public_deps = [
|
||||
"${dawn_root}/src/common",
|
||||
"${dawn_root}/src/dawn:dawn_proc",
|
||||
"${dawn_root}/src/dawn:dawncpp",
|
||||
"${dawn_root}/src/dawn/common",
|
||||
"${dawn_root}/src/dawn_native:dawn_native_static",
|
||||
"${dawn_root}/src/dawn_wire:dawn_wire_static",
|
||||
"${dawn_root}/src/utils:dawn_utils",
|
||||
@@ -89,7 +89,7 @@ dawn_fuzzer_test("dawn_wire_server_and_frontend_fuzzer") {
|
||||
|
||||
deps = [ ":dawn_wire_server_fuzzer_common" ]
|
||||
|
||||
additional_configs = [ "${dawn_root}/src/common:dawn_internal" ]
|
||||
additional_configs = [ "${dawn_root}/src/dawn/common:internal_config" ]
|
||||
}
|
||||
|
||||
if (is_win) {
|
||||
@@ -98,7 +98,7 @@ if (is_win) {
|
||||
|
||||
deps = [ ":dawn_wire_server_fuzzer_common" ]
|
||||
|
||||
additional_configs = [ "${dawn_root}/src/common:dawn_internal" ]
|
||||
additional_configs = [ "${dawn_root}/src/dawn/common:internal_config" ]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ dawn_fuzzer_test("dawn_wire_server_and_vulkan_backend_fuzzer") {
|
||||
|
||||
deps = [ ":dawn_wire_server_fuzzer_common" ]
|
||||
|
||||
additional_configs = [ "${dawn_root}/src/common:dawn_internal" ]
|
||||
additional_configs = [ "${dawn_root}/src/dawn/common:internal_config" ]
|
||||
}
|
||||
|
||||
# A group target to build all the fuzzers
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "DawnWireServerFuzzer.h"
|
||||
|
||||
#include "common/Assert.h"
|
||||
#include "dawn/common/Assert.h"
|
||||
#include "dawn_native/DawnNative.h"
|
||||
#include "testing/libfuzzer/libfuzzer_exports.h"
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
#include "DawnWireServerFuzzer.h"
|
||||
|
||||
#include "common/Assert.h"
|
||||
#include "common/Log.h"
|
||||
#include "common/SystemUtils.h"
|
||||
#include "dawn/common/Assert.h"
|
||||
#include "dawn/common/Log.h"
|
||||
#include "dawn/common/SystemUtils.h"
|
||||
#include "dawn/dawn_proc.h"
|
||||
#include "dawn/webgpu_cpp.h"
|
||||
#include "dawn_native/DawnNative.h"
|
||||
|
||||
Reference in New Issue
Block a user