Chromium Code Reviews| Index: components/favicon.gypi |
| diff --git a/components/favicon.gypi b/components/favicon.gypi |
| index f2c9cf54b7459b8b634d8f0349a052b64698f796..c4e71026fce234c97b4bbca2cf5d7f1c2de4f5a9 100644 |
| --- a/components/favicon.gypi |
| +++ b/components/favicon.gypi |
| @@ -10,6 +10,7 @@ |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../skia/skia.gyp:skia', |
| + '../ui/base/ui_base.gyp:ui_base', |
| '../ui/gfx/gfx.gyp:gfx', |
| '../url/url.gyp:url_lib', |
| 'bookmarks_browser', |
| @@ -23,7 +24,10 @@ |
| 'favicon/core/fallback_icon_service.cc', |
| 'favicon/core/fallback_icon_service.h', |
| 'favicon/core/favicon_client.h', |
| + 'favicon/core/favicon_driver.cc', |
| 'favicon/core/favicon_driver.h', |
| + 'favicon/core/favicon_driver_impl.cc', |
| + 'favicon/core/favicon_driver_impl.h', |
| 'favicon/core/favicon_driver_observer.h', |
| 'favicon/core/favicon_handler.cc', |
| 'favicon/core/favicon_handler.h', |
| @@ -52,6 +56,8 @@ |
| ], |
| 'sources': [ |
| # Note: sources list duplicated in GN build. |
| + 'favicon/content/content_favicon_driver.cc', |
| + 'favicon/content/content_favicon_driver.h', |
| 'favicon/content/favicon_url_util.cc', |
| 'favicon/content/favicon_url_util.h', |
| ], |
| @@ -72,8 +78,10 @@ |
| 'favicon_core', |
|
droger
2015/04/08 09:31:58
Your new file depends on base and ui/gfx.
|
| ], |
| 'sources': [ |
| - 'favicon/ios/favicon_url_util.h', |
| 'favicon/ios/favicon_url_util.cc', |
| + 'favicon/ios/favicon_url_util.h', |
| + 'favicon/ios/web_favicon_driver.cc', |
| + 'favicon/ios/web_favicon_driver.h', |
| ], |
| 'include_dirs': [ |
| '..', |