blob: 5d07dcc61ad5c515f0268429585f88e7148ae639 [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+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" ]
}