blob: efc36de3b9d0ff31ab44ffc4c10713b945a15639 [file] [log] [blame]
# 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.h",
"favicon_attributes.mm",
"favicon_view.h",
"favicon_view.mm",
]
deps = [
"//base",
"//ios/chrome/common/ui/util",
]
configs += [ "//build/config/compiler:enable_arc" ]
}