OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/favicon/core | 8 # GN version: //components/favicon/core |
9 'target_name': 'favicon_core', | 9 'target_name': 'favicon_core', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
13 '../ui/gfx/gfx.gyp:gfx', | 13 '../ui/gfx/gfx.gyp:gfx', |
14 '../url/url.gyp:url_lib', | 14 '../url/url.gyp:url_lib', |
15 'bookmarks_browser', | 15 'bookmarks_browser', |
16 'favicon_base', | 16 'favicon_base', |
17 'history_core_browser', | 17 'history_core_browser', |
18 'keyed_service_core', | 18 'keyed_service_core', |
19 ], | 19 ], |
20 'sources': [ | 20 'sources': [ |
21 # Note: sources list duplicated in GN build. | 21 # Note: sources list duplicated in GN build. |
| 22 'favicon/core/fallback_icon_service.cc', |
| 23 'favicon/core/fallback_icon_service.h', |
22 'favicon/core/favicon_client.h', | 24 'favicon/core/favicon_client.h', |
23 'favicon/core/favicon_driver.h', | 25 'favicon/core/favicon_driver.h', |
24 'favicon/core/favicon_handler.cc', | 26 'favicon/core/favicon_handler.cc', |
25 'favicon/core/favicon_handler.h', | 27 'favicon/core/favicon_handler.h', |
26 'favicon/core/favicon_service.cc', | 28 'favicon/core/favicon_service.cc', |
27 'favicon/core/favicon_service.h', | 29 'favicon/core/favicon_service.h', |
28 'favicon/core/favicon_tab_helper_observer.h', | 30 'favicon/core/favicon_tab_helper_observer.h', |
29 'favicon/core/favicon_url.cc', | 31 'favicon/core/favicon_url.cc', |
30 'favicon/core/favicon_url.h', | 32 'favicon/core/favicon_url.h', |
31 ], | 33 ], |
(...skipping 21 matching lines...) Expand all Loading... |
53 'favicon/content/favicon_url_util.cc', | 55 'favicon/content/favicon_url_util.cc', |
54 ], | 56 ], |
55 'include_dirs': [ | 57 'include_dirs': [ |
56 '..', | 58 '..', |
57 ], | 59 ], |
58 }, | 60 }, |
59 ], | 61 ], |
60 }], | 62 }], |
61 ], | 63 ], |
62 } | 64 } |
OLD | NEW |