# Copyright 2025 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("image") { sources = [ "image_names.h", "image_names.mm", ] deps = [ "//build:branding_buildflags", "//ios/chrome/browser/shared/ui:branded_assets", "//ios/chrome/browser/shared/ui:buildflags", "//ios/chrome/browser/shared/ui/image/resources", "//ios/chrome/browser/shared/ui/image/resources:branded_assets", ] }