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

Unified Diff: ios/web/ios_web.gyp

Issue 640253007: Adds additional fields to web::NavigationItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 months 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 | « ios/web/DEPS ('k') | ios/web/public/favicon_status.h » ('j') | no next file with comments »
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 a7df3d8fa293647221e43f9782d52051a2e68ee2..1742121d822cd018832c423b474eb3d46f8c13f3 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',
],
« no previous file with comments | « ios/web/DEPS ('k') | ios/web/public/favicon_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698