diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn index 881d35223817350b9fa148c8be1ea7d17561a4d7..64ecbbc4d8dcb317eb4a0ec2019cd87bc35f5ac0 100644 --- a/sky/shell/BUILD.gn +++ b/sky/shell/BUILD.gn @@ -471,19 +471,19 @@ if (is_android) { ] } + resource_copy_mac("sky_resources") { + resources = [ + "//third_party/icu/android/icudtl.dat", + ] + bundle_directory = "." + } + mac_app("shell_application") { app_name = "SkyShell" info_plist = "platform/mac/Info.plist" xibs = [ "platform/mac/sky_mac.xib" ] - resource_copy_mac("sky_resources") { - resources = [ - "//third_party/icu/android/icudtl.dat", - ] - bundle_directory = "." - } - deps = [ ":mac_scaffolding", ":sky_resources",