diff --git a/tools/gn b/tools/gn index 4b4c5960b59af324664db7c30e4ceb7855778adf..7bc0fafca87b69adc0509babe460cc7dcdf6f49b 100755 --- a/tools/gn +++ b/tools/gn @@ -209,7 +209,6 @@ def to_gn_args(args): gn_args['shell_enable_vulkan'] = True # Configure Skia for Vulkan support. gn_args['skia_use_vulkan'] = True - gn_args['skia_vulkan_header'] = "flutter/vulkan/skia_vulkan_header.h" # We should not need a special case for x86, but this seems to introduce text relocations # even with -fPIC everywhere.