Skip to content

Commit

Permalink
Remove old src/include folder
Browse files Browse the repository at this point in the history
This CL removes the src/include folder which was used to forward old
header includes to the new include/ location. The various BUILD rules
which referred to these folders are also removed.

Bug: dawn:1275
Change-Id: Ic0bdc8cf900833af25199ee3e41708953c7c1eec
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94026
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
  • Loading branch information
dj2 authored and Dawn LUCI CQ committed Jun 18, 2022
1 parent 3f64e38 commit 369b0b4
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 460 deletions.
1 change: 0 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ group("all") {
"src/dawn/fuzzers",
"src/dawn/native:webgpu_dawn",
"src/dawn/tests",
"src/fuzzers/dawn:dawn_fuzzers",
"src/tint:libtint",
"src/tint:tint_unittests",
"src/tint/fuzzers",
Expand Down
13 changes: 0 additions & 13 deletions include/dawn/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,5 @@ config("public") {
include_dirs = [
"${target_gen_dir}/../../include",
"${dawn_root}/include",

"${dawn_root}/src/include", # TODO(crbug.com/dawn/1275) - remove
]
}

################################################################################
# Build target aliases
# TODO(crbug.com/dawn/1275) - remove these
################################################################################
group("dawncpp_headers") {
public_deps = [ ":cpp_headers" ]
}
group("dawn_headers") {
public_deps = [ ":headers" ]
}
20 changes: 0 additions & 20 deletions src/dawn/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,3 @@ dawn_json_generator("emscripten_bits_gen") {
"emscripten-bits/library_webgpu_enum_tables.js",
]
}

################################################################################
# Build target aliases
# TODO(crbug.com/dawn/1275) - remove these
################################################################################
group("dawncpp") {
public_deps = [ ":cpp" ]
}
group("dawncpp_headers") {
public_deps = [ "${dawn_root}/include/dawn:cpp_headers" ]
}
group("dawn_proc") {
public_deps = [ ":proc" ]
}
group("dawn_headers") {
public_deps = [ "${dawn_root}/include/dawn:headers" ]
}
group("dawn_cpp") {
public_deps = [ ":cpp" ]
}
22 changes: 0 additions & 22 deletions src/fuzzers/dawn/BUILD.gn

This file was deleted.

4 changes: 0 additions & 4 deletions src/include/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn/EnumClassBitmasks.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn/dawn_proc.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn/dawn_thread_dispatch_proc.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn/dawn_wsi.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn/webgpu.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn/webgpu_cpp.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_native/D3D12Backend.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_native/DawnNative.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_native/MetalBackend.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_native/NullBackend.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_native/OpenGLBackend.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_native/VulkanBackend.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_native/dawn_native_export.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_platform/DawnPlatform.h

This file was deleted.

20 changes: 0 additions & 20 deletions src/include/dawn_wire/Wire.h

This file was deleted.

Loading

0 comments on commit 369b0b4

Please sign in to comment.