Chromium Code Reviews| Index: components/favicon.gypi |
| diff --git a/components/favicon.gypi b/components/favicon.gypi |
| index 65db08fb107191aa9310d762b02430feb22bace2..a75c937c96b4d914225c6915abad452ff28e2370 100644 |
| --- a/components/favicon.gypi |
| +++ b/components/favicon.gypi |
| @@ -71,6 +71,11 @@ |
| 'include_dirs': [ |
| '..', |
| ], |
| + 'sources!': [ |
| + 'favicon/core/fallback_icon_client.h', |
| + 'favicon/core/fallback_icon_service.cc', |
| + 'favicon/core/fallback_icon_service.h', |
| + ], |
| }, |
| ], |
| }], |