Skip to content

Commit

Permalink
Revert "Add dep on third_party/webgpu-headers"
Browse files Browse the repository at this point in the history
This reverts commit b94ef82.

Reason for revert: Using upstream header is not going to happen anytime soon.

Original change's description:
> Add dep on third_party/webgpu-headers
>
> This way, we can eventually use the upstream header / .yml
>
> Fixed: dawn:2556
> Change-Id: I2e9138aa053117f2bf99c07c4f0a9a840629efe9
> Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186660
> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
> Commit-Queue: Austin Eng <enga@chromium.org>

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I7e02ca20c7d3cf72cf8f3703a21ae12e216c86ae
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221254
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Fr <beaufort.francois@gmail.com>
  • Loading branch information
beaufortfrancois authored and Dawn LUCI CQ committed Jan 14, 2025
1 parent e232577 commit c244f8e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@
path = third_party/dxheaders
url = https://chromium.googlesource.com/external/github.com/microsoft/DirectX-Headers
gclient-condition = host_os != "win"
[submodule "third_party/webgpu-headers"]
path = third_party/webgpu-headers
url = https://chromium.googlesource.com/external/github.com/webgpu-native/webgpu-headers
[submodule "third_party/khronos/OpenGL-Registry"]
path = third_party/khronos/OpenGL-Registry
url = https://chromium.googlesource.com/external/github.com/KhronosGroup/OpenGL-Registry
Expand Down
4 changes: 0 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,6 @@ deps = {
'condition': 'host_os != "win"',
},

'third_party/webgpu-headers': {
'url': '{chromium_git}/external/github.com/webgpu-native/webgpu-headers@8049c324dc7b3c09dc96ea04cb02860f272c8686',
},

'third_party/khronos/OpenGL-Registry': {
'url': '{chromium_git}/external/github.com/KhronosGroup/OpenGL-Registry@5bae8738b23d06968e7c3a41308568120943ae77',
},
Expand Down
1 change: 0 additions & 1 deletion third_party/webgpu-headers
Submodule webgpu-headers deleted from 8049c3

0 comments on commit c244f8e

Please sign in to comment.