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

Unified Diff: content/content_child.gypi

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: fix compile error Created 7 years, 4 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_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 3fe22500dee9b58577d17a92576ee030c3ea710a..aac52fa5aba52951db06109c40666d50e17daa08 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -120,6 +120,8 @@
'child/resource_dispatcher.h',
'child/runtime_features.cc',
'child/runtime_features.h',
+ 'child/site_isolation_policy.cc',
+ 'child/site_isolation_policy.h',
'child/socket_stream_dispatcher.cc',
'child/socket_stream_dispatcher.h',
'child/thread_safe_sender.cc',

Powered by Google App Engine
This is Rietveld 408576698