From c38428c7b98951e2cccf6b38881eabd87786da49 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 15 Jun 2016 15:08:20 -0700 Subject: [PATCH] Fix Mac build --- sky/shell/BUILD.gn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn index 881d35223..64ecbbc4d 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", -- GitLab