# Copyright 2023 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/Contents.json",
"Assets.xcassets/history_sync_illustration.imageset/Contents.json",
"Assets.xcassets/history_sync_illustration.imageset/history_sync_illustration.pdf",
"Assets.xcassets/history_sync_illustration.imageset/history_sync_illustration_dark.pdf",
"Assets.xcassets/url_usage_illustration.imageset/Contents.json",
"Assets.xcassets/url_usage_illustration.imageset/url_usage_illustration.pdf",
"Assets.xcassets/url_usage_illustration.imageset/url_usage_illustration_dark.pdf",
"Assets.xcassets/welcome_illustration.imageset/Contents.json",
"Assets.xcassets/welcome_illustration.imageset/welcome_illustration.pdf",
"Assets.xcassets/welcome_illustration.imageset/welcome_illustration_dark.pdf",
]
}