mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
Remove generation of proxy dawn.h and dawncpp.h
BUG=dawn:22 Change-Id: Iee8b93fddf2f4aced72bb12062ffae6dddc336ee Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14260 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
ce8bf128ec
commit
84d836295e
@@ -32,7 +32,6 @@ group("libdawn") {
|
||||
dawn_json_generator("dawn_headers_gen") {
|
||||
target = "dawn_headers"
|
||||
outputs = [
|
||||
"src/include/dawn/dawn.h",
|
||||
"src/include/dawn/dawn_proc_table.h",
|
||||
"src/include/dawn/webgpu.h",
|
||||
]
|
||||
@@ -55,7 +54,6 @@ source_set("dawn_headers") {
|
||||
dawn_json_generator("dawncpp_headers_gen") {
|
||||
target = "dawncpp_headers"
|
||||
outputs = [
|
||||
"src/include/dawn/dawncpp.h",
|
||||
"src/include/dawn/webgpu_cpp.h",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user