| Index: ios/web/ios_web.gyp
|
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
|
| index c092fd21af2b1025576bd629028519e3eb7857e9..7522981b94f68b1c197d7e9c31b098b1511a57cf 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/ios/web/ios_web.gyp
|
| @@ -15,8 +15,13 @@
|
| ],
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| + '../../net/net.gyp:net',
|
| + '../../ui/base/ui_base.gyp:ui_base',
|
| + '../../ui/gfx/gfx.gyp:gfx',
|
| ],
|
| 'sources': [
|
| + 'navigation/navigation_item_impl.h',
|
| + 'navigation/navigation_item_impl.mm',
|
| 'public/favicon_status.cc',
|
| 'public/favicon_status.h',
|
| 'public/navigation_item.h',
|
|
|