| Index: ios/web/ios_web.gyp
|
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
|
| index cf086440434dc440c270d0982b967b932d59110f..0b7f92706553410d3dd6e8e4b9d21e94624457b0 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/ios/web/ios_web.gyp
|
| @@ -22,19 +22,25 @@
|
| ],
|
| 'sources': [
|
| 'browser_state.cc',
|
| + 'load_committed_details.cc',
|
| 'navigation/navigation_item_impl.h',
|
| 'navigation/navigation_item_impl.mm',
|
| 'public/browser_state.h',
|
| 'public/favicon_status.cc',
|
| 'public/favicon_status.h',
|
| + 'public/load_committed_details.h',
|
| 'public/navigation_item.h',
|
| 'public/referrer.h',
|
| 'public/security_style.h',
|
| 'public/ssl_status.cc',
|
| 'public/ssl_status.h',
|
| + 'public/string_util.h',
|
| 'public/user_agent.h',
|
| 'public/user_agent.mm',
|
| + 'public/web_state/web_state_observer.h',
|
| 'public/web_thread.h',
|
| + 'string_util.cc',
|
| + 'web_state/web_state_observer.cc',
|
| 'web_thread.cc',
|
| ],
|
| },
|
|
|