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

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: added disallow copy/assign 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
« no previous file with comments | « content/common/origin_util_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c380dfb6a168b8b084fcb1a82a6f5ef2ec8ff2a4..b48110443839e5ec30c331c6c482740a0fe24ca7 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',
« no previous file with comments | « content/common/origin_util_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698