Chromium Code Reviews| Index: ios/web/ios_web.gyp |
| diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp |
| index cf086440434dc440c270d0982b967b932d59110f..b9a5c6712d876ce8c83b40e664da7bb42a17340d 100644 |
| --- a/ios/web/ios_web.gyp |
| +++ b/ios/web/ios_web.gyp |
| @@ -22,19 +22,25 @@ |
| ], |
| 'sources': [ |
| 'browser_state.cc', |
| + 'load_committed_details.h', |
|
stuartmorgan
2014/12/04 23:22:58
This is wrong; the correct path is the only added
|
| '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', |
| + 'web_state/string_util.cc', |
| + 'web_state/web_state_observer.cc', |
| 'web_thread.cc', |
| ], |
| }, |