# Copyright 2018 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. source_set("favicon") { sources = [ "favicon_attributes+private.h", "favicon_attributes.h", "favicon_attributes.mm", "favicon_view.h", "favicon_view.mm", ] deps = [ "//base", "//ios/chrome/common/ui_util", ] configs += [ "//build/config/compiler:enable_arc" ] }