From 6728df6360379476596f95c229e9b4a83bf69dca Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 28 Jul 2015 14:23:31 -0700 Subject: [PATCH] Provide empty group in sky_app template when no Info.plist is specified --- sky/build/sky_app.gni | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sky/build/sky_app.gni b/sky/build/sky_app.gni index 6919b7d6b62d4..0a78069512318 100644 --- a/sky/build/sky_app.gni +++ b/sky/build/sky_app.gni @@ -126,7 +126,8 @@ template("sky_app") { deps += invoker.deps } } - } else { + } else if(is_ios) { + # No Info.plist specified. But we still need an empty target group(target_name) { } }