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

Unified Diff: chrome/browser/BUILD.gn

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: MixedContent::ContextType comes from the renderer; lessen Blink public code; fixed build. Created 3 years, 11 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 8953b327458f79c31c7b3cb5d5d59b1da423bde5..c0a3a53e962e780bf140a22e1f057f1828c1b459 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -268,6 +268,8 @@ split_static_library("browser") {
"content_settings/host_content_settings_map_factory.h",
"content_settings/local_shared_objects_container.cc",
"content_settings/local_shared_objects_container.h",
+ "content_settings/mixed_content_settings.cc",
+ "content_settings/mixed_content_settings.h",
"content_settings/tab_specific_content_settings.cc",
"content_settings/tab_specific_content_settings.h",
"content_settings/web_site_settings_uma_util.cc",

Powered by Google App Engine
This is Rietveld 408576698