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

Unified Diff: content/content_common.gypi

Issue 1101033003: Move IsOriginSecure() into //content and use it in ServiceWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 f9f6d9df4061063671475df67ee698ea9c05439c..846ed33077876c11ab74c7e5d8d9f05ecfadc9e2 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -89,6 +89,7 @@
'public/common/mojo_channel_switches.h',
'public/common/navigator_connect_client.cc',
'public/common/navigator_connect_client.h',
+ 'public/common/origin_util.h',
'public/common/page_state.cc',
'public/common/page_state.h',
'public/common/page_type.h',
@@ -436,6 +437,7 @@
'common/one_writer_seqlock.cc',
'common/one_writer_seqlock.h',
'common/p2p_messages.h',
+ 'common/origin_util.cc',
'common/page_state_serialization.cc',
'common/page_state_serialization.h',
'common/page_zoom.cc',

Powered by Google App Engine
This is Rietveld 408576698