diff options
Diffstat (limited to 'ios/web/ios_web.gyp')
-rw-r--r-- | ios/web/ios_web.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp index a7df3d8..1742121 100644 --- a/ios/web/ios_web.gyp +++ b/ios/web/ios_web.gyp @@ -17,7 +17,12 @@ '../../base/base.gyp:base', ], 'sources': [ + 'public/favicon_status.cc', + 'public/favicon_status.h', 'public/navigation_item.h', + 'public/security_style.h', + 'public/ssl_status.cc', + 'public/ssl_status.h', 'public/user_agent.h', 'public/user_agent.mm', ], |