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