| # Copyright 2019 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| import("//build/config/ios/templates/ios_app_bundle.gni") |
| import("//build/config/ios/templates/storyboards.gni") |
| ios_app_bundle("hello") { |
| info_plist = "resources/Info.plist" |
| "CoreGraphics.framework", |
| "//shared:hello_framework", |
| "//shared:hello_framework+bundle", |
| storyboards("storyboards") { |
| "resources/LaunchScreen.storyboard", |
| "resources/Main.storyboard", |