# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("chromium_branded_images") {
sources = [ "chromium_branded_images.mm" ]
deps = [
"//ios/chrome/app/theme",
"//ios/chrome/browser/providers/branded_images/resources",
"//ios/chrome/browser/shared/ui/symbols",
"//ios/public/provider/chrome/browser/branded_images:branded_images_api",
"//ui/base",
]
}