mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
The 'tint_unittests_src' source_set needed to depend on gmock_and_gtest, which is normally done with the 'tint_unittests_source_set' template, but this is the root source_set for the unit tests. To fix, these root-level sources have been moved to 'tint_unittests_core_src' which uses the 'tint_unittests_source_set' template. Change-Id: I0d76c55c744646fd7deff22406a668f8c6cdf519 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/69220 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Sarah Mashayekhi <sarahmashay@google.com> Kokoro: Ben Clayton <bclayton@google.com>