summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/authentication/unified_consent/identity_chooser/resources/BUILD.gn
blob: 89ae677d1d6d1a43a6e17d48d40bae47d75cbe94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2018 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/asset_catalog.gni")

imageset("identity_chooser_add_account") {
  sources = [
    "identity_chooser_add_account.imageset/Contents.json",
    "identity_chooser_add_account.imageset/identity_chooser_add_account.png",
    "identity_chooser_add_account.imageset/identity_chooser_add_account@2x.png",
    "identity_chooser_add_account.imageset/identity_chooser_add_account@3x.png",
  ]
}