# Copyright 2026 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")

bundle_data_xcassets("resources") {
  catalog = "Assets.xcassets"
  sources = [
    "Assets.xcassets/tab_picker_empty.imageset/Contents.json",
    "Assets.xcassets/tab_picker_empty.imageset/tab_picker_empty@2x.png",
    "Assets.xcassets/tab_picker_empty.imageset/tab_picker_empty@3x.png",
  ]
}
