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

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: 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
« no previous file with comments | « no previous file | ios/web/load_committed_details.cc » ('j') | ios/web/public/string_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
« no previous file with comments | « no previous file | ios/web/load_committed_details.cc » ('j') | ios/web/public/string_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698