| # Copyright 2017 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/rules.gni") |
| import("//ios/public/provider/chrome/browser/build_config.gni") |
| |
| group("resources") { |
| public_deps = [ |
| ":icons", |
| ":launchscreen_xib", |
| ios_packed_resources_target, |
| ] |
| } |
| |
| bundle_data_ib_file("launchscreen_xib") { |
| source = "LaunchScreen.storyboard" |
| } |
| |
| bundle_data("icons") { |
| sources = [ |
| "Icon-120.png", |
| "Icon-152.png", |
| "Icon-167.png", |
| "Icon-180.png", |
| "Icon-29.png", |
| "Icon-58.png", |
| "Icon-76.png", |
| "Icon-80.png", |
| "Icon-87.png", |
| "Sample-screenshot-portrait.png", |
| ] |
| outputs = [ |
| "{{bundle_resources_dir}}/{{source_file_part}}", |
| ] |
| } |