chromium/ios/chrome/credential_provider_extension/resources/BUILD.gn

# 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_ib_file("main_interface") {
  source = "MainInterface.storyboard"
}