diff --git a/BUILD.gn b/BUILD.gn index ed701aed68..f8c951333a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", diff --git a/include/dawn/BUILD.gn b/include/dawn/BUILD.gn index d493820b2c..94a8a570a2 100644 --- a/include/dawn/BUILD.gn +++ b/include/dawn/BUILD.gn @@ -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" ] -} diff --git a/src/dawn/BUILD.gn b/src/dawn/BUILD.gn index 67991adbac..83e1b40bb2 100644 --- a/src/dawn/BUILD.gn +++ b/src/dawn/BUILD.gn @@ -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" ] -} diff --git a/src/fuzzers/dawn/BUILD.gn b/src/fuzzers/dawn/BUILD.gn deleted file mode 100644 index a2756c70c4..0000000000 --- a/src/fuzzers/dawn/BUILD.gn +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022 The Dawn Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -################################################################################ -# Build target aliases -# TODO(crbug.com/dawn/1275) - remove these -################################################################################ -group("dawn_fuzzers") { - public_deps = [ "../../dawn/fuzzers" ] - testonly = true -} diff --git a/src/include/README.md b/src/include/README.md deleted file mode 100644 index 8111f628c5..0000000000 --- a/src/include/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# TODO(crbug.com/dawn/1275) - remove this directory - -This directory exists as a temporary include directory while migrating Chromium source to the new Dawn include layout. -All headers in the subdirectories simply #include to the new location for the header. diff --git a/src/include/dawn/EnumClassBitmasks.h b/src/include/dawn/EnumClassBitmasks.h deleted file mode 100644 index 7d76b37792..0000000000 --- a/src/include/dawn/EnumClassBitmasks.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_ENUMCLASSBITMASKS_H_ -#define SRC_INCLUDE_DAWN_ENUMCLASSBITMASKS_H_ - -#include "dawn/EnumClassBitmasks.h" - -#endif // SRC_INCLUDE_DAWN_ENUMCLASSBITMASKS_H_ diff --git a/src/include/dawn/dawn_proc.h b/src/include/dawn/dawn_proc.h deleted file mode 100644 index 2bea48b5ea..0000000000 --- a/src/include/dawn/dawn_proc.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_DAWN_PROC_H_ -#define SRC_INCLUDE_DAWN_DAWN_PROC_H_ - -#include "dawn/dawn_proc.h" - -#endif // SRC_INCLUDE_DAWN_DAWN_PROC_H_ diff --git a/src/include/dawn/dawn_thread_dispatch_proc.h b/src/include/dawn/dawn_thread_dispatch_proc.h deleted file mode 100644 index 126e50cafd..0000000000 --- a/src/include/dawn/dawn_thread_dispatch_proc.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_DAWN_THREAD_DISPATCH_PROC_H_ -#define SRC_INCLUDE_DAWN_DAWN_THREAD_DISPATCH_PROC_H_ - -#include "dawn/dawn_thread_dispatch_proc.h" - -#endif // SRC_INCLUDE_DAWN_DAWN_THREAD_DISPATCH_PROC_H_ diff --git a/src/include/dawn/dawn_wsi.h b/src/include/dawn/dawn_wsi.h deleted file mode 100644 index 3803d3911d..0000000000 --- a/src/include/dawn/dawn_wsi.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_DAWN_WSI_H_ -#define SRC_INCLUDE_DAWN_DAWN_WSI_H_ - -#include "dawn/dawn_wsi.h" - -#endif // SRC_INCLUDE_DAWN_DAWN_WSI_H_ diff --git a/src/include/dawn/webgpu.h b/src/include/dawn/webgpu.h deleted file mode 100644 index 2fec78c3c2..0000000000 --- a/src/include/dawn/webgpu.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_WEBGPU_H_ -#define SRC_INCLUDE_DAWN_WEBGPU_H_ - -#include "dawn/webgpu.h" - -#endif // SRC_INCLUDE_DAWN_WEBGPU_H_ diff --git a/src/include/dawn/webgpu_cpp.h b/src/include/dawn/webgpu_cpp.h deleted file mode 100644 index 45ca2b211a..0000000000 --- a/src/include/dawn/webgpu_cpp.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_WEBGPU_CPP_H_ -#define SRC_INCLUDE_DAWN_WEBGPU_CPP_H_ - -#include "dawn/webgpu_cpp.h" - -#endif // SRC_INCLUDE_DAWN_WEBGPU_CPP_H_ diff --git a/src/include/dawn_native/D3D12Backend.h b/src/include/dawn_native/D3D12Backend.h deleted file mode 100644 index c740c81b0d..0000000000 --- a/src/include/dawn_native/D3D12Backend.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_NATIVE_D3D12BACKEND_H_ -#define SRC_INCLUDE_DAWN_NATIVE_D3D12BACKEND_H_ - -#include "dawn/native/D3D12Backend.h" - -#endif // SRC_INCLUDE_DAWN_NATIVE_D3D12BACKEND_H_ diff --git a/src/include/dawn_native/DawnNative.h b/src/include/dawn_native/DawnNative.h deleted file mode 100644 index 197187f21b..0000000000 --- a/src/include/dawn_native/DawnNative.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_NATIVE_DAWNNATIVE_H_ -#define SRC_INCLUDE_DAWN_NATIVE_DAWNNATIVE_H_ - -#include "dawn/native/DawnNative.h" - -#endif // SRC_INCLUDE_DAWN_NATIVE_DAWNNATIVE_H_ diff --git a/src/include/dawn_native/MetalBackend.h b/src/include/dawn_native/MetalBackend.h deleted file mode 100644 index 38ce8748f8..0000000000 --- a/src/include/dawn_native/MetalBackend.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_NATIVE_METALBACKEND_H_ -#define SRC_INCLUDE_DAWN_NATIVE_METALBACKEND_H_ - -#include "dawn/native/MetalBackend.h" - -#endif // SRC_INCLUDE_DAWN_NATIVE_METALBACKEND_H_ diff --git a/src/include/dawn_native/NullBackend.h b/src/include/dawn_native/NullBackend.h deleted file mode 100644 index e09f36b651..0000000000 --- a/src/include/dawn_native/NullBackend.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_NATIVE_NULLBACKEND_H_ -#define SRC_INCLUDE_DAWN_NATIVE_NULLBACKEND_H_ - -#include "dawn/native/NullBackend.h" - -#endif // SRC_INCLUDE_DAWN_NATIVE_NULLBACKEND_H_ diff --git a/src/include/dawn_native/OpenGLBackend.h b/src/include/dawn_native/OpenGLBackend.h deleted file mode 100644 index 73800a0d94..0000000000 --- a/src/include/dawn_native/OpenGLBackend.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_NATIVE_OPENGLBACKEND_H_ -#define SRC_INCLUDE_DAWN_NATIVE_OPENGLBACKEND_H_ - -#include "dawn/native/OpenGLBackend.h" - -#endif // SRC_INCLUDE_DAWN_NATIVE_OPENGLBACKEND_H_ diff --git a/src/include/dawn_native/VulkanBackend.h b/src/include/dawn_native/VulkanBackend.h deleted file mode 100644 index 82e2e5304d..0000000000 --- a/src/include/dawn_native/VulkanBackend.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_NATIVE_VULKANBACKEND_H_ -#define SRC_INCLUDE_DAWN_NATIVE_VULKANBACKEND_H_ - -#include "dawn/native/VulkanBackend.h" - -#endif // SRC_INCLUDE_DAWN_NATIVE_VULKANBACKEND_H_ diff --git a/src/include/dawn_native/dawn_native_export.h b/src/include/dawn_native/dawn_native_export.h deleted file mode 100644 index 7edd9bc4e7..0000000000 --- a/src/include/dawn_native/dawn_native_export.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_NATIVE_DAWN_NATIVE_EXPORT_H_ -#define SRC_INCLUDE_DAWN_NATIVE_DAWN_NATIVE_EXPORT_H_ - -#include "dawn/native/dawn_native_export.h" - -#endif // SRC_INCLUDE_DAWN_NATIVE_DAWN_NATIVE_EXPORT_H_ diff --git a/src/include/dawn_platform/DawnPlatform.h b/src/include/dawn_platform/DawnPlatform.h deleted file mode 100644 index 75faafc91a..0000000000 --- a/src/include/dawn_platform/DawnPlatform.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_PLATFORM_DAWNPLATFORM_H_ -#define SRC_INCLUDE_DAWN_PLATFORM_DAWNPLATFORM_H_ - -#include "dawn/platform/DawnPlatform.h" - -#endif // SRC_INCLUDE_DAWN_PLATFORM_DAWNPLATFORM_H_ diff --git a/src/include/dawn_wire/Wire.h b/src/include/dawn_wire/Wire.h deleted file mode 100644 index 65924db21d..0000000000 --- a/src/include/dawn_wire/Wire.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_WIRE_WIRE_H_ -#define SRC_INCLUDE_DAWN_WIRE_WIRE_H_ - -#include "dawn/wire/Wire.h" - -#endif // SRC_INCLUDE_DAWN_WIRE_WIRE_H_ diff --git a/src/include/dawn_wire/WireClient.h b/src/include/dawn_wire/WireClient.h deleted file mode 100644 index bf4b589f7a..0000000000 --- a/src/include/dawn_wire/WireClient.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_WIRE_WIRECLIENT_H_ -#define SRC_INCLUDE_DAWN_WIRE_WIRECLIENT_H_ - -#include "dawn/wire/WireClient.h" - -#endif // SRC_INCLUDE_DAWN_WIRE_WIRECLIENT_H_ diff --git a/src/include/dawn_wire/WireServer.h b/src/include/dawn_wire/WireServer.h deleted file mode 100644 index d332eaec88..0000000000 --- a/src/include/dawn_wire/WireServer.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_WIRE_WIRESERVER_H_ -#define SRC_INCLUDE_DAWN_WIRE_WIRESERVER_H_ - -#include "dawn/wire/WireServer.h" - -#endif // SRC_INCLUDE_DAWN_WIRE_WIRESERVER_H_ diff --git a/src/include/dawn_wire/dawn_wire_export.h b/src/include/dawn_wire/dawn_wire_export.h deleted file mode 100644 index b1a885e502..0000000000 --- a/src/include/dawn_wire/dawn_wire_export.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_DAWN_WIRE_DAWN_WIRE_EXPORT_H_ -#define SRC_INCLUDE_DAWN_WIRE_DAWN_WIRE_EXPORT_H_ - -#include "dawn/wire/dawn_wire_export.h" - -#endif // SRC_INCLUDE_DAWN_WIRE_DAWN_WIRE_EXPORT_H_ diff --git a/src/include/webgpu/webgpu.h b/src/include/webgpu/webgpu.h deleted file mode 100644 index afce939e54..0000000000 --- a/src/include/webgpu/webgpu.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_WEBGPU_WEBGPU_H_ -#define SRC_INCLUDE_WEBGPU_WEBGPU_H_ - -#include "dawn/webgpu.h" - -#endif // SRC_INCLUDE_WEBGPU_WEBGPU_H_ diff --git a/src/include/webgpu/webgpu_cpp.h b/src/include/webgpu/webgpu_cpp.h deleted file mode 100644 index adf4e4440d..0000000000 --- a/src/include/webgpu/webgpu_cpp.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2022 The Dawn Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -#ifndef SRC_INCLUDE_WEBGPU_WEBGPU_CPP_H_ -#define SRC_INCLUDE_WEBGPU_WEBGPU_CPP_H_ - -#include "dawn/webgpu_cpp.h" - -#endif // SRC_INCLUDE_WEBGPU_WEBGPU_CPP_H_