naiveproxy/ios/chrome/common/favicon/BUILD.gn
2018-12-09 21:59:24 -05:00

19 lines
463 B
Plaintext

# 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" ]
}