# Copyright 2020 The Chromium Authors
# 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 = [ ":main_interface" ]
}

bundle_data_storyboard_file("main_interface") {
  source = "MainInterface.storyboard"
  bundle_files = [
    "UIViewController-Xki-Si-B7m.nib",
    "Xki-Si-B7m-view-BuU-Ak-iZz.nib",
    "Info.plist",
  ]
}
