Descriptionozone: dri: Fix undefined references in DRI platform GN build
We need to export everything that is used by the tests and fix the test
target to depend on //ui/ozone instead of directly on the platform
source_set. The latter builds a copy of the platform directly into the
test binary, creating unresolved references to other parts of
//ui/ozone.
BUG=445627
TEST=gn gen out_gn_ozone --args='os="chromeos" use_ozone=true is_component_build=true' &&
ninja -C out_gn_ozone chrome ozone_unittests (along with other needed changes)
Committed: https://crrev.com/349b8fae7983101c7f77c56b9a3ed973f22d5358
Cr-Commit-Position: refs/heads/master@{#314607}
Patch Set 1 #Patch Set 2 : also fix gyp build #Messages
Total messages: 9 (2 generated)
|