mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-12 08:05:53 +00:00
This will help external projects that want to use Dawn, like Skia, refer to GN targets without GN discovering Dawn's main BUILD.gn file that causes all the tests and third_party dependencies to be discovered. This CL just splits off chunks of BUILD.gn into separate file, adds necessary includes and fixes up GN paths. It also introduces temporary groups for targets that are used in Chromium so that the paths can be fixed in a 3-way patch. Bug: chromium:1064305 Change-Id: Ib4b73bd8d3121ef67d4ecee2e54ec158875f2117 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18861 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>