| Index: components/favicon.gypi
|
| diff --git a/components/favicon.gypi b/components/favicon.gypi
|
| index 0d44dd3ff3a624998de6bfeaa874fe687fbe48ee..b244cd4c8803b319d9249cceaedb865272dc310a 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',
|
| + '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': [
|
| + '..',
|
| ],
|
| },
|
| ],
|
|
|