blob: 4217b3bc5a6c9ee7033d2a9264700af4e7b9d0dc [file] [log] [blame]
# Copyright 2017 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_provider.h",
"favicon_attributes_provider.mm",
"favicon_attributes_with_payload.h",
"favicon_attributes_with_payload.mm",
]
deps = [
"resources:default_favicon",
"resources:default_world_favicon",
"//base",
"//components/favicon/core",
"//components/favicon_base",
"//ios/chrome/browser/favicon",
"//ios/chrome/browser/ui:ui_util",
"//ios/chrome/common/favicon",
"//url",
]
configs += [ "//build/config/compiler:enable_arc" ]
}