Skip to content

Commit 81e8658

Browse files
authored
tvos_common.gn: Enable use_dawn and skia_use_dawn. (#7971)
These are disabled in common.gn, but the Apple build needs both to be on (iosurface_image_backing.mm depends on dawn_shared_texture_cache.cc, for example). Bug: 433180638 Bug: 456692793
1 parent 8c54cb6 commit 81e8658

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cobalt/build/configs/tvos_common.gn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ enable_remoting = false
1616
# This flag comes from build/config/compiler/compiler.gni
1717
# TODO(b/432508012): Remove this flag after resolving build errors.
1818
treat_warnings_as_errors = false
19+
20+
# These flags are disabled in common.gn but are required for the tvOS build to
21+
# work at the moment (iosurface_image_backing.mm depends on
22+
# dawn_shared_texture_cache.cc, for example).
23+
use_dawn = true
24+
skia_use_dawn = true

0 commit comments

Comments
 (0)