summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/send_tab_to_self/resources/BUILD.gn
blob: 98a06020b58933e90bb311660b2828070a65e845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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/asset_catalog.gni")

imageset("send_tab_to_self_devices") {
  sources = [
    "send_tab_to_self_devices.imageset/Contents.json",
    "send_tab_to_self_devices.imageset/send_tab_to_self_devices_2x.png",
    "send_tab_to_self_devices.imageset/send_tab_to_self_devices_3x.png",
  ]
}

imageset("send_tab_to_self_laptop") {
  sources = [
    "send_tab_to_self_laptop.imageset/Contents.json",
    "send_tab_to_self_laptop.imageset/send_tab_to_self_laptop_2x.png",
    "send_tab_to_self_laptop.imageset/send_tab_to_self_laptop_3x.png",
  ]
}

imageset("send_tab_to_self_smartphone") {
  sources = [
    "send_tab_to_self_smartphone.imageset/Contents.json",
    "send_tab_to_self_smartphone.imageset/send_tab_to_self_smartphone_2x.png",
    "send_tab_to_self_smartphone.imageset/send_tab_to_self_smartphone_3x.png",
  ]
}

imageset("send_tab_to_self_tablet") {
  sources = [
    "send_tab_to_self_tablet.imageset/Contents.json",
    "send_tab_to_self_tablet.imageset/send_tab_to_self_tablet_2x.png",
    "send_tab_to_self_tablet.imageset/send_tab_to_self_tablet_3x.png",
  ]
}