Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: ios/chrome/browser/ui/favicon/BUILD.gn

Issue 2787503002: Move FaviconAttributes to UI (Closed)
Patch Set: Add blank line Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/ui/BUILD.gn ('k') | ios/chrome/browser/ui/favicon/favicon_attributes.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("favicon") {
6 sources = [
7 "favicon_attributes_provider.h",
8 "favicon_attributes_provider.mm",
9 ]
10 deps = [
11 ":favicon_ui",
12 "//base",
13 "//components/favicon/core",
14 "//components/favicon_base",
15 "//url",
16 ]
17 configs += [ "//build/config/compiler:enable_arc" ]
18 }
19
20 source_set("favicon_ui") {
21 sources = [
22 "favicon_attributes.h",
23 "favicon_attributes.mm",
24 "favicon_view.h",
25 "favicon_view.mm",
26 ]
27 deps = [
28 "//base",
29 "//ios/chrome/browser/ui",
30 ]
31 configs += [ "//build/config/compiler:enable_arc" ]
32 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/BUILD.gn ('k') | ios/chrome/browser/ui/favicon/favicon_attributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698