Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: ios/web/ios_web.gyp

Issue 780873002: Upstream iOS web code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},

Powered by Google App Engine
This is Rietveld 408576698