mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +00:00
BUILD.gn: rename libdawn_native/wire to dawn_native/wire
This helps take advantage of the GN feature where when a directory is used as a target name, like //foo/bar/baz, the //foo/bar/baz:baz target is used automatically. Bug: chromium:1064305 Change-Id: I2e2d9f308fda1b811482026962ab0770ac45e988 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18862 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
5c2d2e7ff8
commit
2d10e954ce
@@ -22,7 +22,7 @@
|
||||
|
||||
namespace {
|
||||
|
||||
// libdawn_wire and libdawn_native contain duplicated code for the handling of GetProcAddress
|
||||
// dawn_wire and dawn_native contain duplicated code for the handling of GetProcAddress
|
||||
// so we run the tests against both implementations. This enum is used as a test parameters to
|
||||
// know which implementation to test.
|
||||
enum class DawnFlavor {
|
||||
|
||||
Reference in New Issue
Block a user