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

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: Rebase after 3 spin off CLs landed. Created 4 years 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 35a9209b3e590ab43cc7ad638d7f787f2bf21bd4..dda0ea8537f57def2d4ca450bf6a160f7fbc2528 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -271,6 +271,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