mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
Remove old src/include folder
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>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
3f64e38ba0
commit
369b0b4618
@@ -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" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user