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

Unified Diff: content/content_common.gypi

Issue 1049533002: Add IsOriginSecure and GURL::SchemeUsesTLS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One does not simply check schemes and hosts for membership in tiny sets... Created 5 years, 8 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c1ae9cf57cb6bed0b72225cf9ea588b68bc086c2..296a04da5e406c74cfdb4e75821efcb2bce7d471 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -89,6 +89,8 @@
'public/common/mojo_channel_switches.h',
'public/common/navigator_connect_client.cc',
'public/common/navigator_connect_client.h',
+ 'public/common/origin_util.cc',
+ 'public/common/origin_util.h',
'public/common/page_state.cc',
'public/common/page_state.h',
'public/common/page_type.h',
« no previous file with comments | « content/common/url_schemes_unittest.cc ('k') | content/content_tests.gypi » ('j') | url/gurl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698