Index: components/favicon.gypi |
diff --git a/components/favicon.gypi b/components/favicon.gypi |
index 0d44dd3ff3a624998de6bfeaa874fe687fbe48ee..be36213c56263b3673d2f65c0e1c9b5280bbe1d3 100644 |
--- a/components/favicon.gypi |
+++ b/components/favicon.gypi |
@@ -6,10 +6,19 @@ |
'targets': [ |
{ |
'target_name': 'favicon_core', |
- 'type': 'none', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ '../ui/gfx/gfx.gyp:gfx_geometry', |
+ 'favicon_base', |
+ ], |
'sources': [ |
'favicon/core/browser/favicon_client.h', |
'favicon/core/favicon_driver.h', |
+ 'favicon/core/favicon_url.cc', |
+ 'favicon/core/favicon_url.h', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
], |
}, |
], |