1 # Copyright 2014 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.
8 # GN version: //components/favicon/core
9 'target_name': 'favicon_core',
10 'type': 'static_library',
12 '../base/base.gyp:base',
13 '../content/content.gyp:content_browser',
14 '../skia/skia.gyp:skia',
15 '../ui/base/ui_base.gyp:ui_base',
16 '../ui/gfx/gfx.gyp:gfx',
17 '../url/url.gyp:url_lib',
20 'history_core_browser',
24 # Note: sources list duplicated in GN build.
25 'favicon/core/fallback_icon_client.h',
26 'favicon/core/fallback_icon_service.cc',
27 'favicon/core/fallback_icon_service.h',
28 'favicon/core/favicon_client.h',
29 'favicon/core/favicon_driver.cc',
30 'favicon/core/favicon_driver.h',
31 'favicon/core/favicon_driver_impl.cc',
32 'favicon/core/favicon_driver_impl.h',
33 'favicon/core/favicon_driver_observer.h',
34 'favicon/core/favicon_handler.cc',
35 'favicon/core/favicon_handler.h',
36 'favicon/core/favicon_service.cc',
37 'favicon/core/favicon_service.h',
38 'favicon/core/favicon_url.cc',
39 'favicon/core/favicon_url.h',
40 'favicon/core/favicon_util.cc',
41 'favicon/core/favicon_util.h',
42 'favicon/core/large_icon_service.cc',
43 'favicon/core/large_icon_service.h',
54 # GN version: //components/favicon/content
55 'target_name': 'favicon_content',
56 'type': 'static_library',
58 '../base/base.gyp:base',
59 '../content/content.gyp:content_browser',
60 '../content/content.gyp:content_common',
61 '../ui/gfx/gfx.gyp:gfx',
66 # Note: sources list duplicated in GN build.
67 'favicon/content/content_favicon_driver.cc',
68 'favicon/content/content_favicon_driver.h',
69 'favicon/content/favicon_url_util.cc',
70 'favicon/content/favicon_url_util.h',
81 'target_name': 'favicon_ios',
82 'type': 'static_library',
84 '../base/base.gyp:base',
85 '../ios/web/ios_web.gyp:ios_web',
86 '../ui/gfx/gfx.gyp:gfx',
91 'favicon/ios/favicon_url_util.cc',
92 'favicon/ios/favicon_url_util.h',
93 'favicon/ios/web_favicon_driver.cc',
94 'favicon/ios/web_favicon_driver.h',